diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-08-24 23:30:43 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-25 17:58:07 +0000 |
commit | 0d81a83aca746c1daf7745db72e1e37bfd3c095f (patch) | |
tree | 992d3a4adf8f5964bfe6e2dfb2cf0c91be26a80d /recipes-ti/devtools | |
parent | b80306b74c1450c54bb94f0cb8928a78079d95dd (diff) | |
download | meta-ti-0d81a83aca746c1daf7745db72e1e37bfd3c095f.tar.gz |
Revert "ti-cgt-arm: upgrade 18.12.5 -> 20.2.0"
This reverts commit 82a33143d144910714163e2446dc9b214cadfbe0.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/ti-cgt-arm_18.12.5.bb (renamed from recipes-ti/devtools/ti-cgt-arm_20.2.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-ti/devtools/ti-cgt-arm_20.2.0.bb b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb index 05b52e64..8b496f44 100644 --- a/recipes-ti/devtools/ti-cgt-arm_20.2.0.bb +++ b/recipes-ti/devtools/ti-cgt-arm_18.12.5.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "TI ARM Code Generation Tools" | |||
2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" | 2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" |
3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause" | 3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.html;md5=9ed980fae072af522545a0e5f297bca0" | 5 | LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108" |
6 | 6 | ||
7 | require recipes-ti/includes/ti-unpack.inc | 7 | require recipes-ti/includes/ti-unpack.inc |
8 | require recipes-ti/includes/ti-staging.inc | 8 | require recipes-ti/includes/ti-staging.inc |
@@ -27,7 +27,8 @@ do_install() { | |||
27 | cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} | 27 | cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} |
28 | } | 28 | } |
29 | 29 | ||
30 | SRC_URI[cgt_arm_installer.sha256sum] = "e27b1ebae58085b1587af3016bf201b54b6ace99e9e7165c1e4a042afe4b55eb" | 30 | SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b" |
31 | SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4" | ||
31 | 32 | ||
32 | BINFILE_NAME = "cgt_arm_installer" | 33 | BINFILE_NAME = "cgt_arm_installer" |
33 | 34 | ||