]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu: Allow to use qemu from host.
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 22 Nov 2016 17:31:53 +0000 (11:31 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Dec 2016 08:30:01 +0000 (08:30 +0000)
commitfe7fd2cd3a9c4fb5b31bd3cab81c96a3b81cb540
treea0f1d89e3e81c091ed5794c04a8a17db35384922
parent2e0b36981c1f91ed0d3d457c370df10a099407af
scripts/runqemu: Allow to use qemu from host.

This will add support to use qemu from the running host,
with this is possible to put qemu-native in ASSUME_PROVIDED
variable.

By default it will try to get qemu from the build sysroot,
and only if it fails will try to use the host's qemu.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu