diff options
Diffstat (limited to 'meta-unit-profiling/recipes-core/packagegroups/packagegroup-unit-profiling.bb')
| -rw-r--r-- | meta-unit-profiling/recipes-core/packagegroups/packagegroup-unit-profiling.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-unit-profiling/recipes-core/packagegroups/packagegroup-unit-profiling.bb b/meta-unit-profiling/recipes-core/packagegroups/packagegroup-unit-profiling.bb new file mode 100644 index 0000000..6682424 --- /dev/null +++ b/meta-unit-profiling/recipes-core/packagegroups/packagegroup-unit-profiling.bb @@ -0,0 +1,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" |
