summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-06 07:05:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:50 +0100
commit1626fd50be39990bc5f2a0570ca5632741292266 (patch)
treef0d5b9d3724f52c94d4ef1f7cff9b39460ac00ef
parent7a6e99166ab7642579a441e1914c4b761e56d09d (diff)
downloadast2050-yocto-poky-1626fd50be39990bc5f2a0570ca5632741292266.zip
ast2050-yocto-poky-1626fd50be39990bc5f2a0570ca5632741292266.tar.gz
documentation/poky-ref-manual/ref-bitbake.xml: Fix BB_ENV_EXTRAWHITE example
I changed the variable from BB_ENV_WHITELIST to BB_ENV_EXTRAWHITE in the text before the example line. I had the wrong variable in there. (From yocto-docs rev: f909a7336ae2f95baa751231beeae08081576e1f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index 5055048..d4b8584 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -275,7 +275,7 @@
<orderedlist>
<listitem><para>Tell BitBake to load what you want from the environment
into the data store.
- You can do so through the <filename>BB_ENV_WHITELIST</filename>
+ You can do so through the <filename>BB_ENV_EXTRAWHITE</filename>
variable.
For example, assume you want to prevent the build system from
accessing your <filename>$HOME/.ccache</filename> directory.
OpenPOWER on IntegriCloud