On 2020-08-04 13:11, codusnocturnus via lists.yoctoproject.org wrote:
I think what you need to do is add the environment variable to BB_ENV_WHITELIST 
or BB_ENV_EXTRAWHITE:

https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#var-BB_ENV_WHITELIST

Thanks,


Thanks, NightCoder!  It worked, once I put it in the right place.

must be declared in global shell environment after running oe-init-build-environment

export BB_ENV_EXTRAWHITELIST="${BB_ENV_EXTRAWHITELIST} VAR_TO_BRING IN"

Unfortunately it's not always obvious to me where a variable is to be declared: some in global shell, sometimes in local.conf, sometimes in bb files...

Anyway, fixed!  Thanks!

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#50197): https://lists.yoctoproject.org/g/yocto/message/50197
Mute This Topic: https://lists.yoctoproject.org/mt/75990936/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to