From: Leonardo Sandoval <[email protected]> First patch moves all the build related code from standard.py to build.py, and second patch includes the --disable-parallel-make parameter, which as the name indicates, removes parallelism on the make tool.
The following changes since commit 22afc047dd1b8f83e56c4a9862710776c509e3c5: oe-selftest: test devtool build-image plugin (2015-08-31 11:37:14 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lsandov1/devtool-disable-parallelism http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lsandov1/devtool-disable-parallelism Leonardo Sandoval (2): devtool: Create a single file for the build devtool feature devtool: Allow disabling make parallelism on build command scripts/lib/devtool/build.py | 75 +++++++++++++++++++++++++++++++++++++++++ scripts/lib/devtool/standard.py | 22 ------------ 2 files changed, 75 insertions(+), 22 deletions(-) create mode 100644 scripts/lib/devtool/build.py -- 1.8.4.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
