]> code.ossystems Code Review - openembedded-core.git/commit
devtool: Allow disabling make parallelism on build command
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Tue, 8 Sep 2015 10:39:11 +0000 (11:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Sep 2015 13:25:05 +0000 (14:25 +0100)
commit0bf2e4b3edfc43e7a2e8d3387a9370d110533b7c
tree0e6eab306e42ad4d8f275aa62fdfe74e361c0355
parent61bb1759f7ecb8b404f7d97573c61aef31f2f109
devtool: Allow disabling make parallelism on build command

Through -s/--disable-parallel-make, the user can turn off parallelism
on the make tool. This can be useful when debuging race condition issues.
In order to set PARALLEL_MAKE = "" a post-config file created and then
passed into the build.

[YOCTO #7589]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/build.py