summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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.