diff options
Diffstat (limited to 'meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24.inc')
-rw-r--r-- | meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24.inc | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24.inc b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24.inc new file mode 100644 index 0000000..888e0e9 --- /dev/null +++ b/meta-linaro-toolchain/recipes-devtools/binutils/binutils-linaro-2.24.inc | |||
@@ -0,0 +1,47 @@ | |||
1 | BPV = "2.24.0" | ||
2 | MMYY = "14.11" | ||
3 | RELEASE = "20${MMYY}" | ||
4 | LINARORELEASE = "20${MMYY}-2" | ||
5 | PR = "r${RELEASE}" | ||
6 | |||
7 | LIC_FILES_CHKSUM="\ | ||
8 | file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
9 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674\ | ||
10 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
11 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6\ | ||
12 | file://gas/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
13 | file://include/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552\ | ||
14 | file://include/COPYING3;md5=d32239bcb673463ab874e80d47fae504\ | ||
15 | file://libiberty/COPYING.LIB;md5=a916467b91076e631dd8edb7424769c7\ | ||
16 | file://bfd/COPYING;md5=d32239bcb673463ab874e80d47fae504\ | ||
17 | " | ||
18 | |||
19 | SRC_URI = "\ | ||
20 | http://releases.linaro.org/${MMYY}/components/toolchain/binutils-linaro/binutils-linaro-${BPV}-${LINARORELEASE}.tar.xz \ | ||
21 | file://binutils-uclibc-100-uclibc-conf.patch \ | ||
22 | file://binutils-uclibc-300-001_ld_makefile_patch.patch \ | ||
23 | file://binutils-uclibc-300-006_better_file_error.patch \ | ||
24 | file://binutils-uclibc-300-012_check_ldrunpath_length.patch \ | ||
25 | file://binutils-uclibc-gas-needs-libm.patch \ | ||
26 | file://libtool-2.4-update.patch \ | ||
27 | file://libiberty_path_fix.patch \ | ||
28 | file://binutils-poison.patch \ | ||
29 | file://libtool-rpath-fix.patch \ | ||
30 | file://binutils-armv5e.patch \ | ||
31 | file://mips64-default-ld-emulation.patch \ | ||
32 | file://binutils-xlp-support.patch \ | ||
33 | file://fix-pr15815.patch;apply=no \ | ||
34 | file://fix-pr2404.patch \ | ||
35 | file://fix-pr16476.patch \ | ||
36 | file://fix-pr16428.patch \ | ||
37 | file://replace_macros_with_static_inline.patch;apply=no \ | ||
38 | file://0001-Fix-MMIX-build-breakage-from-bfd_set_section_vma-cha.patch;apply=no \ | ||
39 | file://binutils-uninitialised-warning.patch \ | ||
40 | file://0001-AArch64-Define-LP64-LE-loader-name.patch \ | ||
41 | file://0001-AArch64-Define-LP64-BE-linker-name.patch \ | ||
42 | " | ||
43 | |||
44 | SRC_URI[md5sum] = "05c1d4bc718ec05f6d53785eea10763f" | ||
45 | SRC_URI[sha256sum] = "9196bb6f53c6f113681f06fc396f615101e5f367a4ea48dbcbe45616d5eb1d06" | ||
46 | |||
47 | S = "${WORKDIR}/binutils-linaro-${BPV}-${LINARORELEASE}" | ||