]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: validate combos
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 13 Jul 2017 08:09:34 +0000 (01:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2017 08:21:48 +0000 (09:21 +0100)
commit8c6f253dfb4899324e91dd5d082190909e2bd25d
tree32aee7756b3f9991fe59965974f6e3c0452760f9
parent552093d1f60ca335d95bcfc9d6070ec551ebe6c0
runqemu: validate combos

Error out ealier if the combos is invalid, e.g.:
$ runqemu tmp/deploy/images/qemux86/bzImage-qemux86.bin tmp/deploy/images/qemux86/core-image-minimal-qemux86.wic

This will fail at kernel panic, no we check and error out early. We can
add other checkings in the future.

[YOCTO #11286]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/runqemu