From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] New devtool finish subcommand
Date: Thu, 14 Jul 2016 09:04:18 +1200 [thread overview]
Message-ID: <cover.1468443702.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2016-07-13 21:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-13 21:04 Paul Eggleton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1468443702.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox