summaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu-internal
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/poky-qemu-internal
parentb7fd2b744ef405eb735be615d7dbfa19e19d888b (diff)
downloadopenembedded-core-contrib-072545b1111c5efb66289a4866897429f5fcd969.tar.gz
scripts/poky-qemu-internal: Add support for GL passthrough in qemux86 images
Diffstat (limited to 'scripts/poky-qemu-internal')
-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
if [ "$MACHINE" = "qemux86" ]; then
QEMU=qemu
if [ "$TYPE" = "ext3" ]; then
- KERNCMDLINE="root=/dev/hda mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD"
- QEMUOPTIONS="-vga std $QEMU_NETWORK_CMD -hda $HDIMAGE -usb -usbdevice wacom-tablet"
+ KERNCMDLINE="vga=0 root=/dev/hda mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD"
+ QEMUOPTIONS="-vga vmware $QEMU_NETWORK_CMD -hda $HDIMAGE -usb -usbdevice wacom-tablet -enable-gl"
fi
if [ "$TYPE" = "nfs" ]; then
if [ "x$HDIMAGE" = "x" ]; then