Re: [OE-core] [PATCH] runqemu: Allow the user to specity DTB

2018-06-16 Thread Richard Purdie
On Fri, 2018-06-15 at 09:58 -0700, Ben Levinsky wrote: > In some cirsumstances the user doesn't want to supply a kernel, > rootFS > to QEMU, but only a DTB. > > Allow users to specify dtb for supply via the QB_DTB option > to QEMU. > > Signed-off-by: Ben Levinsky > --- > scripts/runqemu | 3 +++

[OE-core] [PATCH] runqemu: Allow the user to specity DTB

2018-06-15 Thread Ben Levinsky
In some cirsumstances the user doesn't want to supply a kernel, rootFS to QEMU, but only a DTB. Allow users to specify dtb for supply via the QB_DTB option to QEMU. Signed-off-by: Ben Levinsky --- scripts/runqemu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/runqemu b/scripts/r