public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] lttng-platforms.inc: set LTTNGMODULES with ?=
@ 2026-02-11  3:04 kai.kang
  0 siblings, 0 replies; only message in thread
From: kai.kang @ 2026-02-11  3:04 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

Set LTTNGMODULES with ?= in lttng-platforms.inc, then it could be set in
.conf files to override it.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-kernel/lttng/lttng-platforms.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/lttng-platforms.inc b/meta/recipes-kernel/lttng/lttng-platforms.inc
index 900e36df82..b7cca582e1 100644
--- a/meta/recipes-kernel/lttng/lttng-platforms.inc
+++ b/meta/recipes-kernel/lttng/lttng-platforms.inc
@@ -1,7 +1,7 @@
 #
 # Whether the platform supports kernel tracing
 #
-LTTNGMODULES = "lttng-modules"
+LTTNGMODULES ?= "lttng-modules"
 LTTNGMODULES:arc = ""
 LTTNGMODULES:riscv64 = ""
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-11  3:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11  3:04 [PATCH] lttng-platforms.inc: set LTTNGMODULES with ?= kai.kang

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