Re: [OE-core] [PATCH] runqemu: Allow the user to specity no kernel or rootFS

2017-01-17 Thread Alistair Francis
On Tue, Jan 10, 2017 at 1:04 PM, Alistair Francis wrote: > 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

[OE-core] [PATCH] runqemu: Allow the user to specity no kernel or rootFS

2017-01-10 Thread Alistair Francis
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. Sig