mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
task-poky-tools: move systemtap to machine specific tasks
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
96e513f758
commit
8cd693f32a
@@ -51,7 +51,6 @@ RRECOMMENDS_task-poky-tools-profile = "\
|
|||||||
kernel-module-oprofile \
|
kernel-module-oprofile \
|
||||||
blktrace \
|
blktrace \
|
||||||
sysprof \
|
sysprof \
|
||||||
systemtap \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
# exmap-console
|
# exmap-console
|
||||||
@@ -61,11 +60,11 @@ RRECOMMENDS_task-poky-tools-profile = "\
|
|||||||
# qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu
|
# qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu
|
||||||
# (which is required by lttng-ust) may not build on other platforms, like
|
# (which is required by lttng-ust) may not build on other platforms, like
|
||||||
# MIPS and qemu ARMv5te that poky uses now.
|
# 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 = " valgrind lttng-ust systemtap"
|
||||||
RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust"
|
RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust systemtap"
|
||||||
RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust"
|
RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust systemtap"
|
||||||
RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust"
|
RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust systemtap"
|
||||||
RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust"
|
RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust systemtap"
|
||||||
|
|
||||||
RDEPENDS_task-poky-tools-testapps = "\
|
RDEPENDS_task-poky-tools-testapps = "\
|
||||||
blktool \
|
blktool \
|
||||||
|
|||||||
Reference in New Issue
Block a user