summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
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 16:00:11 +0100
commitc1761f8dd130e2ca50f9c59da83df1b59f17c209 (patch)
treea8f8c24a0a7e50a271b9242172a271ffdc4a4754 /meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
parentbdaf3023e548a6ef7b335af4922082ed3f747eaa (diff)
downloadpoky-c1761f8dd130e2ca50f9c59da83df1b59f17c209.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" | ^~~~~ (From OE-Core rev: 1cfba6890e505fd952be88811a501e405b1b2cdf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb')
-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 = ""
44 44
45LTTNGMODULES = "lttng-modules" 45LTTNGMODULES = "lttng-modules"
46LTTNGMODULES_arc = "" 46LTTNGMODULES_arc = ""
47LTTNGMODULES_riscv64 = ""
47 48
48BABELTRACE = "babeltrace" 49BABELTRACE = "babeltrace"
49BABELTRACE2 = "babeltrace2" 50BABELTRACE2 = "babeltrace2"