Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] runqemu: Honor KERNEL and ROOTFS settings from environment
@ 2012-08-22 17:59 Khem Raj
  2012-08-22 17:59 ` [PATCH 2/4] linux-yocto: Remove parens from COMPATIBLE_MACHINE regexp Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Khem Raj @ 2012-08-22 17:59 UTC (permalink / raw)
  To: openembedded-core

Expand the usage to be able to specify KERNEL and ROOTFS
on commandline. This helps in using the script for booting
images that are essentially not part of OE-Core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 scripts/runqemu |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index 90998ae..290f9cc 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -54,9 +54,9 @@ error() {
 }
 
 MACHINE=${MACHINE:=""}
-KERNEL=""
+KERNEL=${KERNEL:=""}
+ROOTFS=${ROOTFS:=""}
 FSTYPE=""
-ROOTFS=""
 LAZY_ROOTFS=""
 SCRIPT_QEMU_OPT=""
 SCRIPT_QEMU_EXTRA_OPT=""
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-09-07  7:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-22 17:59 [PATCH 1/4] runqemu: Honor KERNEL and ROOTFS settings from environment Khem Raj
2012-08-22 17:59 ` [PATCH 2/4] linux-yocto: Remove parens from COMPATIBLE_MACHINE regexp Khem Raj
2012-08-22 18:11   ` Bruce Ashfield
2012-08-22 17:59 ` [PATCH 3/4] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC Khem Raj
2012-08-22 18:19   ` Bruce Ashfield
2012-09-07  7:31     ` Khem Raj
2012-08-22 17:59 ` [PATCH 4/4] eglibc-2.15: Delete Khem Raj
2012-08-24  7:26 ` [PATCH 1/4] runqemu: Honor KERNEL and ROOTFS settings from environment Scott Garman
2012-08-24 18:09 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox