From ceb91f7b2b74496824faa9331c5af6f2de477b9c Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 14 Dec 2009 16:33:19 +0000 Subject: 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 --- scripts/poky-env-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf