summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-08-24 23:30:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-08-25 17:58:10 +0000
commit6c6863a1c8d1ecbde73bc36999ce9259ec8d6ea3 (patch)
treed34f6d0cf38650620e4854bdc5fcd47cf6032105
parent0d81a83aca746c1daf7745db72e1e37bfd3c095f (diff)
downloadmeta-ti-6c6863a1c8d1ecbde73bc36999ce9259ec8d6ea3.tar.gz
Revert "ti-cgt7x: upgrade 1.2.0 -> 1.3.0"
This reverts commit ce230a6b15fc788963cc869cd3a57d08d4c32f15. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/ti-cgt7x_1.2.0.bb (renamed from recipes-ti/devtools/ti-cgt7x_1.3.0.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-ti/devtools/ti-cgt7x_1.3.0.bb b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
index 55ec91e8..09178af8 100644
--- a/recipes-ti/devtools/ti-cgt7x_1.3.0.bb
+++ b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
@@ -8,7 +8,7 @@ libraries and standard header files needed to produce a working DSP application.
8HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" 8HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
9LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD" 9LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD"
10 10
11LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}.STS/C7000_Code_Generation_Tools_1.x_manifest.html;md5=3ee1c9f774004535003f80cb8142bb0f" 11LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}.STS/C7000_Code_Generation_Tools_1.x_manifest.html;md5=f1156d241d104c281bc64a6ec8eadc64"
12 12
13require recipes-ti/includes/ti-unpack.inc 13require recipes-ti/includes/ti-unpack.inc
14require recipes-ti/includes/ti-paths.inc 14require recipes-ti/includes/ti-paths.inc
@@ -25,7 +25,8 @@ SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C7000/${PV}.STS/$
25TI_BIN_UNPK_ARGS = "--prefix ${S}" 25TI_BIN_UNPK_ARGS = "--prefix ${S}"
26TI_BIN_UNPK_CMDS = "" 26TI_BIN_UNPK_CMDS = ""
27 27
28SRC_URI[cgt7x_x86_installer.sha256sum] = "24071fe0369e55af80e334852cda7fa78b64ae79a411c57ac6995470a7a23694" 28SRC_URI[cgt7x_x86_installer.md5sum] = "813840908f333dd2a31f92edec71c1fb"
29SRC_URI[cgt7x_x86_installer.sha256sum] = "21379811a8857489f72ca8ec45a46eb086ced0bdbb58e78f73a86e63984ab2f5"
29 30
30S = "${WORKDIR}/c7000_${PV}" 31S = "${WORKDIR}/c7000_${PV}"
31 32
@@ -34,9 +35,10 @@ do_install() {
34 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE} 35 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
35} 36}
36 37
38
37FILES_${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}" 39FILES_${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}"
38 40
39INSANE_SKIP_${PN} += "arch staticdev textrel file-rdeps" 41INSANE_SKIP_${PN} += "arch staticdev textrel"
40 42
41INHIBIT_PACKAGE_STRIP = "1" 43INHIBIT_PACKAGE_STRIP = "1"
42INHIBIT_SYSROOT_STRIP = "1" 44INHIBIT_SYSROOT_STRIP = "1"