aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel-support/recipes-core/packagegroups/packagegroup-tools-benchmark.bb
blob: 4983fd06958fc9e7a3db7dfa17979300288e8f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ---------------------------------------------------------------------------------------------------------------------
# SPDX-License-Identifier: MIT
# ---------------------------------------------------------------------------------------------------------------------

inherit packagegroup incompatible-packages-check

DESCRIPTION = "Package group for benchmarking the target"
PR = "r0"

META_OE_BENCHMARKS = "\
    bonnie++ \
    ${@'dbench' if not any_incompatible(d, ['dbench'], 'GPL-3.0-only') else ''} \
    iozone3 \
    iperf3 \
    lmbench \
    tiobench \
"

RDEPENDS:${PN} += "\
    ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', d.getVar('META_OE_BENCHMARKS'), '', d)} \
"