Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/12] devtool improvements
@ 2017-12-05  1:41 Paul Eggleton
  2017-12-05  1:41 ` [PATCH 01/12] devtool: refactor return for _extract_source() Paul Eggleton
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Paul Eggleton @ 2017-12-05  1:41 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2017-12-13 17:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05  1:41 [PATCH 00/12] devtool improvements Paul Eggleton
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

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