summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-04-18 13:08:39 +0000
committerRichard Purdie <richard@openedhand.com>2007-04-18 13:08:39 +0000
commitce7b2cdd2b0d839487a7776e0af70bd1a4047612 (patch)
treea2edf18d1695de86c7127550ce6c408a4197114f /scripts
parent8f55119a7322e47fef1c596ae55bd64a960e11a2 (diff)
downloadpoky-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-xscripts/poky-qemu-internal4
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
104fi 104fi
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
116fi 116fi
117 117