summaryrefslogtreecommitdiffstats
path: root/recipes-test
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-06-24 06:59:30 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-06-27 10:40:25 +0800
commitb515997652f0703f333c96a46c66e73e48b4bfbc (patch)
tree609d072bad9b25091be6fd721d2da57291b1b9f0 /recipes-test
parentd75b5c38492f5fa821b5b2cca89217bef6868420 (diff)
downloadmeta-fsl-ppc-b515997652f0703f333c96a46c66e73e48b4bfbc.tar.gz
recipes: make meta-fsl-ppc play with other layers
Some recipes are specific to fsl machines but arent marked so. When building images for other machines while including meta-fsl-ppc in bblayers exposes the build failures on these recipes. Lets mark them fsl machine specific Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-test')
-rw-r--r--recipes-test/testfloat/testfloat_2a.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-test/testfloat/testfloat_2a.bb b/recipes-test/testfloat/testfloat_2a.bb
index ece8c18..8db41b8 100644
--- a/recipes-test/testfloat/testfloat_2a.bb
+++ b/recipes-test/testfloat/testfloat_2a.bb
@@ -6,10 +6,11 @@ LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=b
6 6
7SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ 7SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \
8 http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \ 8 http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \
9 file://SoftFloat-powerpc-1.patch \
10 file://TestFloat-powerpc-E500v2-SPE-1.patch \
11 file://Yocto-replace-COMPILE_PREFIX-gcc.patch \ 9 file://Yocto-replace-COMPILE_PREFIX-gcc.patch \
12 " 10 "
11SRC_URI_append_fslmachine = " file://SoftFloat-powerpc-1.patch \
12 file://TestFloat-powerpc-E500v2-SPE-1.patch \
13 "
13SRC_URI[TestFloat.md5sum] = "4dc889319ae1e0c5381ec511f784553a" 14SRC_URI[TestFloat.md5sum] = "4dc889319ae1e0c5381ec511f784553a"
14SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e" 15SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e"
15SRC_URI[SoftFloat.md5sum] = "b4a58b5c941f1a2317e4c2500086e3fa" 16SRC_URI[SoftFloat.md5sum] = "b4a58b5c941f1a2317e4c2500086e3fa"