aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/tasks/task-poky-tools.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/recipes-core/tasks/task-poky-tools.bb b/meta/recipes-core/tasks/task-poky-tools.bb
index c23a3fe52d..f009a75ec9 100644
--- a/meta/recipes-core/tasks/task-poky-tools.bb
+++ b/meta/recipes-core/tasks/task-poky-tools.bb
@@ -51,7 +51,6 @@ RRECOMMENDS_task-poky-tools-profile = "\
kernel-module-oprofile \
blktrace \
sysprof \
- systemtap \
"
# exmap-console
@@ -61,11 +60,11 @@ RRECOMMENDS_task-poky-tools-profile = "\
# qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu
# (which is required by lttng-ust) may not build on other platforms, like
# MIPS and qemu ARMv5te that poky uses now.
-RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust"
-RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust"
-RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust"
-RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust"
-RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust"
+RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap"
+RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust systemtap"
+RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust systemtap"
+RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust systemtap"
+RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust systemtap"
RDEPENDS_task-poky-tools-testapps = "\
blktool \