summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-platforms.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-platforms.inc')
-rw-r--r--meta/recipes-kernel/lttng/lttng-platforms.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-platforms.inc b/meta/recipes-kernel/lttng/lttng-platforms.inc
new file mode 100644
index 0000000000..aa8220bbb4
--- /dev/null
+++ b/meta/recipes-kernel/lttng/lttng-platforms.inc
@@ -0,0 +1,17 @@
1#
2# Whether the platform supports kernel tracing
3#
4LTTNGMODULES = "lttng-modules"
5LTTNGMODULES_arc = ""
6LTTNGMODULES_riscv64 = ""
7
8COMPATIBLE_HOST_riscv64_pn-lttng-modules = "null"
9COMPATIBLE_HOST_arc_pn-lttng-modules = "null"
10
11# Whether the platform supports userspace tracing
12# lttng-ust uses sched_getcpu() which is not there on for some platforms.
13LTTNGUST = "lttng-ust"
14LTTNGUST_arc = ""
15
16COMPATIBLE_HOST_arc_pn-lttng-ust = "null"
17