summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-21 17:40:51 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-21 17:40:51 +0000
commit072545b1111c5efb66289a4866897429f5fcd969 (patch)
treed0d6d9cec5090f86e943d6b99986539e5c6ebf24 /scripts
parentb7fd2b744ef405eb735be615d7dbfa19e19d888b (diff)
downloadpoky-072545b1111c5efb66289a4866897429f5fcd969.tar.gz
scripts/poky-qemu-internal: Add support for GL passthrough in qemux86 images
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-qemu-internal4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal
index 327c0dd3d6..685d8d7a23 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -114,8 +114,8 @@ fi
114if [ "$MACHINE" = "qemux86" ]; then 114if [ "$MACHINE" = "qemux86" ]; then
115 QEMU=qemu 115 QEMU=qemu
116 if [ "$TYPE" = "ext3" ]; then 116 if [ "$TYPE" = "ext3" ]; then
117 KERNCMDLINE="root=/dev/hda mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD" 117 KERNCMDLINE="vga=0 root=/dev/hda mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD"
118 QEMUOPTIONS="-vga std $QEMU_NETWORK_CMD -hda $HDIMAGE -usb -usbdevice wacom-tablet" 118 QEMUOPTIONS="-vga vmware $QEMU_NETWORK_CMD -hda $HDIMAGE -usb -usbdevice wacom-tablet -enable-gl"
119 fi 119 fi
120 if [ "$TYPE" = "nfs" ]; then 120 if [ "$TYPE" = "nfs" ]; then
121 if [ "x$HDIMAGE" = "x" ]; then 121 if [ "x$HDIMAGE" = "x" ]; then