Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] scripts: add PARALLEL_MAKE to BB_ENV_EXTRAWHITE
@ 2011-06-27 21:11 Darren Hart
  2011-06-27 21:11 ` [PATCH 1/1] Add " Darren Hart
  2011-06-28 14:01 ` [PATCH 0/1] scripts: add " Richard Purdie
  0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-06-27 21:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Darren Hart

The following changes since commit a1f79a7896b6411669b3ccada6204d2695e80fc5:

  runqueue.py: Add umask task control (2011-06-24 12:23:12 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/pm
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/pm

Darren Hart (1):
  Add PARALLEL_MAKE to BB_ENV_EXTRAWHITE

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] Add PARALLEL_MAKE to BB_ENV_EXTRAWHITE
  2011-06-27 21:11 [PATCH 0/1] scripts: add PARALLEL_MAKE to BB_ENV_EXTRAWHITE Darren Hart
@ 2011-06-27 21:11 ` Darren Hart
  2011-06-28 14:01 ` [PATCH 0/1] scripts: add " Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-06-27 21:11 UTC (permalink / raw)
  To: openembedded-core; +Cc: Darren Hart

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@linux.intel.com>
---
 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"
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] scripts: add PARALLEL_MAKE to BB_ENV_EXTRAWHITE
  2011-06-27 21:11 [PATCH 0/1] scripts: add PARALLEL_MAKE to BB_ENV_EXTRAWHITE Darren Hart
  2011-06-27 21:11 ` [PATCH 1/1] Add " Darren Hart
@ 2011-06-28 14:01 ` Richard Purdie
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-06-28 14:01 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Darren Hart

On Mon, 2011-06-27 at 14:11 -0700, Darren Hart wrote:
> The following changes since commit a1f79a7896b6411669b3ccada6204d2695e80fc5:
> 
>   runqueue.py: Add umask task control (2011-06-24 12:23:12 +0100)
> 
> are available in the git repository at:
>   git://git.pokylinux.org/poky-contrib dvhart/pm
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/pm
> 
> Darren Hart (1):
>   Add PARALLEL_MAKE to BB_ENV_EXTRAWHITE
> 
>  scripts/oe-buildenv-internal |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-28 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-27 21:11 [PATCH 0/1] scripts: add PARALLEL_MAKE to BB_ENV_EXTRAWHITE Darren Hart
2011-06-27 21:11 ` [PATCH 1/1] Add " Darren Hart
2011-06-28 14:01 ` [PATCH 0/1] scripts: add " Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox