]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Allow the user to specity no kernel or rootFS
authorAlistair Francis <alistair.francis@xilinx.com>
Tue, 10 Jan 2017 21:04:00 +0000 (13:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:56 +0000 (18:01 +0000)
commit2cc01c4e46b05b7ffcc8a11e7ebde6c43256c3c3
tree282e65697a5a88b2f4bb7a899ecbaea3fd52eb29
parent98cd9cd5fe99d0466712be3ec7c4a4ff74afeb11
runqemu: Allow the user to specity no kernel or rootFS

In some cirsumstances the user doesn't want to supply a kernel, rootFS
or DTB to QEMU. This will occur more now that QEMU supports loading
images using a '-device loader' method.

Allow users to specify 'none' for QB_DEFAULT_FSTYPE or QB_DEFAULT_KERNEL
to avoid supplying these options to QEMU.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu