diff options
| author | Ting Liu <b28495@freescale.com> | 2013-07-04 02:12:24 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-07-05 10:47:32 +0800 |
| commit | a4e90b7bfbd4ffb8dce08303dd304b71132676d9 (patch) | |
| tree | 176dd6c0327a0b81be341a4990824769e4ca6ab7 /recipes-test | |
| parent | 63e4ad32083f98725e8357b915f614292905522a (diff) | |
| download | meta-fsl-ppc-a4e90b7bfbd4ffb8dce08303dd304b71132676d9.tar.gz | |
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 <b28495@freescale.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-test')
| -rw-r--r-- | recipes-test/testfloat/testfloat_2a.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-test/testfloat/testfloat_2a.bb b/recipes-test/testfloat/testfloat_2a.bb index 8db41b8..3fbb207 100644 --- a/recipes-test/testfloat/testfloat_2a.bb +++ b/recipes-test/testfloat/testfloat_2a.bb | |||
| @@ -6,10 +6,10 @@ 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://Yocto-replace-COMPILE_PREFIX-gcc.patch \ | ||
| 10 | " | 9 | " |
| 11 | SRC_URI_append_fslmachine = " file://SoftFloat-powerpc-1.patch \ | 10 | SRC_URI_append_fslmachine = " file://SoftFloat-powerpc-1.patch \ |
| 12 | file://TestFloat-powerpc-E500v2-SPE-1.patch \ | 11 | file://TestFloat-powerpc-E500v2-SPE-1.patch \ |
| 12 | file://Yocto-replace-COMPILE_PREFIX-gcc.patch \ | ||
| 13 | " | 13 | " |
| 14 | SRC_URI[TestFloat.md5sum] = "4dc889319ae1e0c5381ec511f784553a" | 14 | SRC_URI[TestFloat.md5sum] = "4dc889319ae1e0c5381ec511f784553a" |
| 15 | SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e" | 15 | SRC_URI[TestFloat.sha256sum] = "84d14aa42adefbda2ec9708b42946f7fa59f93689b042684bd027863481f8e4e" |
| @@ -41,3 +41,6 @@ do_install(){ | |||
| 41 | install testfloat/powerpc-linux-gcc/testsoftfloat ${D}/${bindir} | 41 | install testfloat/powerpc-linux-gcc/testsoftfloat ${D}/${bindir} |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | COMPATIBLE_HOST_e500v2 = ".*" | ||
| 45 | COMPATIBLE_HOST ?= "(none)" | ||
| 46 | |||
