meta-freescale-distro/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
Nikolay Dimitrov 17f9da65ef Revert "packagegroup-fsl-tools-benchmark: Remove fio from the the package group"
This reverts commit 836bdf5a9d.

The fix for the broken builds is now merged in meta-openembedded, so we can add
the package back again:
eb01b36cb3

Thanks to Dominic Sacré for reporting the upstream status of the fix:
https://lists.yoctoproject.org/pipermail/meta-freescale/2015-August/015614.html

Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-08-27 10:01:43 -03:00

25 lines
733 B
BlitzBasic

# Copyright (C) 2012-2014 Freescale Semiconductor
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Package group used by FSL Community to provide a set of benchmark applications."
SUMMARY = "FSL Communtiy package group - tools/benchmark"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit packagegroup
RDEPENDS_${PN} = " \
lmbench \
bonnie++ \
dbench \
fio \
iozone3 \
iperf \
nbench-byte \
tiobench \
${@bb.utils.contains('TUNE_FEATURES', 'neon', 'cpuburn-neon', '', d)} \
"