From: Kai Kang <[email protected]> Set LTTNGMODULES with ?= in lttng-platforms.inc, then it could be set in .conf files to override it.
Signed-off-by: Kai Kang <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230949): https://lists.openembedded.org/g/openembedded-core/message/230949 Mute This Topic: https://lists.openembedded.org/mt/117750942/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
