]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Allow the user to override the device tree option
authorAlistair Francis <alistair.francis@xilinx.com>
Wed, 22 Nov 2017 00:43:57 +0000 (16:43 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Dec 2017 11:24:38 +0000 (11:24 +0000)
commit867ac1370b294bfd1ee31f94abb63688f77081a1
treeb40d2eb3c37fa96956ee6924a6e93b2f58e839f8
parenteaf2793a98cb27d82561da0f8993f2b4b304ecc2
runqemu: Allow the user to override the device tree option

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 <alistair.francis@xilinx.com>
Reviewed-by: Ben Levinsky <ben.levinsky@xilinx.com>
Cc: Ben Levinsky <ben.levinsky@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu