diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-10-17 09:19:49 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-10-19 15:35:00 -0400 |
commit | 0a8bc24e48f799d5e16a9123bd70fdf57415d05f (patch) | |
tree | 3dbf97328fcf18027a6332b44c4253b65343908d /recipes-ti/devtools | |
parent | 4bddfabce94802936cf660a729b26bfa3fdc166f (diff) | |
download | meta-ti-0a8bc24e48f799d5e16a9123bd70fdf57415d05f.tar.gz |
gcc-arm-none-eabi-native: Add recipe for new version 6-2017-q1-update
The source location changed to developer.arm.com compared to previous
version
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb new file mode 100644 index 00000000..1140f27a --- /dev/null +++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | DESCRIPTION = "Baremetal GCC for ARM" | ||
2 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b" | ||
5 | |||
6 | inherit native | ||
7 | require recipes-ti/includes/ti-paths.inc | ||
8 | |||
9 | 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" | ||
10 | |||
11 | SRC_URI[gcc-arm-none.md5sum] = "30004c24f4632bc594952462bb0cd1c9" | ||
12 | SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb" | ||
13 | |||
14 | S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update" | ||
15 | |||
16 | do_install() { | ||
17 | install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} | ||
18 | cp -r ${S}/. ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} | ||
19 | } | ||
20 | |||
21 | FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*" | ||
22 | |||
23 | INSANE_SKIP_${PN} = "already-stripped" | ||