mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
Since commit d085e70eee ("sysprof: move recipe to meta-oe")
PROFILE_TOOLS_X is always set to an empty string.
Remove PROFILE_TOOLS_X as it is no longer needed.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From OE-Core rev: cf767f4f4aaaf7c568816675c1c811132a892e30)
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
15b08b8234
commit
80a8fa3bae
@@ -9,16 +9,12 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PROFILE_TOOLS_X = ""
|
||||
# sysprof doesn't support aarch64 and nios2
|
||||
PROFILE_TOOLS_X:aarch64 = ""
|
||||
PROFILE_TOOLS_X:nios2 = ""
|
||||
PROFILE_TOOLS_SYSTEMD = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd-analyze', '', d)}"
|
||||
|
||||
RRECOMMENDS:${PN} = "\
|
||||
${PERF} \
|
||||
blktrace \
|
||||
${PROFILE_TOOLS_X} \
|
||||
${PROFILE_TOOLS_SYSTEMD} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user