blob: 668242475587c16bebfdd8c8c9607d13568c6320 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
SUMMARY = "Profiling packages"
LICENSE = "MIT"
inherit packagegroup
# Performance analysis
RDEPENDS:${PN}:append = " procps"
RDEPENDS:${PN}:append = " sysstat"
# Performance testing
RDEPENDS:${PN}:append = " stress-ng"
|