Re: [OE-core] [PATCH 2/2] runqemu: Allow the user to override the device tree option

2017-09-26 Thread Alistair Francis
On Tue, Sep 26, 2017 at 4:15 PM, Alistair Francis wrote: > Update the runqemu script to allow the user to specify a device tree > to boot when calling runqemu. > > This involves creating a seperate check_dtb() function incase the user > has specified 'none' for the kernel but still wants a device

[OE-core] [PATCH 2/2] runqemu: Allow the user to override the device tree option

2017-09-26 Thread Alistair Francis
Update the runqemu script to allow the user to specify a device tree to boot when calling runqemu. This involves creating a seperate check_dtb() function incase the user has specified 'none' for the kernel but still wants a device tree. Signed-off-by: Alistair Francis Cc: Ben Levinsky --- scri