From 1626fd50be39990bc5f2a0570ca5632741292266 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 6 Sep 2012 07:05:34 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-bitbake.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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 @@ Tell BitBake to load what you want from the environment into the data store. - You can do so through the BB_ENV_WHITELIST + You can do so through the BB_ENV_EXTRAWHITE variable. For example, assume you want to prevent the build system from accessing your $HOME/.ccache directory. -- cgit v1.2.3-54-g00ecf