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:
Khem Raj
2020-08-24 11:54:00 -07:00
committed by Richard Purdie
parent bdaf3023e5
commit c1761f8dd1

View File

@@ -44,6 +44,7 @@ LTTNGTOOLS_arc = ""
LTTNGMODULES = "lttng-modules"
LTTNGMODULES_arc = ""
LTTNGMODULES_riscv64 = ""
BABELTRACE = "babeltrace"
BABELTRACE2 = "babeltrace2"