public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] packagegroup-core-tools-profile: Disable lttng-modules for riscv64
@ 2020-08-24 18:54 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-08-24 18:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

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>
---
 .../packagegroups/packagegroup-core-tools-profile.bb             | 1 +
 1 file changed, 1 insertion(+)

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"
-- 
2.28.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-24 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-24 18:54 [PATCH] packagegroup-core-tools-profile: Disable lttng-modules for riscv64 Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox