diff options
| author | Khem Raj <raj.khem@gmail.com> | 2013-06-24 06:59:30 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-06-27 10:40:25 +0800 |
| commit | b515997652f0703f333c96a46c66e73e48b4bfbc (patch) | |
| tree | 609d072bad9b25091be6fd721d2da57291b1b9f0 /recipes-test | |
| parent | d75b5c38492f5fa821b5b2cca89217bef6868420 (diff) | |
| download | meta-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.bb | 5 |
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 | ||
| 7 | SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ | 7 | SRC_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 | " |
| 11 | SRC_URI_append_fslmachine = " file://SoftFloat-powerpc-1.patch \ | ||
| 12 | file://TestFloat-powerpc-E500v2-SPE-1.patch \ | ||
| 13 | " | ||
| 13 | SRC_URI[TestFloat.md5sum] = "4dc889319ae1e0c5381ec511f784553a" | 14 | SRC_URI[TestFloat.md5sum] = "4dc889319ae1e0c5381ec511f784553a" |
| 14 | SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e" | 15 | SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e" |
| 15 | SRC_URI[SoftFloat.md5sum] = "b4a58b5c941f1a2317e4c2500086e3fa" | 16 | SRC_URI[SoftFloat.md5sum] = "b4a58b5c941f1a2317e4c2500086e3fa" |
