From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/12] devtool improvements
Date: Tue, 5 Dec 2017 14:41:09 +1300 [thread overview]
Message-ID: <cover.1512438000.git.paul.eggleton@linux.intel.com> (raw)
A set of improvements for devtool, mostly aimed at improving the
handling of recipes that fetch multiple source trees (i.e. have multiple
tarballs or repositories in SRC_URI), with a couple of other fixes
thrown in.
The following changes since commit a7cd9d1183be603777fc9c8c448281fe01224f7b:
lib/oe/utils: remove param_bool() (2017-12-02 11:24:38 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/devtool32-oe
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/devtool32-oe
Paul Eggleton (12):
devtool: refactor return for _extract_source()
devtool: reset: delete bbappend file if _check_preserve() doesn't
devtool: finish: fix erroneously creating bbappend for relative paths
devtool: deploy-target: don't specify ssh/scp port unless user does
devtool: extract: fix usage with kern-tools-native
devtool: modify: pick up commits from previously created source tree
lib/oe/recipeutils: allow patch_recipe_file() to be re-called
devtool: support extracting multiple source trees
devtool: fix handling of linux-yocto after multisrc changes
oe-selftest: devtool: fix kernel test for multisrc changes
oe-selftest: devtool: add test for multiple source trees
lib/oe/recipeutils: add .txz extension to archive list
.../devtool/devtool-test-multisrc-subdir_1.0.bb | 13 +
.../devtool-test-multisrc/example-files.tar.gz | Bin 0 -> 236 bytes
.../devtool/devtool-test-multisrc/example.patch | 7 +
.../devtool-test-multisrc/mypackage-1.0.tar.gz | Bin 0 -> 903 bytes
.../devtool/devtool-test-multisrc_1.0.bb | 11 +
meta/classes/devtool-source.bbclass | 63 ++-
meta/classes/externalsrc.bbclass | 2 +-
meta/classes/kernel-yocto.bbclass | 7 +-
meta/lib/oe/recipeutils.py | 15 +-
meta/lib/oe/utils.py | 24 ++
meta/lib/oeqa/selftest/cases/devtool.py | 124 +++++-
scripts/devtool | 61 ++-
scripts/lib/devtool/__init__.py | 14 +
scripts/lib/devtool/deploy.py | 12 +-
scripts/lib/devtool/standard.py | 426 ++++++++++++++-------
scripts/lib/devtool/upgrade.py | 4 +-
16 files changed, 601 insertions(+), 182 deletions(-)
create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-multisrc-subdir_1.0.bb
create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-multisrc/example-files.tar.gz
create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-multisrc/example.patch
create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-multisrc/mypackage-1.0.tar.gz
create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-multisrc_1.0.bb
--
2.9.5
next reply other threads:[~2017-12-05 1:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-05 1:41 Paul Eggleton [this message]
2017-12-05 1:41 ` [PATCH 01/12] devtool: refactor return for _extract_source() Paul Eggleton
2017-12-05 1:41 ` [PATCH 02/12] devtool: reset: delete bbappend file if _check_preserve() doesn't Paul Eggleton
2017-12-05 1:41 ` [PATCH 03/12] devtool: finish: fix erroneously creating bbappend for relative paths Paul Eggleton
2017-12-05 1:41 ` [PATCH 04/12] devtool: deploy-target: don't specify ssh/scp port unless user does Paul Eggleton
2017-12-05 1:41 ` [PATCH 05/12] devtool: extract: fix usage with kern-tools-native Paul Eggleton
2017-12-05 1:41 ` [PATCH 06/12] devtool: modify: pick up commits from previously created source tree Paul Eggleton
2017-12-05 1:41 ` [PATCH 07/12] lib/oe/recipeutils: allow patch_recipe_file() to be re-called Paul Eggleton
2017-12-05 1:41 ` [PATCH 08/12] devtool: support extracting multiple source trees Paul Eggleton
2017-12-05 1:41 ` [PATCH 09/12] devtool: fix handling of linux-yocto after multisrc changes Paul Eggleton
2017-12-05 1:41 ` [PATCH 10/12] oe-selftest: devtool: fix kernel test for " Paul Eggleton
2017-12-05 1:41 ` [PATCH 11/12] oe-selftest: devtool: add test for multiple source trees Paul Eggleton
2017-12-05 1:41 ` [PATCH 12/12] lib/oe/recipeutils: add .txz extension to archive list Paul Eggleton
2017-12-05 2:07 ` ✗ patchtest: failure for devtool improvements Patchwork
2017-12-13 14:53 ` [PATCH 00/12] " Alexander Kanavin
2017-12-13 17:46 ` 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.1512438000.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