poky-qemu-internal: Catch up with rotation option changes
authorRichard Purdie <richard@openedhand.com>
Wed, 18 Apr 2007 13:08:39 +0000 (13:08 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 18 Apr 2007 13:08:39 +0000 (13:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1519 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-qemu-internal

index 4149e9e..584fde2 100755 (executable)
@@ -99,7 +99,7 @@ if [ "$MACHINE" = "spitz" ]; then
             echo "Adding a partition table to the ext3 image for use by QEMU, please wait..."
             poky-addptable2image $HDIMAGE $HDIMAGE.qemudisk
         fi
-        QEMUOPTIONS="$QEMU_NETWORK_CMD -M spitz -hda $HDIMAGE.qemudisk -vertical"
+        QEMUOPTIONS="$QEMU_NETWORK_CMD -M spitz -hda $HDIMAGE.qemudisk -portrait"
     fi
 fi
 
@@ -111,7 +111,7 @@ if [ "$MACHINE" = "akita" ]; then
             echo "Converting raw image into flash image format for use by QEMU, please wait..."
            raw2flash.akita < $HDIMAGE > $HDIMAGE.qemuflash
         fi
-        QEMUOPTIONS="$QEMU_NETWORK_CMD -M akita -mtdblock $HDIMAGE.qemuflash -vertical"
+        QEMUOPTIONS="$QEMU_NETWORK_CMD -M akita -mtdblock $HDIMAGE.qemuflash -portrait"
     fi
 fi