[meta-freescale] [meta-fsl-ppc][PATCH] testfloat: add COMPATIBLE_MACHINE to limit the supported targets

b28495 at freescale.com b28495 at freescale.com
Tue Apr 9 02:50:23 PDT 2013


From: Chunrong Guo <B40290 at freescale.com>

Signed-off-by: Chunrong Guo <B40290 at freescale.com>
Signed-off-by: Ting Liu <b28495 at freescale.com>
---
 recipes-test/testfloat/testfloat_2a.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes-test/testfloat/testfloat_2a.bb b/recipes-test/testfloat/testfloat_2a.bb
index ece8c18..90427fd 100644
--- a/recipes-test/testfloat/testfloat_2a.bb
+++ b/recipes-test/testfloat/testfloat_2a.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "A program for testing floating-point implementation"
 SECTION = "test"
 LICENSE = "Hauser TestFloat"
+PR = "r1"
 
 LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=bdb2e8111838a48015c29bd97f5b6145"
 
@@ -15,6 +16,8 @@ SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684
 SRC_URI[SoftFloat.md5sum] = "b4a58b5c941f1a2317e4c2500086e3fa"
 SRC_URI[SoftFloat.sha256sum] = "89d14b55113a2ba8cbda7011443ba1d298d381c89d939515d56c5f18f2febf81"
 
+COMPATIBLE_MACHINE = "(p1010|p1020|p1021|p1022|p1023|p1024|p1025|p2020|mpc8536|mpc8544|mpc8548|mpc8572)"
+
 S = "${WORKDIR}/TestFloat-2a"
 
 do_unpack2(){
-- 
1.7.3.4





More information about the meta-freescale mailing list