mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user