summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-03-14 09:18:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-18 18:16:28 +0000
commit2df8479c4b0bad3a4b4cff02e885c97cbcbef297 (patch)
tree412adfccd1858add07e819c50ee446cd0b696f5e
parentaef5921528f385366be9a4de08361a4a63ca7f5a (diff)
downloadmeta-ti-2df8479c4b0bad3a4b4cff02e885c97cbcbef297.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>
-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 @@
1DESCRIPTION = "Baremetal GCC for ARM" 1DESCRIPTION = "Baremetal GCC for ARM"
2LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" 2LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
3 3
4LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b" 4LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=f77466c63f5787f4bd669c402aabe061"
5 5
6require recipes-ti/includes/ti-paths.inc 6require recipes-ti/includes/ti-paths.inc
7 7
8SRC_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" 8SRC_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
10SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9" 10SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0"
11SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb" 11SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69"
12 12
13S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update" 13S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update"
14 14
15# only x86_64 is supported 15# only x86_64 is supported
16COMPATIBLE_HOST = "x86_64.*-linux" 16COMPATIBLE_HOST = "x86_64.*-linux"