]> code.ossystems Code Review - openembedded-core.git/commit
devtool: point runqemu to correct native bindir
authorbrian avery <brian.avery@intel.com>
Tue, 4 Apr 2017 23:23:24 +0000 (16:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Apr 2017 08:40:55 +0000 (09:40 +0100)
commit1910f9e9336bfedc8278a3bc02e7e7f934a4fc86
tree9ed404da0b77c6465c60ecd7691f44bb1572a1e5
parent6c0fc4daee0e32c85c8895ce77126d3d0c6c2ed5
devtool: point runqemu to correct native bindir

devtool/runqemu.py was relying on STAGING_BINDIR_NATIVE to find the host
tools it needed like qemu-system-<arch>.  In the post RSS world, this no
longer exists. This patch points it to
{STAGING_DIR}/{BUILD_ARCH}/{bindir_native}.

[YOCTO #11223]

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/runqemu.py