[meta-freescale] [meta-fsl-arm][PATCH] packagegroup-fsl-tools-benchmark: Add cpuburn-neon back

ronunes at gmail.com ronunes at gmail.com
Wed Jan 29 20:37:10 PST 2014


From: Rogerio Nunes <rogerio.nunes at freescale.com>

cpuburn-neon had been commented out in the previously
available packagegroup-fsl recipe, due to a source code
issue that prevented build in denzil.

When packagegroup-fsl recipe was split, cpubrun-neon package
was not included in any of the new packagegroups.

This patch adds this tool back, as its source code has been
fixed and is now buildable, into the tools-benchmark packagegroup.

The cpubrun-neon package inclusion is actually conditional,
depending on the presence of the 'neon' flag in the TUNE_FEATURES
variable. For this reason, the packagegroup ARCH needs to be
MACHINE specific now.

Signed-off-by: Rogerio Nunes <rogerio.nunes at freescale.com>
---
 recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
index dadefb7..dad4a74 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
@@ -17,4 +17,7 @@ RDEPENDS_${PN} = " \
     iperf \
     nbench-byte \
     tiobench \
+    ${@bb.utils.contains('TUNE_FEATURES', 'neon', 'cpuburn-neon', '', d)} \
 "
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
1.8.3.2



More information about the meta-freescale mailing list