* [PATCH] perf: disable llvm by default
@ 2026-04-24 6:48 Li Wang
2026-04-24 8:08 ` Wang, Li
0 siblings, 1 reply; 2+ messages in thread
From: Li Wang @ 2026-04-24 6:48 UTC (permalink / raw)
To: openembedded-core; +Cc: li.wang
perf.bb does not include any script about llvm. for avoiding to enable
llvm option under uncommon condition, force to disable it.
Maybe a future improvement would be to add llvm function.
Signed-off-by: Li Wang <li.wang@windriver.com>
---
meta/recipes-kernel/perf/perf.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 7a58088462..f9e2b9f4ee 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -114,6 +114,7 @@ EXTRA_OEMAKE = '\
EXTRA_LDFLAGS="${PERF_EXTRA_LDFLAGS}" \
perfexecdir=${libexecdir} \
NO_GTK2=1 \
+ NO_LIBLLVM=1 \
${PACKAGECONFIG_CONFARGS} \
PKG_CONFIG=pkg-config \
TMPDIR="${B}" \
--
2.49.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] perf: disable llvm by default
2026-04-24 6:48 [PATCH] perf: disable llvm by default Li Wang
@ 2026-04-24 8:08 ` Wang, Li
0 siblings, 0 replies; 2+ messages in thread
From: Wang, Li @ 2026-04-24 8:08 UTC (permalink / raw)
To: openembedded-core; +Cc: Li Wang
please ignore the fix patch
On 2026-04-24 14:48, Li Wang wrote:
> perf.bb does not include any script about llvm. for avoiding to enable
> llvm option under uncommon condition, force to disable it.
> Maybe a future improvement would be to add llvm function.
>
> Signed-off-by: Li Wang <li.wang@windriver.com>
> ---
> meta/recipes-kernel/perf/perf.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
> index 7a58088462..f9e2b9f4ee 100644
> --- a/meta/recipes-kernel/perf/perf.bb
> +++ b/meta/recipes-kernel/perf/perf.bb
> @@ -114,6 +114,7 @@ EXTRA_OEMAKE = '\
> EXTRA_LDFLAGS="${PERF_EXTRA_LDFLAGS}" \
> perfexecdir=${libexecdir} \
> NO_GTK2=1 \
> + NO_LIBLLVM=1 \
> ${PACKAGECONFIG_CONFARGS} \
> PKG_CONFIG=pkg-config \
> TMPDIR="${B}" \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-24 8:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24 6:48 [PATCH] perf: disable llvm by default Li Wang
2026-04-24 8:08 ` Wang, Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox