diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb')
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb index 111bd931a..2c9cccf6c 100644 --- a/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb +++ b/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb | |||
| @@ -1,23 +1,24 @@ | |||
| 1 | # Copyright (C) 2012-2016 Freescale Semiconductor | 1 | # Copyright (C) 2012-2016 Freescale Semiconductor |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | 3 | ||
| 4 | SUMMARY = "FSL Community package group - tools/benchmark" | ||
| 4 | DESCRIPTION = "Package group used by FSL Community to provide a set of benchmark applications." | 5 | DESCRIPTION = "Package group used by FSL Community to provide a set of benchmark applications." |
| 5 | SUMMARY = "FSL Communtiy package group - tools/benchmark" | 6 | SECTION = "console/utils" |
| 6 | 7 | ||
| 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 8 | 9 | ||
| 9 | inherit packagegroup | 10 | inherit packagegroup |
| 10 | 11 | ||
| 11 | RDEPENDS:${PN} = "\ | 12 | RDEPENDS:${PN} = "\ |
| 12 | lmbench \ | 13 | ${@bb.utils.contains('TUNE_FEATURES', 'neon', 'cpuburn-neon', \ |
| 14 | bb.utils.contains('TUNE_FEATURES', 'cortexa53 crypto', 'cpuburn-neon', \ | ||
| 15 | '', d), d)} \ | ||
| 13 | bonnie++ \ | 16 | bonnie++ \ |
| 14 | dbench \ | 17 | dbench \ |
| 15 | fio \ | 18 | fio \ |
| 16 | iozone3 \ | 19 | iozone3 \ |
| 17 | iperf3 \ | 20 | iperf3 \ |
| 21 | lmbench \ | ||
| 18 | nbench-byte \ | 22 | nbench-byte \ |
| 19 | tiobench \ | 23 | tiobench \ |
| 20 | ${@bb.utils.contains('TUNE_FEATURES', 'neon', 'cpuburn-neon', \ | ||
| 21 | bb.utils.contains('TUNE_FEATURES', 'cortexa53 crypto', 'cpuburn-neon', \ | ||
| 22 | '', d), d)} \ | ||
| 23 | " | 24 | " |
