mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
scripts: Update qemu scripts with changes in recent qemu calling conventions and the switch to ext3 images
This commit is contained in:
+1
-1
@@ -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