[oe-commits] Richard Purdie : scripts/runqemu: Allow FSTYPE to be changed from the environment

git at git.openembedded.org git at git.openembedded.org
Fri Mar 20 11:09:52 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: c210430c24af6717aa955efe1afe9fc4d2d3f2a9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c210430c24af6717aa955efe1afe9fc4d2d3f2a9

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Mar 19 11:32:42 2015 +0000

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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 scripts/runqemu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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=""



More information about the Openembedded-commits mailing list