summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-12-10 18:20:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-13 15:18:44 +0000
commitfad3986ae4bfc1773f5343f6f3a7d8350ae3b8ba (patch)
tree51a36b5959e602c9ab1848a901341c2e84d1dc33 /meta/recipes-core/eglibc
parent07dd59d8126466bc38a0950ce95859cacd0c9d9d (diff)
downloadpoky-fad3986ae4bfc1773f5343f6f3a7d8350ae3b8ba.tar.gz
eglibc: add AArch64 support
(From OE-Core rev: 72087d2cbdcc0da66b38720769d8ad52dbfb4abc) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc')
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.16.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.16.bb b/meta/recipes-core/eglibc/eglibc_2.16.bb
index aa9256cdc1..e7e15a2044 100644
--- a/meta/recipes-core/eglibc/eglibc_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.16.bb
@@ -1,7 +1,7 @@
1require eglibc.inc 1require eglibc.inc
2 2
3DEPENDS += "gperf-native kconfig-frontends-native" 3DEPENDS += "gperf-native kconfig-frontends-native"
4PR = "r17" 4PR = "r18"
5 5
6SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21224.tar.bz2 \ 6SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21224.tar.bz2 \
7 file://eglibc-svn-arm-lowlevellock-include-tls.patch \ 7 file://eglibc-svn-arm-lowlevellock-include-tls.patch \
@@ -9,7 +9,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21
9 file://mips-rld-map-check.patch \ 9 file://mips-rld-map-check.patch \
10 file://etc/ld.so.conf \ 10 file://etc/ld.so.conf \
11 file://generate-supported.mk \ 11 file://generate-supported.mk \
12 file://glibc.fix_sqrt2.patch \ 12 file://glibc.fix_sqrt2.patch \
13 file://multilib_readlib.patch \ 13 file://multilib_readlib.patch \
14 file://use-sysroot-cxx-headers.patch \ 14 file://use-sysroot-cxx-headers.patch \
15 file://ppc-sqrt_finite.patch \ 15 file://ppc-sqrt_finite.patch \
@@ -27,6 +27,9 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr21
27 file://0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch \ 27 file://0001-Add-name_to_handle_at-open_by_handle-etc.-to-PowerPC.patch \
28 file://fsl-ppc-no-fsqrt.patch \ 28 file://fsl-ppc-no-fsqrt.patch \
29 file://0001-R_ARM_TLS_DTPOFF32.patch \ 29 file://0001-R_ARM_TLS_DTPOFF32.patch \
30 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0001-glibc-fsf-v1-eaf6f205.patch \
31 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0002-Synchronize-with-linux-elf.h.patch \
32 http://people.linaro.org/~toolchain/openembedded/patches/eglibc/aarch64-0003-Adding-AArch64-support-to-elf-elf.h.patch \
30 " 33 "
31 34
32SRC_URI[md5sum] = "88894fa6e10e58e85fbd8134b8e486a8" 35SRC_URI[md5sum] = "88894fa6e10e58e85fbd8134b8e486a8"