1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

scripts/poky-qemu-internal: Add support for GL passthrough in qemux86 images

This commit is contained in:
Richard Purdie
2009-01-21 17:40:51 +00:00
parent b7fd2b744e
commit 072545b111
+2 -2
View File
@@ -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