aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-02-12 17:39:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-14 22:26:10 +0000
commit7957c5bc2771a763d26e50e716733c6335cef3c2 (patch)
tree220313973265ec9671a0d652ef33397cbc4651ef /meta/recipes-kernel
parent445135f4fdd5878a0660029d0876aec51f971e20 (diff)
downloadopenembedded-core-7957c5bc2771a763d26e50e716733c6335cef3c2.tar.gz
meta: enable parallel build for several recipes
I used a for loop to build these packages more than 520 times, these recipes never failed. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/perf/perf.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index fcfd0ada1f..f69d177949 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -98,7 +98,6 @@ EXTRA_OEMAKE += "\
'infodir=${@os.path.relpath(infodir, prefix)}' \
"
-PARALLEL_MAKE = ""
do_compile() {
# Linux kernel build system is expected to do the right thing