diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-03-05 05:20:27 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 13:14:58 +0000 |
commit | 3936a26c3fe30f1e32ef877e01d33518a4d3a722 (patch) | |
tree | b062a2ac4132660bae475ba88974dabbf7d0fcbe /meta/recipes-kernel/perf | |
parent | 1122a417deab6d56bca553f43fa2509a42322b11 (diff) | |
download | poky-3936a26c3fe30f1e32ef877e01d33518a4d3a722.tar.gz |
perf: disable PARALLEL_MAKE
Autobuilder builds periodically and now more frequently have been
failing because of a race between the perf build and the newly
separated libtraceevent - perf tries to link libtraceevent.a, which
hasn't finished building yet in those cases.
This disables the parallel build to prevent that.
(From OE-Core rev: cd1e98513016c01e32bdb175ec7225d7378d952c)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index be0f386859..22feb462dc 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb | |||
@@ -86,6 +86,8 @@ EXTRA_OEMAKE += "\ | |||
86 | 'infodir=${@oe.path.relative(prefix, infodir)}' \ | 86 | 'infodir=${@oe.path.relative(prefix, infodir)}' \ |
87 | " | 87 | " |
88 | 88 | ||
89 | PARALLEL_MAKE = "" | ||
90 | |||
89 | do_compile() { | 91 | do_compile() { |
90 | oe_runmake all | 92 | oe_runmake all |
91 | } | 93 | } |