]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: try and guess qemu-system binary when MACHINE isn't set
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 21 Sep 2016 19:35:37 +0000 (20:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2016 20:59:14 +0000 (21:59 +0100)
commita5adabe1414061d6864c5913dd5e66a4527838f1
treed2ab5e4da7c91ed769c7a20d900f0feac6d92c8d
parente843b2d49a151c1fe0d2a7ba00c41d2a35775736
runqemu: try and guess qemu-system binary when MACHINE isn't set

Emulate some logic from the prior, shell based, version of runqemu
to try and infer the correct setting for MACHINE from the kernel
and rootfs filenames.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu