mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
packagegroup-core-tools-profile: Disable lttng-modules for riscv64
with 5.8+ kernel it seems lttng-modules needs kprobes which are not
there yet for riscv64
Fixes
lttng-modules-2.12.2/wrapper/kallsyms.c:20:3: error: #error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0"
20 | # error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0"
| ^~~~~
(From OE-Core rev: 1cfba6890e505fd952be88811a501e405b1b2cdf)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -44,6 +44,7 @@ LTTNGTOOLS_arc = ""
|
||||
|
||||
LTTNGMODULES = "lttng-modules"
|
||||
LTTNGMODULES_arc = ""
|
||||
LTTNGMODULES_riscv64 = ""
|
||||
|
||||
BABELTRACE = "babeltrace"
|
||||
BABELTRACE2 = "babeltrace2"
|
||||
|
||||
Reference in New Issue
Block a user