summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-05-22 00:05:24 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-06-01 18:56:46 +0000
commitce230a6b15fc788963cc869cd3a57d08d4c32f15 (patch)
tree1705669437f0f1056ef9bd4515d272c4e3737034 /recipes-ti/devtools
parent4d2441931c0e3c15c59e82c084c97d4ac9bc9c29 (diff)
downloadmeta-ti-ce230a6b15fc788963cc869cd3a57d08d4c32f15.tar.gz
ti-cgt7x: upgrade 1.2.0 -> 1.3.0
License change due to year update. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r--recipes-ti/devtools/ti-cgt7x_1.3.0.bb (renamed from recipes-ti/devtools/ti-cgt7x_1.2.0.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-ti/devtools/ti-cgt7x_1.2.0.bb b/recipes-ti/devtools/ti-cgt7x_1.3.0.bb
index 09178af8..55ec91e8 100644
--- a/recipes-ti/devtools/ti-cgt7x_1.2.0.bb
+++ b/recipes-ti/devtools/ti-cgt7x_1.3.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=f1156d241d104c281bc64a6ec8eadc64" 11LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}.STS/C7000_Code_Generation_Tools_1.x_manifest.html;md5=3ee1c9f774004535003f80cb8142bb0f"
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,8 +25,7 @@ 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.md5sum] = "813840908f333dd2a31f92edec71c1fb" 28SRC_URI[cgt7x_x86_installer.sha256sum] = "24071fe0369e55af80e334852cda7fa78b64ae79a411c57ac6995470a7a23694"
29SRC_URI[cgt7x_x86_installer.sha256sum] = "21379811a8857489f72ca8ec45a46eb086ced0bdbb58e78f73a86e63984ab2f5"
30 29
31S = "${WORKDIR}/c7000_${PV}" 30S = "${WORKDIR}/c7000_${PV}"
32 31
@@ -35,10 +34,9 @@ do_install() {
35 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE} 34 cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}.STS/. ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE}
36} 35}
37 36
38
39FILES_${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}" 37FILES_${PN} += "${TI_CGT7X_INSTALL_DIR_RECIPE}"
40 38
41INSANE_SKIP_${PN} += "arch staticdev textrel" 39INSANE_SKIP_${PN} += "arch staticdev textrel file-rdeps"
42 40
43INHIBIT_PACKAGE_STRIP = "1" 41INHIBIT_PACKAGE_STRIP = "1"
44INHIBIT_SYSROOT_STRIP = "1" 42INHIBIT_SYSROOT_STRIP = "1"