]> code.ossystems Code Review - openembedded-core.git/commit
wic: use 2 sysroots to find native executable
authorEd Bartosh <ed.bartosh@linux.intel.com>
Tue, 21 Feb 2017 09:37:17 +0000 (11:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:31 +0000 (10:42 +0000)
commit06f976cb7c593ab14ee221365d9afbaf9de94a91
tree7f2cfeb9fe8f035ca84bcec578cf6beb477a8cea
parent68df14eb43103537279824c5f627cc5914b5282c
wic: use 2 sysroots to find native executable

Currently there is no way to specify a dependency on native
tools for wic without modifying wic-tools recipe. Obvious
way to make it more flexible is to use image sysroot and
wic-tools together to find an executable.

Modified run_native_cmd to use image and wic-tools sysroots
to find native executable.

[YOCTO #11017]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/utils/misc.py