diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-14 16:33:19 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-14 17:46:59 +0000 |
commit | ceb91f7b2b74496824faa9331c5af6f2de477b9c (patch) | |
tree | baad4e5474983d6b58a8d08be708dda15afb0133 /scripts/poky-env-internal | |
parent | 51497a74361a20b6d1495c45e838969998a5ecba (diff) | |
download | poky-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/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 2 |
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 | |||
119 | echo "### Shell environment set up for Poky builds. ###" | 119 | echo "### Shell environment set up for Poky builds. ###" |
120 | echo | 120 | echo |
121 | 121 | ||
122 | export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC OEROOT http_proxy ftp_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE" | 122 | 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" |