public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH V4 0/5] Extend cargo based recipe support
@ 2023-03-29 15:30 frederic.martinsons
  2023-03-29 15:30 ` [PATCH V4 1/5] cargo_common.bbclass: Support local github repos frederic.martinsons
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: frederic.martinsons @ 2023-03-29 15:30 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 fd70a564d6946fa460638dd04ce2daecf4566cf3:

  oeqa/selftest/reproducible: Split different packages from missing packages output (2023-03-28 22:28:42 +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 (4):
  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

 .../zvariant/zvariant-crates.inc              |  140 ++
 .../0001-Tweak-zvariant-crate-config.patch    | 1292 +++++++++++++++++
 .../zvariant/zvariant_3.12.0.bb               |   26 +
 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 ++
 7 files changed, 1629 insertions(+), 16 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] 12+ messages in thread

end of thread, other threads:[~2023-03-30 12:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-29 15:30 [PATCH V4 0/5] Extend cargo based recipe support frederic.martinsons
2023-03-29 15:30 ` [PATCH V4 1/5] cargo_common.bbclass: Support local github repos frederic.martinsons
2023-03-29 15:30 ` [PATCH V4 2/5] cargo_common.bbclass: add support of user in url for patch frederic.martinsons
2023-03-29 15:30 ` [PATCH V4 3/5] devtool: add support for multiple git url inside a cargo based recipe frederic.martinsons
2023-03-29 15:30 ` [PATCH V4 4/5] patch: support of git patches when the source uri contained subpath parameter frederic.martinsons
2023-03-29 15:30 ` [PATCH V4 5/5] meta-selftest: provide a recipe for zvariant frederic.martinsons
2023-03-30  9:03   ` [OE-core] " Alexandre Belloni
2023-03-30  9:14     ` Alexandre Belloni
2023-03-30  9:47       ` Frédéric Martinsons
2023-03-30 11:35         ` Richard Purdie
2023-03-30 12:25           ` Frédéric Martinsons
     [not found]           ` <1751320CE5466FC4.12651@lists.openembedded.org>
2023-03-30 12:48             ` Frédéric Martinsons

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