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

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