]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: don't try and invoke bitbake when running in a toolchain env
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 21 Sep 2016 19:35:38 +0000 (20:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2016 20:59:14 +0000 (21:59 +0100)
commit2c569678566c49b3ea237ef2de0fbae782263449
tree65f4f9d7f2ca03a346b9d3bedb268539de4232af
parenta5adabe1414061d6864c5913dd5e66a4527838f1
runqemu: don't try and invoke bitbake when running in a toolchain env

If a MACHINE value is passed we can't validate it by running bitbake
as the toolchain environment doesn't include the build system, we
must assume that the passed value for MACHINE is correct.

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