All of lore.kernel.org
 help / color / mirror / Atom feed
From: frederic.martinsons@gmail.com
To: openembedded-core@lists.openembedded.org
Cc: alex.kiernan@gmail.com
Subject: [PATCH V6 0/6]
Date: Fri, 31 Mar 2023 07:45:21 +0200	[thread overview]
Message-ID: <cover.1680238655.git.frederic.martinsons@gmail.com> (raw)

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: force name overrides

 .../zvariant/zvariant-crates.inc              |  258 ++++
 .../zvariant/zvariant-git-crates.inc          |   14 +
 .../0001-Tweak-zvariant-crate-config.patch    | 1292 +++++++++++++++++
 .../zvariant/zvariant_3.12.0.bb               |   27 +
 .../cargo-update-recipe-crates.bbclass        |   35 +-
 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 ++
 9 files changed, 1778 insertions(+), 35 deletions(-)
 create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant-crates.inc
 create mode 100644 meta-selftest/recipes-extended/zvariant/zvariant-git-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



             reply	other threads:[~2023-03-31  5:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-31  5:45 frederic.martinsons [this message]
2023-03-31  5:45 ` [PATCH V6 1/6] cargo_common.bbclass: Support local github repos frederic.martinsons
2023-03-31  5:45 ` [PATCH V6 2/6] cargo_common.bbclass: add support of user in url for patch frederic.martinsons
2023-03-31  5:45 ` [PATCH V6 3/6] devtool: add support for multiple git url inside a cargo based recipe frederic.martinsons
2023-03-31  5:45 ` [PATCH V6 4/6] patch: support of git patches when the source uri contained subpath parameter frederic.martinsons
2023-03-31  5:45 ` [PATCH V6 5/6] meta-selftest: provide a recipe for zvariant frederic.martinsons
2023-03-31 12:27   ` [OE-core] " Richard Purdie
2023-03-31 13:21     ` Alexander Kanavin
2023-03-31 13:26       ` Richard Purdie
2023-03-31 13:50         ` Alexander Kanavin
2023-03-31 15:01           ` Frédéric Martinsons
2023-03-31 15:55             ` Alexander Kanavin
2023-03-31 16:11               ` Frédéric Martinsons
2023-03-31 16:34             ` Richard Purdie
2023-04-01  9:32               ` Frédéric Martinsons
2023-04-01 13:56                 ` Richard Purdie
2023-03-31  5:45 ` [PATCH V6 6/6] cargo-update-recipe-crates: force name overrides frederic.martinsons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1680238655.git.frederic.martinsons@gmail.com \
    --to=frederic.martinsons@gmail.com \
    --cc=alex.kiernan@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.