From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: [PATCH v2 2/4] clang: Do not package clang-offload-packager
Date: Wed, 25 Mar 2026 19:09:20 -0700 [thread overview]
Message-ID: <20260326020923.297511-2-khem.raj@oss.qualcomm.com> (raw)
In-Reply-To: <20260326020923.297511-1-khem.raj@oss.qualcomm.com>
From: Khem Raj <raj.khem@gmail.com>
It has been renamed to llvm-offload-binary and is built
as part of llvm package, in OE we build llvm via its own
recipe and its packaging uses greedy enough regexp to package
it already
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Rebased
meta/recipes-devtools/clang/clang_git.bb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/clang/clang_git.bb b/meta/recipes-devtools/clang/clang_git.bb
index e10c327a2a..662cda1b2e 100644
--- a/meta/recipes-devtools/clang/clang_git.bb
+++ b/meta/recipes-devtools/clang/clang_git.bb
@@ -150,7 +150,6 @@ FILES:${PN}-tools = "${bindir}/analyze-build \
${bindir}/clang-move \
${bindir}/clang-nvlink-wrapper \
${bindir}/clang-offload-bundler \
- ${bindir}/clang-offload-packager \
${bindir}/clang-pseudo* \
${bindir}/clang-query \
${bindir}/clang-refactor \
@@ -229,7 +228,7 @@ clang_sysroot_preprocess() {
install -d ${SYSROOT_DESTDIR}${bindir}/
# clang and clang-tools
- binaries="diagtool clang-${MAJOR_VER} clang-format clang-offload-packager
+ binaries="diagtool clang-${MAJOR_VER} clang-format
clang-offload-bundler clang-scan-deps clang-repl
clang-refactor clang-check clang-extdef-mapping"
next prev parent reply other threads:[~2026-03-26 2:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-26 2:09 [PATCH v2 1/4] clang/llvm: Upgrade to 22.x major release Khem Raj
2026-03-26 2:09 ` Khem Raj [this message]
2026-03-26 2:09 ` [PATCH v2 3/4] spirv-llvm-translation: Upgrade to 22.0 Khem Raj
2026-03-26 2:09 ` [PATCH v2 4/4] rust: Fix build with llvm-22 Khem Raj
2026-03-26 12:38 ` [OE-core] [PATCH v2 1/4] clang/llvm: Upgrade to 22.x major release Mathieu Dubois-Briand
2026-03-26 15:18 ` Khem Raj
2026-03-26 18:46 ` Khem Raj
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=20260326020923.297511-2-khem.raj@oss.qualcomm.com \
--to=raj.khem@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