aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-11 14:13:04 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-11 14:13:04 +0200
commit8da20f5b7da412ad32049657c4e61cb9b89e1377 (patch)
tree3536621ed8b50de8bda529d1b468a43aa4adf317 /recipes/linux
parentcfcd107b9ec7eeea623b5e1e1d91fafdf09ccb9d (diff)
downloadopenembedded-8da20f5b7da412ad32049657c4e61cb9b89e1377.tar.gz
multi-kernel: use PARALLEL_MAKE if set by user
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/multi-kernel.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/linux/multi-kernel.inc b/recipes/linux/multi-kernel.inc
index 70cfd87f74..d8e17ef347 100644
--- a/recipes/linux/multi-kernel.inc
+++ b/recipes/linux/multi-kernel.inc
@@ -17,6 +17,10 @@ SRC_URI_append = " \
MULTI_CONFIG_BASE_SUFFIX = "multi-config-"
+# bitbake.conf only prepends PARALLEL make in tasks called do_compile, which isn't the case for multiconfig
+# So explicitly enable it for compileconfigs in here
+EXTRA_OEMAKE = "${PARALLEL_MAKE} "
+
do_compileconfigs () {
# Compile and Install additional kernel configs if found