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 | poky-ce7b2cdd2b0d839487a7776e0af70bd1a4047612.tar.gz |
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 | |||
99 | echo "Adding a partition table to the ext3 image for use by QEMU, please wait..." | 99 | echo "Adding a partition table to the ext3 image for use by QEMU, please wait..." |
100 | poky-addptable2image $HDIMAGE $HDIMAGE.qemudisk | 100 | poky-addptable2image $HDIMAGE $HDIMAGE.qemudisk |
101 | fi | 101 | fi |
102 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M spitz -hda $HDIMAGE.qemudisk -vertical" | 102 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M spitz -hda $HDIMAGE.qemudisk -portrait" |
103 | fi | 103 | fi |
104 | fi | 104 | fi |
105 | 105 | ||
@@ -111,7 +111,7 @@ if [ "$MACHINE" = "akita" ]; then | |||
111 | echo "Converting raw image into flash image format for use by QEMU, please wait..." | 111 | echo "Converting raw image into flash image format for use by QEMU, please wait..." |
112 | raw2flash.akita < $HDIMAGE > $HDIMAGE.qemuflash | 112 | raw2flash.akita < $HDIMAGE > $HDIMAGE.qemuflash |
113 | fi | 113 | fi |
114 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M akita -mtdblock $HDIMAGE.qemuflash -vertical" | 114 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M akita -mtdblock $HDIMAGE.qemuflash -portrait" |
115 | fi | 115 | fi |
116 | fi | 116 | fi |
117 | 117 | ||