[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 10:59:22 UTC 2015


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

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