diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-14 09:18:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-19 02:46:00 +0000 |
commit | d381801eb215194ff9b06ce83adae67e5a41128b (patch) | |
tree | 41dec02e441150af0e16f3401dc4b0d58062cca1 /recipes-ti | |
parent | bed328eb4cbcc6ce6024bfa83249dd4f284506d7 (diff) | |
download | meta-ti-d381801eb215194ff9b06ce83adae67e5a41128b.tar.gz |
gcc-arm-none-eabi: Update to 7.0-2018-q2-update
License has been changed to include a few new licenses such as
Synopsis,Joel Sherrill,Rich Felker,Otto Moerbeek,embedded brains Gmbh,
Regents of Univ of California, Digital Equipment Corporation, John
Baldwin,WIDE project, Jeffrey Roberson, ARM Ltd, NetBSD,Michael R Nelly,
and CYGWIN license
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb (renamed from recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb index d08dd2fc..b9e3639b 100644 --- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb +++ b/recipes-ti/devtools/gcc-arm-none-eabi_7-2018-q2-update.bb | |||
@@ -1,16 +1,16 @@ | |||
1 | DESCRIPTION = "Baremetal GCC for ARM" | 1 | DESCRIPTION = "Baremetal GCC for ARM" |
2 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" | 2 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b" | 4 | LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=f77466c63f5787f4bd669c402aabe061" |
5 | 5 | ||
6 | require recipes-ti/includes/ti-paths.inc | 6 | require recipes-ti/includes/ti-paths.inc |
7 | 7 | ||
8 | SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2;name=gcc-arm-none" | 8 | SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2;name=gcc-arm-none" |
9 | 9 | ||
10 | SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9" | 10 | SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0" |
11 | SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb" | 11 | SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69" |
12 | 12 | ||
13 | S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update" | 13 | S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update" |
14 | 14 | ||
15 | # only x86_64 is supported | 15 | # only x86_64 is supported |
16 | COMPATIBLE_HOST = "x86_64.*-linux" | 16 | COMPATIBLE_HOST = "x86_64.*-linux" |