diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-12-03 15:09:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:31:39 +0000 |
commit | 826ae02c08b2210aa39ed51e1a9e50d40f33afb4 (patch) | |
tree | 30740fb7a3d957eaeb24bf01ea1c170857145c9d /meta | |
parent | 18dcf8acc9a918d00c3525e9af5f64d237f74bdb (diff) | |
download | openembedded-core-826ae02c08b2210aa39ed51e1a9e50d40f33afb4.tar.gz openembedded-core-826ae02c08b2210aa39ed51e1a9e50d40f33afb4.tar.bz2 openembedded-core-826ae02c08b2210aa39ed51e1a9e50d40f33afb4.zip |
oe-buildenv-internal: preserve existing BB_ENV_EXTRAWHITE
According to the BitBake User Manual the environment variable BB_ENV_EXTRAWHITE
specifies an additional set of variables to allow through (whitelist) from the
external environment into BitBake's datastore. However, running:
$ source oe-init-build-env build-name
will overwrite any pre-existing BB_ENV_EXTRAWHITE variables.
This patch modifies this behaviour: all oe-build-internal BB_ENV_EXTRAWHITE
variables are appended to any potentially already existing BB_ENV_EXTRAWHITE
variables. (The variables are only appended if not already in BB_ENV_EXTRAWHITE)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions