diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-04-25 01:47:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-17 14:42:17 +0100 |
commit | a3d223284854a21c84e8f6d075d23b32789afa01 (patch) | |
tree | bfed21b25bc99bb6a46ca8081bef621ab9d0c03c /meta/recipes-devtools/python/python-numpy | |
parent | a3e958fae0cd6349a03fececcaa3d880c73b9298 (diff) | |
download | openembedded-core-a3d223284854a21c84e8f6d075d23b32789afa01.tar.gz openembedded-core-a3d223284854a21c84e8f6d075d23b32789afa01.tar.bz2 openembedded-core-a3d223284854a21c84e8f6d075d23b32789afa01.zip |
oe-buildenv-internal: add BBPATH_EXTRA to BB_ENV_EXTRAWHITE_OE
So that user can easily make their own conf files such as conf/site.conf
work. For example, poky's default BBPATH in bblayers.conf is:
BBPATH = "${TOPDIR}"
Will change it to:
BBPATH_EXTRA ??= ""
BBPATH = "${BBPATH_EXTRA}${TOPDIR}"
When user sets BBPATH_EXTRA in env to their own dir which contains
conf/site.conf, it will work.
Note, BBPATH_EXTRA must end with ":", we can't set BBPATH as
"${BBPATH_EXTRA}:${TOPDIR}" since the sanity would fail when
BBPATH_EXTRA is null.
[YOCTO #7837]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-numpy')
0 files changed, 0 insertions, 0 deletions