mirror of
https://github.com/Freescale/meta-freescale-distro.git
synced 2025-10-22 15:03:56 +02:00

This reverts commit836bdf5a9d
. 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>
25 lines
733 B
BlitzBasic
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)} \
|
|
"
|