summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2010-11-08 15:17:29 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-10 21:22:26 +0800
commite0194e3c9189bd5ab4d380bfe42c0d65bb1b3928 (patch)
tree47ab2c6cd0e03cb2bf2fcee629fb293254a84b81 /scripts
parenta8b11645e48f7a86be96322bda249574ae100f1f (diff)
downloadpoky-e0194e3c9189bd5ab4d380bfe42c0d65bb1b3928.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-qemu-internal2
1 files changed, 1 insertions, 1 deletions
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
338if [ "$MACHINE" = "qemumips" ]; then 338if [ "$MACHINE" = "qemumips" ]; then
339 QEMU=qemu-system-mips 339 QEMU=qemu-system-mips
340 MACHINE_SUBTYPE=malta 340 MACHINE_SUBTYPE=malta
341 QEMU_UI_OPTIONS="-vga cirrus" 341 QEMU_UI_OPTIONS="-vga cirrus $QEMU_UI_OPTIONS"
342 if [ "$FSTYPE" = "ext3" ]; then 342 if [ "$FSTYPE" = "ext3" ]; then
343 #KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" 343 #KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"
344 KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" 344 KERNCMDLINE="root=/dev/hda console=ttyS0 console=tty $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"