git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfcd107
)
multi-kernel: use PARALLEL_MAKE if set by user
author
Koen Kooi
<koen@openembedded.org>
Mon, 11 Oct 2010 12:13:04 +0000
(14:13 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 11 Oct 2010 12:13:04 +0000
(14:13 +0200)
Signed-off-by: Koen Kooi <k-kooi@ti.com>
recipes/linux/multi-kernel.inc
patch
|
blob
|
history
diff --git
a/recipes/linux/multi-kernel.inc
b/recipes/linux/multi-kernel.inc
index
70cfd87
..
d8e17ef
100644
(file)
--- 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