mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1122a417de
commit
3936a26c3f
@@ -86,6 +86,8 @@ EXTRA_OEMAKE += "\
|
|||||||
'infodir=${@oe.path.relative(prefix, infodir)}' \
|
'infodir=${@oe.path.relative(prefix, infodir)}' \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
oe_runmake all
|
oe_runmake all
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user