]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: runqemu: work around runqemu script path assumption paule/esdk-runqemu-path
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 18 Oct 2016 02:40:37 +0000 (15:40 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 18 Oct 2016 02:49:56 +0000 (15:49 +1300)
commitd34af1901e034160aa61c4cf74dbce4cefdd1013
tree5bec20b86e866afd74d31aea9d67688a0234bdb3
parent327e4bf5a84d5b49ccc65927df622c9ef6302d55
devtool: runqemu: work around runqemu script path assumption

The new runqemu script assumes that if OECORE_NATIVE_SYSROOT is set then
it shouldn't try to run bitbake to find out the values of various
variables such as DEPLOY_DIR_IMAGE; this assumption is incorrect for the
extensible SDK. To work around this, clear OECORE_NATIVE_SYSROOT in the
environment when running runqemu.

Fixes [YOCTO #10447].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/lib/devtool/runqemu.py