[oe-commits] [meta-openembedded] 11/18: klibc: disable PARALLEL_MAKE

git at git.openembedded.org git at git.openembedded.org
Thu Apr 20 07:12:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit bab0a4cb41d1df42a5588bb56246b345e8a24e43
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Sat Apr 15 15:15:14 2017 +0200

    klibc: disable PARALLEL_MAKE
    
    On modern buidsystems with many cores there are sporadic build failures.
    The issue is known and a fix in the sources is awaited (new Kbuild).
    
    http://www.zytor.com/pipermail/klibc/2013-May/003420.html
    
    For the moment, disable PARALLEL_MAKE.
    
    Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index f00e31a..e039cb2 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -21,6 +21,7 @@ SRC_URI += "file://klibc-linux-libc-dev.patch \
 
 S = "${WORKDIR}/git"
 
+PARALLEL_MAKE = ""
 EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \
                 'CROSS_COMPILE=${TARGET_PREFIX}' \
                 'KLIBCKERNELSRC=${STAGING_DIR_TARGET}${exec_prefix}' \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list