Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Harish Sadineni <Harish.Sadineni@windriver.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 3/4] packagegroups: add nativesdk-packagegroup-sdk-clang
Date: Fri, 17 Jul 2026 17:59:46 +0530	[thread overview]
Message-ID: <a7acee1c-9d07-4e9e-b413-8a440f1700c1@windriver.com> (raw)
In-Reply-To: <18C312FCD6D6FB0F.1068600@lists.openembedded.org>

Hi all,

Please ignore this thread.
I used the wrong packagegroup name in this commit header.
It should be nativesdk-packagegroup-sdk-host-clang (not 
nativesdk-packagegroup-sdk-clang).

i will send a v2.

Thanks,
Harish

On 17-07-2026 05:48 pm, Sadineni, Harish via lists.openembedded.org wrote:
> From: Harish Sadineni <Harish.Sadineni@windriver.com>
>
> Add a new nativesdk packagegroup providing the clang, lld, and
> llvm-bin dependencies needed to build external/out-of-tree
> modules in the SDK using the LLVM/Clang toolchain.
>
> Rust support in the kernel on riscv64 requires the LLVM/Clang
> toolchain rather than gcc, so this packagegroup is intended to
> be added alongside nativesdk-packagegroup-sdk-rust when the SDK
> targets riscv64.
>
> Add this to TOOLCHAIN_HOST_TASK to include it in the SDK.
>
> Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
> ---
>   .../nativesdk-packagegroup-sdk-host-clang.bb       | 14 ++++++++++++++
>   1 file changed, 14 insertions(+)
>   create mode 100644 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host-clang.bb
>
> diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host-clang.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host-clang.bb
> new file mode 100644
> index 0000000000..d6ee2120cf
> --- /dev/null
> +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host-clang.bb
> @@ -0,0 +1,14 @@
> +#
> +# SPDX-License-Identifier: MIT
> +#
> +
> +SUMMARY = "Dependent packages for building external kernel modules using clang"
> +
> +inherit packagegroup
> +inherit_defer nativesdk
> +
> +RDEPENDS:${PN} = "\
> +    nativesdk-clang \
> +    nativesdk-lld \
> +    nativesdk-llvm-bin \
> +"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#241166): https://lists.openembedded.org/g/openembedded-core/message/241166
> Mute This Topic: https://lists.openembedded.org/mt/120313589/8054390
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [Harish.Sadineni@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


      parent reply	other threads:[~2026-07-17 12:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Harish Sadineni [this message]

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=a7acee1c-9d07-4e9e-b413-8a440f1700c1@windriver.com \
    --to=harish.sadineni@windriver.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