From 8cd693f32a826328a9174092d43c76d6b2bc86e2 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 18 Jan 2011 14:25:45 -0800 Subject: task-poky-tools: move systemtap to machine specific tasks Signed-off-by: Saul Wold --- meta/recipes-core/tasks/task-poky-tools.bb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'meta') 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 \ -- cgit v1.2.3-54-g00ecf