summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-08-24 23:30:43 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-08-25 17:58:07 +0000
commit0d81a83aca746c1daf7745db72e1e37bfd3c095f (patch)
tree992d3a4adf8f5964bfe6e2dfb2cf0c91be26a80d
parentb80306b74c1450c54bb94f0cb8928a78079d95dd (diff)
downloadmeta-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>
-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"
2HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" 2HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
3LICENSE = "(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" 3LICENSE = "(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
5LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.html;md5=9ed980fae072af522545a0e5f297bca0" 5LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=79631eb21b2e5b7190cd3ff1dfd41108"
6 6
7require recipes-ti/includes/ti-unpack.inc 7require recipes-ti/includes/ti-unpack.inc
8require recipes-ti/includes/ti-staging.inc 8require 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
30SRC_URI[cgt_arm_installer.sha256sum] = "e27b1ebae58085b1587af3016bf201b54b6ace99e9e7165c1e4a042afe4b55eb" 30SRC_URI[cgt_arm_installer.md5sum] = "e9e668332cf86c965b4da9d1d488426b"
31SRC_URI[cgt_arm_installer.sha256sum] = "da976143128c619a278cb4214a4295c409d100f9e65ad2f4d0d1039db7cf98f4"
31 32
32BINFILE_NAME = "cgt_arm_installer" 33BINFILE_NAME = "cgt_arm_installer"
33 34