| Submitter | Matthew McClintock |
|---|---|
| Date | Nov. 17, 2011, 10:28 p.m. |
| Message ID | <1321568900-19406-1-git-send-email-msm@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/15097/ |
| State | Accepted |
| Commit | 45140c860272fa4b610805d4dacadcf9201c3e35 |
| Headers | show |
Comments
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!
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
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 >
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
Patch
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 = ""
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(-)