From: Richard Purdie Date: Wed, 18 Apr 2007 13:08:39 +0000 (+0000) Subject: poky-qemu-internal: Catch up with rotation option changes X-Git-Tag: 2011-1~11894 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ce7b2cdd2b0d839487a7776e0af70bd1a4047612;p=openembedded-core.git poky-qemu-internal: Catch up with rotation option changes git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1519 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index 4149e9e8a9..584fde2670 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal @@ -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