diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-21 13:38:33 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-21 13:38:33 +0200 |
| commit | c62d16735db1beecd47a0ea3c4c51ddd29a1aeeb (patch) | |
| tree | e6e584b739a49236495662d12d82b045ffe19baa /recipes-kernel | |
| parent | bab60c95a74c6903b68aaf6dfc8bd3dbdeef2794 (diff) | |
| download | meta-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.inc | 4 |
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 | ||
| 233 | EXTRA_OEMAKE = "${PARALLEL_MAKE} " | ||
| 234 | |||
| 231 | do_install_append() { | 235 | do_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 | } |
