From 3e1d3d3dcf7c078679a09a95c7932f57ca917938 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 7 Sep 2012 01:01:17 -0700 Subject: runqemu-internal: New qemu calls it qemu-system-i386 for x86 New qemu calls the x86 system emulator to be qemu-system-i386 which is consistent now so change it in scripts (From OE-Core rev: b1ccf0202ba66f9be76463df177f11719ab589e8) Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- scripts/runqemu-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index e628833cd2..a9b1c44de4 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -318,7 +318,7 @@ if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarm fi if [ "$MACHINE" = "qemux86" ]; then - QEMU=qemu + QEMU=qemu-system-i386 QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -vga vmware" if [ "$FSTYPE" = "ext2" -o "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then KERNCMDLINE="vga=0 root=/dev/hda rw mem=$QEMU_MEMORY $KERNEL_NETWORK_CMD" -- cgit v1.2.3-54-g00ecf