From: Saul Wold Date: Tue, 18 Jan 2011 22:25:45 +0000 (-0800) Subject: task-poky-tools: move systemtap to machine specific tasks X-Git-Tag: 2011-1~2833 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8cd693f32a826328a9174092d43c76d6b2bc86e2;p=openembedded-core.git task-poky-tools: move systemtap to machine specific tasks Signed-off-by: Saul Wold --- 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 \