aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-14 16:33:19 +0000
committerJoshua Lock <josh@linux.intel.com>2009-12-14 17:46:59 +0000
commitceb91f7b2b74496824faa9331c5af6f2de477b9c (patch)
treebaad4e5474983d6b58a8d08be708dda15afb0133 /scripts
parent51497a74361a20b6d1495c45e838969998a5ecba (diff)
downloadopenembedded-core-contrib-ceb91f7b2b74496824faa9331c5af6f2de477b9c.tar.gz
scripts: preserve BB_NUMBER_THREADS when sanitising environment
It's pretty useful to be able to define BB_NUMBER_THREADS on the cli when executing bitbake. Add it to the extra whitelist defined in the poky-env-internal script. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-env-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index edcc259c2c..4bfcf63c59 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -119,4 +119,4 @@ echo
echo "### Shell environment set up for Poky builds. ###"
echo
-export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE"
+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"