From: Joshua Lock Date: Fri, 23 Jul 2010 11:50:25 +0000 (+0100) Subject: poky-env-internal: re-add OEROOT to the whitelisted environment variables X-Git-Tag: 2011-1~5131 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b98e3e9c3f64eb9ce0638cb3ba6b6d7bf7ac46c2;p=openembedded-core.git poky-env-internal: re-add OEROOT to the whitelisted environment variables We don't want Bitbake to clean OEROOT from the environment as users may have old layer configurations which require it set. Signed-off-by: Joshua Lock --- diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index ba52413c54..3279fb0bea 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal @@ -118,4 +118,4 @@ echo "Common targets are poky-image-minimal, poky-image-sato, meta-toolchain or echo echo "You can also run generated qemu images with a command like 'runqemu qemux86'" -export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC http_proxy ftp_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS GIT_PROXY_COMMAND" +export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS GIT_PROXY_COMMAND"