[oe-commits] Khem Raj : cpuburn-neon.bb: Only build for arm hosts

git version control git at git.openembedded.org
Tue Sep 14 02:36:06 UTC 2010


Module: openembedded.git
Branch: master
Commit: 61583a0a0ccb2a01b773de63395c07fd6f69c40a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=61583a0a0ccb2a01b773de63395c07fd6f69c40a

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Sep  9 17:20:46 2010 -0700

cpuburn-neon.bb: Only build for arm hosts

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/cpuburn/cpuburn-neon.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/cpuburn/cpuburn-neon.bb b/recipes/cpuburn/cpuburn-neon.bb
index 377cd46..4f685fb 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"





More information about the Openembedded-commits mailing list