blob: 4f47e70873586e67ae8cb056a4509c6e93af8e27 (
plain)
1
2
3
4
5
6
7
|
RRECOMMENDS_${PN}_remove_amd := " \
${@bb.utils.contains("DISTRO", "mel", "", "perf kernel-module-oprofile", d)} \
"
PROFILETOOLS_remove_amd := " \
${@bb.utils.contains("DISTRO", "mel", "", "oprofile oprofileui-server", d)} \
"
|