summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-21 13:38:33 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-21 13:38:33 +0200
commitc62d16735db1beecd47a0ea3c4c51ddd29a1aeeb (patch)
treee6e584b739a49236495662d12d82b045ffe19baa /recipes-kernel
parentbab60c95a74c6903b68aaf6dfc8bd3dbdeef2794 (diff)
downloadmeta-ti-c62d16735db1beecd47a0ea3c4c51ddd29a1aeeb.tar.gz
linux.inc: enable parallel make for modules as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
index 77e3179f..9650e686 100644
--- a/recipes-kernel/linux/linux.inc
+++ b/recipes-kernel/linux/linux.inc
@@ -228,6 +228,10 @@ do_configure_append() {
228 fi 228 fi
229} 229}
230 230
231# bitbake.conf only prepends PARALLEL make in tasks called do_compile, which isn't the case for compile_modules
232# So explicitly enable it for that in here
233EXTRA_OEMAKE = "${PARALLEL_MAKE} "
234
231do_install_append() { 235do_install_append() {
232 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix}/src/linux-${KERNEL_VERSION} ARCH=$ARCH 236 oe_runmake headers_install INSTALL_HDR_PATH=${D}${exec_prefix}/src/linux-${KERNEL_VERSION} ARCH=$ARCH
233} 237}