]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemumips: override default UI options.
authorRichard Griffiths <rgriffit@windriver.com>
Tue, 21 Sep 2010 20:38:08 +0000 (13:38 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 4 Oct 2010 08:40:58 +0000 (09:40 +0100)
Fixes [BUGID #99]

The mouse, usb and cursor devices don't work for the
qemumips machine. There's no easy way to 'undo' the
defaults, or dynamically remove them, so we simply
don't use the default UI options for this machine type.

Mouse and pointer are provided via ps/2 and not via
the usb and wacom tablet driver.

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

index f13b95def2185f11d328fc11710f309e47fa883c..30e90df0b6b0a2164486c8a95e47bf057abfce6a 100755 (executable)
@@ -239,7 +239,7 @@ fi
 if [ "$MACHINE" = "qemumips" ]; then
     QEMU=qemu-system-mips
     MACHINE_SUBTYPE=malta
-    QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga cirrus"
+    QEMU_UI_OPTIONS="-vga cirrus"
     if [ "$TYPE" = "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"