summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
diff options
context:
space:
mode:
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.bb11
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
4SUMMARY = "FSL Community package group - tools/benchmark"
4DESCRIPTION = "Package group used by FSL Community to provide a set of benchmark applications." 5DESCRIPTION = "Package group used by FSL Community to provide a set of benchmark applications."
5SUMMARY = "FSL Communtiy package group - tools/benchmark" 6SECTION = "console/utils"
6 7
7PACKAGE_ARCH = "${MACHINE_ARCH}" 8PACKAGE_ARCH = "${MACHINE_ARCH}"
8 9
9inherit packagegroup 10inherit packagegroup
10 11
11RDEPENDS:${PN} = "\ 12RDEPENDS:${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"