aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cpuburn
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-09 17:20:46 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-13 19:35:17 -0700
commit61583a0a0ccb2a01b773de63395c07fd6f69c40a (patch)
treedadfde03ede0c29cfb53856fab373e36d9a023ca /recipes/cpuburn
parent081403fefd91e14ddfc3870b1e481773c8f7efdd (diff)
downloadopenembedded-61583a0a0ccb2a01b773de63395c07fd6f69c40a.tar.gz
cpuburn-neon.bb: Only build for arm hosts
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/cpuburn')
-rw-r--r--recipes/cpuburn/cpuburn-neon.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/cpuburn/cpuburn-neon.bb b/recipes/cpuburn/cpuburn-neon.bb
index 377cd467da..4f685fb412 100644
--- a/recipes/cpuburn/cpuburn-neon.bb
+++ b/recipes/cpuburn/cpuburn-neon.bb
@@ -13,6 +13,10 @@ do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/burn ${D}${bindir}/burn-neon
}
+# only for ARM systems infact it should check for MACHINE_FEATURE
+# neon or something. For now we spare non arm arches from picking this up
+
+COMPATIBLE_HOST = "arm.*"
SRC_URI[md5sum] = "823abc72c2cd448e87df9bc5355a4456"
SRC_URI[sha256sum] = "01d9fc04f83740c513c25401dcc89c11b2a5a6013e70bfca42b7b02129f88cd2"