summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-19 11:32:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 11:03:49 +0000
commitb8107c5991218a26fb4d27cefcb7b27ce87156a9 (patch)
tree311c35efd4de7a89ac157a342c0ccd14e9802583 /scripts
parent577f9f3d4135b65ec364c41a5744f61240cf9579 (diff)
downloadast2050-yocto-poky-b8107c5991218a26fb4d27cefcb7b27ce87156a9.zip
ast2050-yocto-poky-b8107c5991218a26fb4d27cefcb7b27ce87156a9.tar.gz
scripts/runqemu: Allow FSTYPE to be changed from the environment
Currently its not possible to change FSTYPE from the environment but it would be useful to do so where multiple image types have been generated. This adds that possibility. (From OE-Core rev: c210430c24af6717aa955efe1afe9fc4d2d3f2a9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/runqemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 1277e82..84ece4d 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -62,7 +62,7 @@ MACHINE=${MACHINE:=""}
KERNEL=${KERNEL:=""}
ROOTFS=${ROOTFS:=""}
VM=${VM:=""}
-FSTYPE=""
+FSTYPE=${FSTYPE:=""}
LAZY_ROOTFS=""
SCRIPT_QEMU_OPT=""
SCRIPT_QEMU_EXTRA_OPT=""
OpenPOWER on IntegriCloud