diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-03-31 21:53:31 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 13:18:12 +0100 |
commit | 2bfed75c48a6f6596ded9cb64cb96f00510f914e (patch) | |
tree | 9dbcb4f0db9a2813dc81372cb28c19eb7ada948a /scripts/pybootchartgui/README.pybootchart | |
parent | 6069175e9bb97ace100bb5e99b6104d33163a3a2 (diff) | |
download | openembedded-core-2bfed75c48a6f6596ded9cb64cb96f00510f914e.tar.gz openembedded-core-2bfed75c48a6f6596ded9cb64cb96f00510f914e.tar.bz2 openembedded-core-2bfed75c48a6f6596ded9cb64cb96f00510f914e.zip |
classes/populate_sdk_ext: support setting vars from environment at build time
When running bitbake you may pass in values of variables from the
external environment (making use of BB_ENV_EXTRAWHITE), and you may
choose to do this when building the extensible SDK, for example:
MACHINE=qemuarm bitbake -c populate_sdk_ext core-image-minimal
You would naturally expect those settings to be reflected in the
extensible SDK itself; however they were not, since we were only
considering local.conf and auto.conf. Check the variables mentioned in
BB_ENV_EXTRAWHITE to see if any are different than the values set in
local.conf/auto.conf and add lines setting them in the SDK's local.conf
if so.
Fixes [YOCTO #9339].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pybootchartgui/README.pybootchart')
0 files changed, 0 insertions, 0 deletions