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 103503645d..c2cd7aca4e 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
@@ -37,6 +37,7 @@ PROFILETOOLS = "\
37SYSTEMTAP = "systemtap" 37SYSTEMTAP = "systemtap"
38SYSTEMTAP_libc-uclibc = "" 38SYSTEMTAP_libc-uclibc = ""
39SYSTEMTAP_mips = "" 39SYSTEMTAP_mips = ""
40SYSTEMTAP_aarch64 = ""
40 41
41# lttng-ust uses sched_getcpu() which is not there on uclibc 42# lttng-ust uses sched_getcpu() which is not there on uclibc
42# for some of the architectures it can be patched to call the 43# for some of the architectures it can be patched to call the
@@ -47,6 +48,7 @@ SYSTEMTAP_mips = ""
47LTTNGUST = "lttng-ust" 48LTTNGUST = "lttng-ust"
48LTTNGUST_libc-uclibc = "" 49LTTNGUST_libc-uclibc = ""
49LTTNGUST_mips = "" 50LTTNGUST_mips = ""
51LTTNGUST_aarch64 = ""
50 52
51# valgrind does not work on mips 53# valgrind does not work on mips
52 54
@@ -54,6 +56,7 @@ VALGRIND = "valgrind"
54VALGRIND_libc-uclibc = "" 56VALGRIND_libc-uclibc = ""
55VALGRIND_mips = "" 57VALGRIND_mips = ""
56VALGRIND_arm = "" 58VALGRIND_arm = ""
59VALGRIND_aarch64 = ""
57 60
58# exmap-console 61# exmap-console
59# exmap-server 62# exmap-server