aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2017-04-15 15:15:14 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-24 10:59:27 +0200
commit85b4e2e146ce87a086cc23541c28394494a1b33e (patch)
treefd87914c2be2eeb12d2277ca9aa04248ce1e4a2d /meta-initramfs
parent60885e3223ad811c2b4185eb6a22fa0cdb0d082a (diff)
downloadmeta-openembedded-contrib-85b4e2e146ce87a086cc23541c28394494a1b33e.tar.gz
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-devtools/klibc/klibc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index f00e31a69a..e039cb2c1c 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}' \