From: Khem Raj Date: Wed, 22 Aug 2012 17:59:47 +0000 (-0700) Subject: runqemu: Honor KERNEL and ROOTFS settings from environment X-Git-Tag: 2015-4~9438 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c985b02130658dd64581ecf14b16e2c70d1d8db5;p=openembedded-core.git runqemu: Honor KERNEL and ROOTFS settings from environment 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 Signed-off-by: Saul Wold --- diff --git a/scripts/runqemu b/scripts/runqemu index 90998aeab4..290f9ccce5 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=""