[oe-commits] Darren Hart : Add PARALLEL_MAKE to BB_ENV_EXTRAWHITE

git version control git at git.openembedded.org
Tue Jun 28 14:07:37 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 8a89a2e641fd5fa97a7d6977f55d10790ee13d58
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8a89a2e641fd5fa97a7d6977f55d10790ee13d58

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Mon Jun 27 14:11:58 2011 -0700

Add PARALLEL_MAKE to BB_ENV_EXTRAWHITE

As BB_NUMBER_THREADS is already whitelisted, it is consistent to
also allow PARALLEL_MAKE to be overridden via the environment. This
also simplifies performance testing where multiple combinations of
those two variables are a natural thing to do.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/oe-buildenv-internal |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal
index 558d9c8..09dbf02 100755
--- a/scripts/oe-buildenv-internal
+++ b/scripts/oe-buildenv-internal
@@ -55,4 +55,4 @@ unset BITBAKEDIR
 export BUILDDIR
 export PATH
 
-export BB_ENV_EXTRAWHITE="MACHINE DISTRO POKYMODE POKYLIBC http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_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 http_proxy ftp_proxy https_proxy all_proxy ALL_PROXY no_proxy SSH_AGENT_PID SSH_AUTH_SOCK BB_SRCREV_POLICY SDKMACHINE BB_NUMBER_THREADS PARALLEL_MAKE GIT_PROXY_COMMAND"





More information about the Openembedded-commits mailing list