From: frederic.martinsons@gmail.com
To: openembedded-core@lists.openembedded.org
Subject: [PATHCH V6 0/4] Introduction of cargo-c class and recipe
Date: Thu, 17 Aug 2023 07:04:12 +0200 [thread overview]
Message-ID: <cover.1692248342.git.frederic.martinsons@gmail.com> (raw)
From: Frederic Martinsons <frederic.martinsons@gmail.com>
This series introduces a cargo-c.bbclass and cargo-c-native package
that help building C-ABI compatible header and library around
rust code.
The third patch add examples and test to demonstrate
the usage and the good working of this use case.
The fourth patch correct previous rust test by requiring
scp package.
Tests have been passed with the following in local.conf:
CORE_IMAGE_EXTRA_INSTALL:append = " openssh-sshd openssh-scp cargo rust rust-c-lib-example-bin"
IMAGE_CLASSES += "testimage"
TEST_SUITES = "ping ssh rust"
# To use slirp option in testimage.bbclass
TEST_RUNQEMUPARAMS = "slirp"
TEST_SERVER_IP = "127.0.0.1"
QEMU_USE_SLIRP = "1"
and the following commands:
bitbake core-image-minimal -c testimage
and
bitbake core-image-sato -c testimage
The following changes since commit ed1789638d025447db8f28d71d119de85a696b09:
qemu: Upgrade 8.0.3 -> 8.0.4 (2023-08-15 08:14:32 +0100)
are available in the Git repository at:
https://gitlab.com/fmartinsons/openembedded-core cargo-c-introduction
Frederic Martinsons (4):
rust: add cargo-c native recipe
classes-recipe: add cargo_c.bbclass
rust: provide examples for C library generation in rust
oeqa/runtime/rust: correct rust test
.../rust/rust-c-lib-example-bin_git.bb | 16 +
.../rust/rust-c-lib-example-crates.inc | 79 +
.../rust/rust-c-lib-example_git.bb | 15 +
meta/classes-recipe/cargo_c.bbclass | 41 +
meta/conf/distro/include/maintainers.inc | 1 +
meta/lib/oeqa/runtime/cases/rust.py | 18 +-
meta/recipes-devtools/rust/cargo-c-crates.inc | 453 ++++
.../rust/cargo-c-native_0.9.18.bb | 23 +
.../cargo-c/0001-Add-Cargo.lock-file.patch | 2180 +++++++++++++++++
9 files changed, 2824 insertions(+), 2 deletions(-)
create mode 100644 meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb
create mode 100644 meta-selftest/recipes-devtools/rust/rust-c-lib-example-crates.inc
create mode 100644 meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb
create mode 100644 meta/classes-recipe/cargo_c.bbclass
create mode 100644 meta/recipes-devtools/rust/cargo-c-crates.inc
create mode 100644 meta/recipes-devtools/rust/cargo-c-native_0.9.18.bb
create mode 100644 meta/recipes-devtools/rust/cargo-c/0001-Add-Cargo.lock-file.patch
--
2.34.1
next reply other threads:[~2023-08-17 5:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-17 5:04 frederic.martinsons [this message]
2023-08-17 5:04 ` [PATHCH V6 1/4] rust: add cargo-c native recipe frederic.martinsons
2023-08-17 5:04 ` [PATHCH V6 2/4] classes-recipe: add cargo_c.bbclass frederic.martinsons
2023-08-17 5:04 ` [PATHCH V6 3/4] rust: provide examples for C library generation in rust frederic.martinsons
2023-08-17 5:04 ` [PATHCH V6 4/4] oeqa/runtime/rust: correct rust test 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.1692248342.git.frederic.martinsons@gmail.com \
--to=frederic.martinsons@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox