From: Richard Griffiths Date: Tue, 21 Sep 2010 20:38:08 +0000 (-0700) Subject: qemumips: override default UI options. X-Git-Tag: 2011-1~4366 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ce7101b1f03a9d5b782934e5976a5183e44affb0;p=openembedded-core.git qemumips: override default UI options. 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 Signed-off-by: Bruce Ashfield --- diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index f13b95def2..30e90df0b6 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal @@ -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"