[yocto] yocto ref manual: confusion between BB_ENV_WHITELIST and BB_ENV_EXTRAWHITE

Robert P. J. Day rpjday at crashcourse.ca
Sat Mar 10 05:59:02 PST 2012


  from section B.5 of yocto ref manual:

Tell BitBake to load what you want from the environment into the data
store. You can do so through the BB_ENV_WHITELIST variable. For
example, assume you want to prevent the build system from accessing
your $HOME/.ccache directory. The following command tells BitBake to
load CCACHE_DIR from the environment into the data store:

     export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE CCACHE_DIR"

  i think you can see how that might confuse the reader.

rday

p.s.  neither of those variables are listed in the variable glossary,
either.

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



More information about the yocto mailing list