summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-24 11:54:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 15:59:53 +0100
commit1cfba6890e505fd952be88811a501e405b1b2cdf (patch)
tree2a81ad96ba44ddff6ddcfe120d7f23f0da61fe7a
parent177e0fa5fd79c174c6ab27b645f5fd17817de1c8 (diff)
downloadopenembedded-core-contrib-1cfba6890e505fd952be88811a501e405b1b2cdf.tar.gz
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" | ^~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
index 8aed1e8458..ca35af1ec3 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -44,6 +44,7 @@ LTTNGTOOLS_arc = ""
LTTNGMODULES = "lttng-modules"
LTTNGMODULES_arc = ""
+LTTNGMODULES_riscv64 = ""
BABELTRACE = "babeltrace"
BABELTRACE2 = "babeltrace2"