From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [Updated Consolidated Pull 15/19] eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS
Date: Wed, 25 May 2011 01:40:37 -0700 [thread overview]
Message-ID: <05f017dc6878908cf55901f8a74c738f3bece077.1306312621.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1306312621.git.sgw@linux.intel.com>
In-Reply-To: <cover.1306312621.git.sgw@linux.intel.com>
From: Khem Raj <raj.khem@gmail.com>
* Currently we are passing -jN or -j N flags to eglibc makefiles
however eglibc uses a make variable called PARALLELMFLAGS
to pass information about parallel build to sub-makes
* Currently make install ran without parallelism but now
it should have parallel building flags passed to do_install
correctly which inturn should improve build time of
eglibc on systems using parallel build -j with values > 1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-core/eglibc/eglibc.inc | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 8314cb1..46ffa82 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -36,4 +36,10 @@ INHIBIT_DEFAULT_DEPS = "1"
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 += ${EGLIBCPARALLELISM}
+PARALLEL_MAKE = ""
+
PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
--
1.7.3.4
next prev parent reply other threads:[~2011-05-25 8:44 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-25 8:40 [Updated Consolidated Pull 00/19] Updates and 1.1_M1 Targeted Fixes Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 01/19] gail: update gail to 1.20.2 Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 02/19] update-alternatives-dpkg: Update to dpkg base 1.15.8.7 Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 03/19] send-pull-request: drop sendemail checks Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 04/19] syslinux: rdepends on mtools Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 05/19] pulseaudio: package udev rules Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 06/19] ghostscript: fix run failure on mpc8315e Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 07/19] create-pull-request: generalize the repository URL parsing Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 08/19] git: upgrade from 1.7.4.3 to 1.7.5.1 Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 09/19] libpcre: upgrade from 8.10 to 8.12 Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 10/19] byacc: upgrade from 20101127 to 20101229 Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 11/19] python-pygpbject: upgrade from 2.27 to 2.27.91 Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 12/19] distro-tracking: update toolchain recipe fields Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 13/19] gst-plugins-base: Add tremor to DEPENDS Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 14/19] elfutils_0.148.bb: Fix compilation on uclibc Saul Wold
2011-05-25 8:40 ` Saul Wold [this message]
2011-05-25 8:40 ` [Updated Consolidated Pull 16/19] IMAGE_ROOTFS_SIZE Cleanup Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 17/19] image_types: add IMAGE_ROOTFS_EXTRA_SPACE Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 18/19] rootfs_ipk: issue a diagnostic if rootfs is declared read-only and not all maintainer scripts could be applied offline Saul Wold
2011-05-25 8:40 ` [Updated Consolidated Pull 19/19] gnutls: update to 2.12.5 Saul Wold
2011-05-25 14:27 ` Saul Wold
2011-05-25 14:56 ` [Updated Consolidated Pull 00/19] Updates and 1.1_M1 Targeted Fixes Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=05f017dc6878908cf55901f8a74c738f3bece077.1306312621.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox