summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/tasks/task-core-tools-profile.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/tasks/task-core-tools-profile.bb b/meta/recipes-core/tasks/task-core-tools-profile.bb
index 254d3f5e48..30776ef658 100644
--- a/meta/recipes-core/tasks/task-core-tools-profile.bb
+++ b/meta/recipes-core/tasks/task-core-tools-profile.bb
@@ -37,6 +37,7 @@ PROFILETOOLS = "\
37# hence we exclude it from uclibc based builds 37# hence we exclude it from uclibc based builds
38SYSTEMTAP = "systemtap" 38SYSTEMTAP = "systemtap"
39SYSTEMTAP_libc-uclibc = "" 39SYSTEMTAP_libc-uclibc = ""
40SYSTEMTAP_mips = ""
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
@@ -53,6 +54,7 @@ LTTNGUST_mips = ""
53VALGRIND = "valgrind" 54VALGRIND = "valgrind"
54VALGRIND_libc-uclibc = "" 55VALGRIND_libc-uclibc = ""
55VALGRIND_mips = "" 56VALGRIND_mips = ""
57VALGRIND_arm = ""
56 58
57# exmap-console 59# exmap-console
58# exmap-server 60# exmap-server