[OE-core] [PATCH 00/10] devtool refactoring

Markus Lehtonen markus.lehtonen at linux.intel.com
Thu Jun 4 16:31:44 UTC 2015


This patchset contains contains some refactoring of the devtool code, hopefully
making the code more maintainable and somewhat easier to read.

The following changes since commit c91ffdb8fff4a62ccb80196a3d735e4b9a3056a3:

  dosfstools: Add recipe for v3.0.28 (2015-06-03 16:38:14 +0100)

are available in the git repository at:

  ssh://oegit/openembedded-core-contrib marquiz/devtool/refactor
  http://git.openembedded.org/openembedded-core-contrib/commit/?h=marquiz/devtool/refactor

Markus Lehtonen (10):
  devtool: fix wrong indentation
  devtool: refactor bb task execution into a separate class
  devtool: update-recipe: do rev parsing in a separate function
  devtool: simplify the logic of determining patches to be removed
  devtool: simplify few conditionals a bit
  devtool: slight simplification of path splitting logic
  devtool: split out 'srcrev' update mode into a separate function
  devtool: split out 'patch' update mode into a separate function
  devtool: remove some unused return values
  devtool: use DevtoolError for error handling

 scripts/devtool                 |   9 +-
 scripts/lib/devtool/__init__.py |   6 +
 scripts/lib/devtool/deploy.py   |  31 +-
 scripts/lib/devtool/standard.py | 646 +++++++++++++++++++++-------------------
 4 files changed, 369 insertions(+), 323 deletions(-)

-- 
2.1.4



More information about the Openembedded-core mailing list