Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] New devtool finish subcommand
@ 2016-07-13 21:04 Paul Eggleton
  2016-07-13 21:04 ` [PATCH 1/7] devtool: update-recipe: find and use existing files directories Paul Eggleton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paul Eggleton @ 2016-07-13 21:04 UTC (permalink / raw)
  To: openembedded-core

This patchset adds "devtool finish" that provides a way to easily finish
and save your changes to a real layer. Along the way I also fixed some
annoyances and bugs in the way "devtool update-recipe" works, since
devtool finish makes use of that code.


The following changes since commit da7a2c7b00b40a8759dbe9f4ab6df3e337e3d6b6:

  useradd-staticids: use map() instead of imap() (2016-07-12 23:11:57 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/devtool19-oe
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/devtool19-oe

Paul Eggleton (7):
  devtool: update-recipe: find and use existing files directories
  devtool: update-recipe: don't copy local files that haven't changed
  lib/oe/recipeutils: fix a few issues in find_layerdir()
  devtool: reset: refactor to allow calling separately
  devtool: update-recipe: refactor to allow calling separately
  devtool: upgrade: record original recipe files
  devtool: add finish subcommand

 meta/lib/oe/recipeutils.py        |  67 ++++++++++-
 meta/lib/oeqa/selftest/devtool.py | 157 +++++++++++++++++++++++++-
 scripts/lib/devtool/standard.py   | 231 +++++++++++++++++++++++++++++---------
 scripts/lib/devtool/upgrade.py    |  16 ++-
 4 files changed, 410 insertions(+), 61 deletions(-)

-- 
2.5.5



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

end of thread, other threads:[~2016-07-13 21:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-13 21:04 [PATCH 0/7] New devtool finish subcommand Paul Eggleton
2016-07-13 21:04 ` [PATCH 1/7] devtool: update-recipe: find and use existing files directories Paul Eggleton
2016-07-13 21:04 ` [PATCH 2/7] devtool: update-recipe: don't copy local files that haven't changed Paul Eggleton
2016-07-13 21:04 ` [PATCH 3/7] lib/oe/recipeutils: fix a few issues in find_layerdir() Paul Eggleton
2016-07-13 21:04 ` [PATCH 4/7] devtool: reset: refactor to allow calling separately Paul Eggleton
2016-07-13 21:04 ` [PATCH 5/7] devtool: update-recipe: " Paul Eggleton
2016-07-13 21:04 ` [PATCH 6/7] devtool: upgrade: record original recipe files Paul Eggleton
2016-07-13 21:04 ` [PATCH 7/7] devtool: add finish subcommand Paul Eggleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox