Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] packagegroup-core-buildessential-rust: add new packagegroup
@ 2026-07-17 12:18 Harish.Sadineni
  2026-07-17 12:18 ` [PATCH 2/4] packagegroups: add nativesdk-packagegroup-sdk-host-rust Harish.Sadineni
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Harish.Sadineni @ 2026-07-17 12:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Sundeep.Kokkonda

From: Harish Sadineni <Harish.Sadineni@windriver.com>

Introduce packagegroup-core-buildessential-rust to provide the
on-target dependencies required for building Rust-based kernel
modules, including the Rust toolchain, bindgen, and libclang.

Set PACKAGE_ARCH to TUNE_PKGARCH instead of the packagegroup
default of "all", since libclang is dynamically renamed per
build (e.g. libclang22.1), which is incompatible with an
allarch packagegroup.

On riscv64, also pull in clang, lld, and llvm-bin, since rust
support in the kernel on riscv64 requires the LLVM/Clang
toolchain rather than gcc.

Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
---
 .../packagegroup-core-buildessential-rust.bb  | 23 +++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta/recipes-core/packagegroups/packagegroup-core-buildessential-rust.bb

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-buildessential-rust.bb b/meta/recipes-core/packagegroups/packagegroup-core-buildessential-rust.bb
new file mode 100644
index 0000000000..c1993af9aa
--- /dev/null
+++ b/meta/recipes-core/packagegroups/packagegroup-core-buildessential-rust.bb
@@ -0,0 +1,23 @@
+#
+# SPDX-License-Identifier: MIT
+#
+
+SUMMARY = "Essential build dependencies for building rust kernel modules in image"
+
+PACKAGE_ARCH = "${TUNE_PKGARCH}"
+
+inherit packagegroup
+
+RDEPENDS:${PN} = "\
+    bindgen-cli \
+    libclang \
+    rust \
+    rust-src-lib \
+    rust-tools-rustfmt \
+"
+
+RDEPENDS:${PN}:append:riscv64 = "\
+    clang \
+    lld \
+    llvm-bin \
+"
-- 
2.51.0



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

end of thread, other threads:[~2026-07-31 18:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-17 12:18 [PATCH 1/4] packagegroup-core-buildessential-rust: add new packagegroup Harish.Sadineni
2026-07-17 12:18 ` [PATCH 2/4] packagegroups: add nativesdk-packagegroup-sdk-host-rust Harish.Sadineni
2026-07-17 12:18 ` [PATCH 3/4] packagegroups: add nativesdk-packagegroup-sdk-clang Harish.Sadineni
2026-07-17 12:18 ` [PATCH 4/4] populate_sdk_base: add kernel-devsrc via SDK_TOOLCHAIN_LANGS Harish.Sadineni
2026-07-30 10:41   ` [OE-core] " Richard Purdie
2026-07-31 18:16     ` Trevor Woerner
     [not found] ` <18C312FCD6D6FB0F.1068600@lists.openembedded.org>
2026-07-17 12:29   ` [OE-core] [PATCH 3/4] packagegroups: add nativesdk-packagegroup-sdk-clang Harish Sadineni

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