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

2016-11-02 Thread Alistair Francis
On Wed, Nov 2, 2016 at 5:13 PM, Andre McCurdy wrote: > On Wed, Nov 2, 2016 at 4:30 PM, Alistair Francis wrote: >> On Wed, Nov 2, 2016 at 4:18 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 tha

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

2016-11-02 Thread Andre McCurdy
On Wed, Nov 2, 2016 at 4:30 PM, Alistair Francis wrote: > On Wed, Nov 2, 2016 at 4:18 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' m

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

2016-11-02 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

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

2016-11-02 Thread Alistair Francis
On Wed, Nov 2, 2016 at 4:18 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 o