diff options
author | Richard Purdie <richard@openedhand.com> | 2007-04-18 13:08:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-04-18 13:08:39 +0000 |
commit | ce7b2cdd2b0d839487a7776e0af70bd1a4047612 (patch) | |
tree | a2edf18d1695de86c7127550ce6c408a4197114f /scripts | |
parent | 8f55119a7322e47fef1c596ae55bd64a960e11a2 (diff) | |
download | openembedded-core-ce7b2cdd2b0d839487a7776e0af70bd1a4047612.tar.gz openembedded-core-ce7b2cdd2b0d839487a7776e0af70bd1a4047612.tar.bz2 openembedded-core-ce7b2cdd2b0d839487a7776e0af70bd1a4047612.zip |
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
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-qemu-internal | 4 |
1 files changed, 2 insertions, 2 deletions
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 |