[oe-commits] Tom Zanussi : perf: disable PARALLEL_MAKE

git at git.openembedded.org git at git.openembedded.org
Tue Mar 5 12:30:04 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: cd1e98513016c01e32bdb175ec7225d7378d952c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cd1e98513016c01e32bdb175ec7225d7378d952c

Author: Tom Zanussi <tom.zanussi at linux.intel.com>
Date:   Tue Mar  5 05:20:27 2013 +0000

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.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 be0f386..22feb46 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 += "\
 	'infodir=${@oe.path.relative(prefix, infodir)}' \
 "
 
+PARALLEL_MAKE = ""
+
 do_compile() {
 	oe_runmake all
 }





More information about the Openembedded-commits mailing list