]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-tools-profile: Disable lttng-modules for riscv64
authorKhem Raj <raj.khem@gmail.com>
Mon, 24 Aug 2020 18:54:00 +0000 (11:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2020 14:59:53 +0000 (15:59 +0100)
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>
meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb

index 8aed1e8458b703338ded09da73f07fd9bea5c7a9..ca35af1ec3ec42e8a2509980f1c9e011a9caa951 100644 (file)
@@ -44,6 +44,7 @@ LTTNGTOOLS_arc = ""
 
 LTTNGMODULES = "lttng-modules"
 LTTNGMODULES_arc = ""
+LTTNGMODULES_riscv64 = ""
 
 BABELTRACE = "babeltrace"
 BABELTRACE2 = "babeltrace2"