All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 0/6] Extend cargo based recipe support
@ 2023-03-30 15:44 frederic.martinsons
  2023-03-30 15:44 ` [PATCH V5 1/6] cargo_common.bbclass: Support local github repos frederic.martinsons
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: frederic.martinsons @ 2023-03-30 15:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: alex.kiernan

From: Frederic Martinsons <frederic.martinsons@gmail.com>

This series brings the support of local git repository inside
a cargo based recipe.

It also enables devtool capacity to such a recipe along with
an example of recipe and a new selftest case.

The following changes since commit c3fe173d5196506d89aa464ba56aabcf581a60db:

  oeqa/selftest/cases/package.py: adding unittest for package rename conflicts (2023-03-30 12:32:26 +0100)

are available in the Git repository at:

  https://gitlab.com/fmartinsons/openembedded-core cargo-extend-support-git-and-devtool

Alex Kiernan (1):
  cargo_common.bbclass: Support local github repos

Frederic Martinsons (5):
  cargo_common.bbclass: add support of user in url for patch
  devtool: add support for multiple git url inside a cargo based recipe
  patch: support of git patches when the source uri contained subpath
    parameter
  meta-selftest: provide a recipe for zvariant
  cargo-update-recipe-crates: don't walk on the whole dir

 .../zvariant/zvariant-crates.inc              |  268 ++++
 .../0001-Tweak-zvariant-crate-config.patch    | 1292 +++++++++++++++++
 .../zvariant/zvariant_3.12.0.bb               |   26 +
 .../cargo-update-recipe-crates.bbclass        |   12 +-
 meta/classes-recipe/cargo_common.bbclass      |   33 +
 meta/classes/externalsrc.bbclass              |    4 +-
 meta/lib/oe/patch.py                          |   57 +-
 meta/lib/oeqa/selftest/cases/devtool.py       |   93 ++
 8 files changed, 1765 insertions(+), 20 deletions(-)
 create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant-crates.inc
 create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant/0001-Tweak-zvariant-crate-config.patch
 create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant_3.12.0.bb

-- 
2.34.1



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

end of thread, other threads:[~2023-04-03 14:25 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 15:44 [PATCH V5 0/6] Extend cargo based recipe support frederic.martinsons
2023-03-30 15:44 ` [PATCH V5 1/6] cargo_common.bbclass: Support local github repos frederic.martinsons
2023-03-30 15:44 ` [PATCH V5 2/6] cargo_common.bbclass: add support of user in url for patch frederic.martinsons
2023-03-30 15:44 ` [PATCH V5 3/6] devtool: add support for multiple git url inside a cargo based recipe frederic.martinsons
2023-03-30 15:44 ` [PATCH V5 4/6] patch: support of git patches when the source uri contained subpath parameter frederic.martinsons
2023-03-30 15:44 ` [PATCH V5 5/6] meta-selftest: provide a recipe for zvariant frederic.martinsons
2023-03-30 15:44 ` [PATCH V5 6/6] cargo-update-recipe-crates: don't walk on the whole dir frederic.martinsons
2023-03-30 16:34   ` Alex Kiernan
2023-03-30 17:09     ` Frédéric Martinsons
     [not found]     ` <1751418A85B52050.27612@lists.openembedded.org>
2023-03-30 18:53       ` [OE-core] " Frédéric Martinsons
2023-03-30 19:23     ` Martin Jansa
2023-03-30 19:50       ` Frédéric Martinsons
2023-03-30 20:07         ` Frédéric Martinsons
2023-03-30 20:22           ` Martin Jansa
     [not found]           ` <17514C0A502D4FD8.27612@lists.openembedded.org>
2023-03-30 21:15             ` Martin Jansa
2023-03-31  5:32               ` Frédéric Martinsons
     [not found]               ` <17516A1097F71BFB.12651@lists.openembedded.org>
2023-04-01 15:21                 ` Frédéric Martinsons
2023-04-03 13:35                   ` Richard Purdie
2023-04-03 14:25                     ` Frédéric Martinsons
2023-03-30 20:08         ` Martin Jansa
2023-03-30 20:20       ` Alex Kiernan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.