]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-qemu-internal: Fix no-reboot option handling for qemuarm
authorRichard Purdie <richard@openedhand.com>
Wed, 6 Feb 2008 12:02:10 +0000 (12:02 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 6 Feb 2008 12:02:10 +0000 (12:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3674 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-qemu-internal

index 46e1688728d2b5760aac7cebed1d43bbda645ccc..aad967a95e4e999226c8a8b166cd05fecac6a19c 100755 (executable)
@@ -64,7 +64,7 @@ if [ "$MACHINE" = "qemuarm" ]; then
     QEMU=qemu-system-arm
     if [ "$TYPE" = "ext2" ]; then
         KERNCMDLINE="root=/dev/sda console=ttyAMA0 console=tty0 mem=$QEMU_MEMORY"
-        QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -hda $HDIMAGE -usb -usbdevice wacom-tablet"
+        QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -hda $HDIMAGE -usb -usbdevice wacom-tablet -no-reboot"
     fi
     if [ "$TYPE" = "nfs" ]; then
         if [ "x$HDIMAGE" = "x" ]; then