From: Bruce Ashfield Date: Mon, 8 Nov 2010 20:17:29 +0000 (-0500) Subject: qemumips: re-enable wacom and standard USB UI options X-Git-Tag: 2011-1~4107 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e0194e3c9189bd5ab4d380bfe42c0d65bb1b3928;p=openembedded-core.git qemumips: re-enable wacom and standard USB UI options 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 --- diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index cf16407e2a..62c1040f71 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal @@ -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"