mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
scripts: Update qemu scripts with changes in recent qemu calling conventions and the switch to ext3 images
This commit is contained in:
@@ -40,7 +40,7 @@ fi
|
||||
if [ "x$1" = "x" ]; then
|
||||
TYPE="nfs"
|
||||
else
|
||||
TYPE="ext2"
|
||||
TYPE="ext3"
|
||||
if [ "$MACHINE" = "akita" ]; then
|
||||
TYPE="jffs2"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user