]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic: fix getting path of native sysroot
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 16 Jan 2017 20:42:29 +0000 (22:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:05:17 +0000 (12:05 +0000)
commit168f62e427a0e7f02d6ed1b20d6992cb049a097c
tree03b80332c64b1c6f75691567e3e351742ca0d4d3
parenta79b32c75af78c602d1822dc2d60f24b74fc549c
wic: fix getting path of native sysroot

wic used STAGING_DIR_NATIVE variable as a path to native sysroot.
This doesn't work with recipe specific sysroots as STAGING_DIR_NATIVE
points to the native sysroot of the current recipe.

Used RECIPE_SYSROOT_NATIVE variable of wic-tools recipe
to fix the issue.

(From OE-Core rev: de9d7d14cd03e4dfc5812890a53c79b706b56537)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/wic.py
scripts/wic