diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-01-18 14:25:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:36:57 +0000 |
commit | 8cd693f32a826328a9174092d43c76d6b2bc86e2 (patch) | |
tree | 4352f12e6b144973c008d5cb89649767faa51880 /meta/recipes-core | |
parent | 96e513f758f962a4e5d84ffc5f24dd8ab46944c1 (diff) | |
download | poky-8cd693f32a826328a9174092d43c76d6b2bc86e2.tar.gz |
task-poky-tools: move systemtap to machine specific tasks
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/tasks/task-poky-tools.bb | 11 |
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 = "\ | |||
51 | kernel-module-oprofile \ | 51 | kernel-module-oprofile \ |
52 | blktrace \ | 52 | blktrace \ |
53 | sysprof \ | 53 | sysprof \ |
54 | systemtap \ | ||
55 | " | 54 | " |
56 | 55 | ||
57 | # exmap-console | 56 | # exmap-console |
@@ -61,11 +60,11 @@ RRECOMMENDS_task-poky-tools-profile = "\ | |||
61 | # qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu | 60 | # qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu |
62 | # (which is required by lttng-ust) may not build on other platforms, like | 61 | # (which is required by lttng-ust) may not build on other platforms, like |
63 | # MIPS and qemu ARMv5te that poky uses now. | 62 | # MIPS and qemu ARMv5te that poky uses now. |
64 | RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust" | 63 | RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap" |
65 | RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust" | 64 | RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust systemtap" |
66 | RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust" | 65 | RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust systemtap" |
67 | RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust" | 66 | RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust systemtap" |
68 | RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust" | 67 | RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust systemtap" |
69 | 68 | ||
70 | RDEPENDS_task-poky-tools-testapps = "\ | 69 | RDEPENDS_task-poky-tools-testapps = "\ |
71 | blktool \ | 70 | blktool \ |