This series adds the support of git submodules, so we can use devtool
modify with gitsm recipes to create modify and export patches using
devtool finish.

This series also adds support of git submodules defined inside SRC_URI
(i.e extracting a secondary git tree inside S)

My dev branch is available here : [1].

It passed full recipetool/devtool oeselftest locally

Cheers
Julien

[1]: 
https://git.yoctoproject.org/poky-contrib/log/?h=jstephan/devtool-submodule-fix


Julien Stephan (6):
  devtool: fix update-recipe dry-run mode
  devtool: finish/update-recipe: restrict mode srcrev to recipes fetched
    from SCM
  devtool: tag all submodules
  devtool: add support for git submodules
  oeqa/selftest/devtool: add test for git submodules
  lib/oe/recipeutils.py: remove trailing white-spaces

 meta/classes/devtool-source.bbclass     |   3 +
 meta/lib/oe/patch.py                    |  64 +++---
 meta/lib/oe/recipeutils.py              |  29 ++-
 meta/lib/oeqa/selftest/cases/devtool.py |  47 ++++
 scripts/lib/devtool/__init__.py         |  24 ++
 scripts/lib/devtool/standard.py         | 284 +++++++++++++++---------
 scripts/lib/devtool/upgrade.py          |  51 +++--
 scripts/lib/recipetool/append.py        |   4 +-
 8 files changed, 333 insertions(+), 173 deletions(-)

--
2.42.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#191061): 
https://lists.openembedded.org/g/openembedded-core/message/191061
Mute This Topic: https://lists.openembedded.org/mt/102746727/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to