]> code.ossystems Code Review - openembedded-core.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:03:51 +0000 (12:03 +0000)
commitde9d7d14cd03e4dfc5812890a53c79b706b56537
tree5e208824e8ca728fc9a104b4f0ce56c7d8188649
parent52ce14d5ea667ffd319fdb3e147b6eb29505cf8e
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.

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