Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE
@ 2011-11-17 22:28 Matthew McClintock
  2011-11-22 19:50 ` Saul Wold
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew McClintock @ 2011-11-17 22:28 UTC (permalink / raw)
  To: openembedded-core

Without this simply changing the number of threads via
PARALLEL_MAKE can invalidate sstate-cache

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 meta/recipes-core/eglibc/eglibc.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index fe9f8ba..272fcb6 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -40,6 +40,7 @@ ARM_INSTRUCTION_SET = "arm"
 # eglibc uses PARALLELMFLAGS variable to pass parallel build info so transfer
 # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE
 EGLIBCPARALLELISM := "PARALLELMFLAGS="${PARALLEL_MAKE}""
+EXTRA_OEMAKE[vardepsexclude] += "EGLIBCPARALLELISM"
 EXTRA_OEMAKE += ${EGLIBCPARALLELISM}
 PARALLEL_MAKE = ""
 
-- 
1.7.6.1





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

* Re: [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE
  2011-11-17 22:28 [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE Matthew McClintock
@ 2011-11-22 19:50 ` Saul Wold
  2011-11-22 22:40   ` McClintock Matthew-B29882
  0 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2011-11-22 19:50 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Matthew McClintock

On 11/17/2011 02:28 PM, Matthew McClintock wrote:
> Without this simply changing the number of threads via
> PARALLEL_MAKE can invalidate sstate-cache
>
> Signed-off-by: Matthew McClintock<msm@freescale.com>
> ---
>   meta/recipes-core/eglibc/eglibc.inc |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
> index fe9f8ba..272fcb6 100644
> --- a/meta/recipes-core/eglibc/eglibc.inc
> +++ b/meta/recipes-core/eglibc/eglibc.inc
> @@ -40,6 +40,7 @@ ARM_INSTRUCTION_SET = "arm"
>   # eglibc uses PARALLELMFLAGS variable to pass parallel build info so transfer
>   # PARALLEL_MAKE into PARALLELMFLAGS and empty out PARALLEL_MAKE
>   EGLIBCPARALLELISM := "PARALLELMFLAGS="${PARALLEL_MAKE}""
> +EXTRA_OEMAKE[vardepsexclude] += "EGLIBCPARALLELISM"
>   EXTRA_OEMAKE += ${EGLIBCPARALLELISM}
>   PARALLEL_MAKE = ""
>

When possible, please include the recipe or file you are changing as 
part of the patch subject.

For example this would be:

eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE

Thanks
	Sau!



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

* Re: [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE
  2011-11-22 19:50 ` Saul Wold
@ 2011-11-22 22:40   ` McClintock Matthew-B29882
  2011-11-22 22:49     ` Saul Wold
  0 siblings, 1 reply; 5+ messages in thread
From: McClintock Matthew-B29882 @ 2011-11-22 22:40 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, Nov 22, 2011 at 1:50 PM, Saul Wold <sgw@linux.intel.com> wrote:
> When possible, please include the recipe or file you are changing as part of
> the patch subject.
>
> For example this would be:
>
> eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE

Sorry. Shall I resubmit or will you handle this?

-M



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

* Re: [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE
  2011-11-22 22:40   ` McClintock Matthew-B29882
@ 2011-11-22 22:49     ` Saul Wold
  2011-11-24 22:53       ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2011-11-22 22:49 UTC (permalink / raw)
  To: openembedded-core

On 11/22/2011 02:40 PM, McClintock Matthew-B29882 wrote:
> On Tue, Nov 22, 2011 at 1:50 PM, Saul Wold<sgw@linux.intel.com>  wrote:
>> When possible, please include the recipe or file you are changing as part of
>> the patch subject.
>>
>> For example this would be:
>>
>> eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE
>
> Sorry. Shall I resubmit or will you handle this?
>
I will handle this time, should have added that in my email.

Sau!

> -M
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



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

* Re: [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE
  2011-11-22 22:49     ` Saul Wold
@ 2011-11-24 22:53       ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-11-24 22:53 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Tue, 2011-11-22 at 14:49 -0800, Saul Wold wrote:
> On 11/22/2011 02:40 PM, McClintock Matthew-B29882 wrote:
> > On Tue, Nov 22, 2011 at 1:50 PM, Saul Wold<sgw@linux.intel.com>  wrote:
> >> When possible, please include the recipe or file you are changing as part of
> >> the patch subject.
> >>
> >> For example this would be:
> >>
> >> eglibc.inc: Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE
> >
> > Sorry. Shall I resubmit or will you handle this?
> >
> I will handle this time, should have added that in my email.

Merged to master with the tweaked subject from Saul.

Cheers,

Richard




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

end of thread, other threads:[~2011-11-24 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17 22:28 [PATCH] Remove EGLIBPARALLELISM from deps for EXTRA_OEMAKE Matthew McClintock
2011-11-22 19:50 ` Saul Wold
2011-11-22 22:40   ` McClintock Matthew-B29882
2011-11-22 22:49     ` Saul Wold
2011-11-24 22:53       ` Richard Purdie

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