mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
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 (From OE-Core rev: c985b02130658dd64581ecf14b16e2c70d1d8db5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -54,9 +54,9 @@ error() {
|
||||
}
|
||||
|
||||
MACHINE=${MACHINE:=""}
|
||||
KERNEL=""
|
||||
KERNEL=${KERNEL:=""}
|
||||
ROOTFS=${ROOTFS:=""}
|
||||
FSTYPE=""
|
||||
ROOTFS=""
|
||||
LAZY_ROOTFS=""
|
||||
SCRIPT_QEMU_OPT=""
|
||||
SCRIPT_QEMU_EXTRA_OPT=""
|
||||
|
||||
Reference in New Issue
Block a user