From: Ting Liu Date: Thu, 4 Jul 2013 02:12:24 +0000 (+0000) Subject: testfloat: mark as fsl e500v2 machine only X-Git-Tag: 2.1~534^2~246 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5298ebc306e25f26236a5fddfde490666e56fb93;p=meta-freescale.git testfloat: mark as fsl e500v2 machine only The customized do_{compile,install} tasks are only available after applying the three patches which are e500v2 specific. Signed-off-by: Ting Liu Reviewed-by: Otavio Salvador --- diff --git a/meta-fsl-ppc/recipes-test/testfloat/testfloat_2a.bb b/meta-fsl-ppc/recipes-test/testfloat/testfloat_2a.bb index 8db41b8f..3fbb2070 100644 --- a/meta-fsl-ppc/recipes-test/testfloat/testfloat_2a.bb +++ b/meta-fsl-ppc/recipes-test/testfloat/testfloat_2a.bb @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=b SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \ - file://Yocto-replace-COMPILE_PREFIX-gcc.patch \ " SRC_URI_append_fslmachine = " file://SoftFloat-powerpc-1.patch \ file://TestFloat-powerpc-E500v2-SPE-1.patch \ + file://Yocto-replace-COMPILE_PREFIX-gcc.patch \ " SRC_URI[TestFloat.md5sum] = "4dc889319ae1e0c5381ec511f784553a" SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e" @@ -41,3 +41,6 @@ do_install(){ install testfloat/powerpc-linux-gcc/testsoftfloat ${D}/${bindir} } +COMPATIBLE_HOST_e500v2 = ".*" +COMPATIBLE_HOST ?= "(none)" +