summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb3
1 files changed, 3 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 33d9c09a66..762c046636 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -38,13 +38,16 @@ SYSTEMTAP_riscv64 = ""
38# lttng-ust uses sched_getcpu() which is not there on for some platforms. 38# lttng-ust uses sched_getcpu() which is not there on for some platforms.
39LTTNGUST = "lttng-ust" 39LTTNGUST = "lttng-ust"
40LTTNGUST_libc-musl = "" 40LTTNGUST_libc-musl = ""
41LTTNGUST_arc = ""
41LTTNGUST_riscv64 = "" 42LTTNGUST_riscv64 = ""
42 43
43LTTNGTOOLS = "lttng-tools" 44LTTNGTOOLS = "lttng-tools"
44LTTNGTOOLS_libc-musl = "" 45LTTNGTOOLS_libc-musl = ""
46LTTNGTOOLS_arc = ""
45LTTNGTOOLS_riscv64 = "" 47LTTNGTOOLS_riscv64 = ""
46 48
47LTTNGMODULES = "lttng-modules" 49LTTNGMODULES = "lttng-modules"
50LTTNGMODULES_arc = ""
48LTTNGMODULES_riscv64 = "" 51LTTNGMODULES_riscv64 = ""
49 52
50BABELTRACE = "babeltrace" 53BABELTRACE = "babeltrace"