All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] devtool build
@ 2015-09-01  6:13 leonardo.sandoval.gonzalez
  2015-09-01  6:13 ` [PATCH 1/2] devtool: Create a single file for the build devtool feature leonardo.sandoval.gonzalez
  2015-09-01  6:13 ` [PATCH 2/2] devtool: Allow disabling make parallelism on build command leonardo.sandoval.gonzalez
  0 siblings, 2 replies; 3+ messages in thread
From: leonardo.sandoval.gonzalez @ 2015-09-01  6:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: paul.eggleton

From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-01 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-01  6:13 [PATCH 0/2] devtool build leonardo.sandoval.gonzalez
2015-09-01  6:13 ` [PATCH 1/2] devtool: Create a single file for the build devtool feature leonardo.sandoval.gonzalez
2015-09-01  6:13 ` [PATCH 2/2] devtool: Allow disabling make parallelism on build command leonardo.sandoval.gonzalez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.