mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
packagegroup-core-tools-profile: add systemd-analyze
If the systemd DISTRO_FEATURE is enabled, then recommend systemd-analyze for profiling boot performance. (From OE-Core rev: 20d2fad0d08eb337fdc80385bce32469a97e988a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
afe82ef3c4
commit
0d39f3364a
@@ -17,6 +17,7 @@ RREPLACES_${PN} = "task-core-tools-profile"
|
||||
RCONFLICTS_${PN} = "task-core-tools-profile"
|
||||
|
||||
PROFILE_TOOLS_X = "${@base_contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}"
|
||||
PROFILE_TOOLS_SYSTEMD = "${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', d)}"
|
||||
|
||||
RRECOMMENDS_${PN} = "\
|
||||
perf \
|
||||
@@ -24,6 +25,7 @@ RRECOMMENDS_${PN} = "\
|
||||
kernel-module-oprofile \
|
||||
blktrace \
|
||||
${PROFILE_TOOLS_X} \
|
||||
${PROFILE_TOOLS_SYSTEMD} \
|
||||
"
|
||||
|
||||
PROFILETOOLS = "\
|
||||
|
||||
Reference in New Issue
Block a user