Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCHV2 0/5] Extend cargo based recipe support
@ 2023-03-26 14:55 frederic.martinsons
  2023-03-26 14:55 ` [PATCHV2 1/5] cargo_common.bbclass: Support local github repos frederic.martinsons
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: frederic.martinsons @ 2023-03-26 14:55 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 on it and provides a real crate
example recipe to show how things are done.

The following changes since commit 4876189dd2ae5a04a296b11b537b9f613159c6bf:

  xcb-proto: Fix install conflict when enable multilib. (2023-03-23 22:38:41 +0000)

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
  rust-example: provide a recipe for zvariant
  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/classes-recipe/cargo_common.bbclass      |   33 +
 meta/classes/externalsrc.bbclass              |    4 +-
 meta/lib/oe/patch.py                          |   57 +-
 .../rust-example/zvariant-crates.inc          |  140 ++
 .../0001-Tweak-zvariant-cargo-config.patch    | 1249 +++++++++++++++++
 .../rust-example/zvariant_3.12.0.bb           |   20 +
 6 files changed, 1487 insertions(+), 16 deletions(-)
 create mode 100644 meta/recipes-extended/rust-example/zvariant-crates.inc
 create mode 100644 meta/recipes-extended/rust-example/zvariant/0001-Tweak-zvariant-cargo-config.patch
 create mode 100644 meta/recipes-extended/rust-example/zvariant_3.12.0.bb

-- 
2.34.1



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

end of thread, other threads:[~2023-03-27  9:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-26 14:55 [PATCHV2 0/5] Extend cargo based recipe support frederic.martinsons
2023-03-26 14:55 ` [PATCHV2 1/5] cargo_common.bbclass: Support local github repos frederic.martinsons
2023-03-26 14:56 ` [PATCHV2 2/5] cargo_common.bbclass: add support of user in url for patch frederic.martinsons
2023-03-26 14:56 ` [PATCHV2 3/5] rust-example: provide a recipe for zvariant frederic.martinsons
2023-03-27  8:58   ` [OE-core] " Peter Bergin
2023-03-27  9:12     ` Alexander Kanavin
2023-03-27  9:27       ` Frédéric Martinsons
2023-03-26 14:56 ` [PATCHV2 4/5] devtool: add support for multiple git url inside a cargo based recipe frederic.martinsons
2023-03-26 14:56 ` [PATCHV2 5/5] patch: support of git patches when the source uri contained subpath parameter frederic.martinsons

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