diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-06 07:05:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:50 +0100 |
commit | 1626fd50be39990bc5f2a0570ca5632741292266 (patch) | |
tree | f0d5b9d3724f52c94d4ef1f7cff9b39460ac00ef /documentation/poky-ref-manual/ref-bitbake.xml | |
parent | 7a6e99166ab7642579a441e1914c4b761e56d09d (diff) | |
download | 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>
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 2 |
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 5055048333..d4b8584a46 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -275,7 +275,7 @@ | |||
275 | <orderedlist> | 275 | <orderedlist> |
276 | <listitem><para>Tell BitBake to load what you want from the environment | 276 | <listitem><para>Tell BitBake to load what you want from the environment |
277 | into the data store. | 277 | into the data store. |
278 | You can do so through the <filename>BB_ENV_WHITELIST</filename> | 278 | You can do so through the <filename>BB_ENV_EXTRAWHITE</filename> |
279 | variable. | 279 | variable. |
280 | For example, assume you want to prevent the build system from | 280 | For example, assume you want to prevent the build system from |
281 | accessing your <filename>$HOME/.ccache</filename> directory. | 281 | accessing your <filename>$HOME/.ccache</filename> directory. |