]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemumips: re-enable wacom and standard USB UI options
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 8 Nov 2010 20:17:29 +0000 (15:17 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 10 Nov 2010 13:22:26 +0000 (21:22 +0800)
Fixes [BUGID #394]

Now that the qemu/mti mips kernel branches have been fixed
for wacom USB interaction, we can re-nable the standard set
of qemu UI options for qemumips.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
scripts/poky-qemu-internal

index cf16407e2ad033af2fcdac00d6d4ec297627024e..62c1040f715fcd3da5b2353d1f84397aa7a52715 100755 (executable)
@@ -338,7 +338,7 @@ fi
 if [ "$MACHINE" = "qemumips" ]; then
     QEMU=qemu-system-mips
     MACHINE_SUBTYPE=malta
-    QEMU_UI_OPTIONS="-vga cirrus"
+    QEMU_UI_OPTIONS="-vga cirrus $QEMU_UI_OPTIONS"
     if [ "$FSTYPE" = "ext3" ]; then
         #KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"
         KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"