diff options
author | Ting Liu <b28495@freescale.com> | 2014-07-11 01:52:40 -0500 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-07-15 14:13:20 +0800 |
commit | 424f1e55060fed7126bd0ca68a83df984583c9b3 (patch) | |
tree | 62f6567d0b1db1438b49c288367ebfb6e9ac4d5e /meta-fsl-ppc/recipes-extended | |
parent | 7333942fb2503afc12847bb7ad8200280151bed3 (diff) | |
download | meta-freescale-424f1e55060fed7126bd0ca68a83df984583c9b3.tar.gz |
remove fslmachine MACHINEOVERRIDES usage
fslmachine is too generic, use qoriq-ppc instead.
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'meta-fsl-ppc/recipes-extended')
-rw-r--r-- | meta-fsl-ppc/recipes-extended/testfloat/testfloat_2a.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-ppc/recipes-extended/testfloat/testfloat_2a.bb b/meta-fsl-ppc/recipes-extended/testfloat/testfloat_2a.bb index fb89e263..800cef3d 100644 --- a/meta-fsl-ppc/recipes-extended/testfloat/testfloat_2a.bb +++ b/meta-fsl-ppc/recipes-extended/testfloat/testfloat_2a.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://testfloat/testfloat.txt;beginline=87;endline=95;md5=b | |||
6 | SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ | 6 | SRC_URI = " http://www.jhauser.us/arithmetic/TestFloat-2a.tar.Z;name=TestFloat \ |
7 | http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \ | 7 | http://www.jhauser.us/arithmetic/SoftFloat-2b.tar.Z;name=SoftFloat \ |
8 | " | 8 | " |
9 | SRC_URI_append_fslmachine = " file://SoftFloat-powerpc-1.patch \ | 9 | SRC_URI_append_qoriq-ppc = " file://SoftFloat-powerpc-1.patch \ |
10 | file://TestFloat-powerpc-E500v2-SPE-1.patch \ | 10 | file://TestFloat-powerpc-E500v2-SPE-1.patch \ |
11 | file://Yocto-replace-COMPILE_PREFIX-gcc.patch \ | 11 | file://Yocto-replace-COMPILE_PREFIX-gcc.patch \ |
12 | " | 12 | " |