diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-09-27 00:17:06 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-27 06:54:19 +0000 |
commit | 5ee68b64a7b31578b585516825aadf098eb17353 (patch) | |
tree | f80fb56b2e9e183bf1c02bac21b69f57bd56684c /recipes-ti | |
parent | 46ded9537df2a070a7560993a880d3255108da3e (diff) | |
download | meta-ti-5ee68b64a7b31578b585516825aadf098eb17353.tar.gz |
ti-cgt7x: Update to version 1.2.0
The license checksum changed due to the version, but the license itself
has not changed since the last release (1.1.0)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/devtools/ti-cgt7x_1.2.0.bb (renamed from recipes-ti/devtools/ti-cgt7x_1.1.0.bb) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes-ti/devtools/ti-cgt7x_1.1.0.bb b/recipes-ti/devtools/ti-cgt7x_1.2.0.bb index 72bbcc12..09178af8 100644 --- a/recipes-ti/devtools/ti-cgt7x_1.1.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. | |||
8 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" | 8 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" |
9 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD" | 9 | LICENSE = "(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 | ||
11 | LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}/C7000_1.0.x_CodeGenerationTools_Manifest.html;md5=3074e433c5d52657076d1d138dfbdaf8" | 11 | LIC_FILES_CHKSUM = "file://ti-cgt-c7000_${PV}.STS/C7000_Code_Generation_Tools_1.x_manifest.html;md5=f1156d241d104c281bc64a6ec8eadc64" |
12 | 12 | ||
13 | require recipes-ti/includes/ti-unpack.inc | 13 | require recipes-ti/includes/ti-unpack.inc |
14 | require recipes-ti/includes/ti-paths.inc | 14 | require recipes-ti/includes/ti-paths.inc |
@@ -17,23 +17,22 @@ require recipes-ti/includes/ti-paths.inc | |||
17 | COMPATIBLE_HOST = "x86_64.*-linux" | 17 | COMPATIBLE_HOST = "x86_64.*-linux" |
18 | COMPATIBLE_HOST_class-target = "null" | 18 | COMPATIBLE_HOST_class-target = "null" |
19 | 19 | ||
20 | BINFILE = "ti_cgt_c7000_${PV}_linux_installer_x86.bin" | 20 | BINFILE = "ti_cgt_c7000_${PV}.STS_linux_installer_x86.bin" |
21 | BINFILE_NAME = "cgt7x_x86_installer" | 21 | BINFILE_NAME = "cgt7x_x86_installer" |
22 | 22 | ||
23 | # Please note, "install.source.dir.local" is not a real URL, below files need to be pre-downloaded | 23 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C7000/${PV}.STS/${BINFILE};name=${BINFILE_NAME}" |
24 | SRC_URI = "http://install.source.dir.local/${BINFILE};name=${BINFILE_NAME}" | ||
25 | 24 | ||
26 | TI_BIN_UNPK_ARGS = "--prefix ${S}" | 25 | TI_BIN_UNPK_ARGS = "--prefix ${S}" |
27 | TI_BIN_UNPK_CMDS = "" | 26 | TI_BIN_UNPK_CMDS = "" |
28 | 27 | ||
29 | SRC_URI[cgt7x_x86_installer.md5sum] = "feb668b4213403c661909adcf65d2ba8" | 28 | SRC_URI[cgt7x_x86_installer.md5sum] = "813840908f333dd2a31f92edec71c1fb" |
30 | SRC_URI[cgt7x_x86_installer.sha256sum] = "4a3954c973622c00a9b91fa90473cf921f4b763300b0e7c32735304867856ab8" | 29 | SRC_URI[cgt7x_x86_installer.sha256sum] = "21379811a8857489f72ca8ec45a46eb086ced0bdbb58e78f73a86e63984ab2f5" |
31 | 30 | ||
32 | S = "${WORKDIR}/c7000_${PV}" | 31 | S = "${WORKDIR}/c7000_${PV}" |
33 | 32 | ||
34 | do_install() { | 33 | do_install() { |
35 | install -d ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE} | 34 | install -d ${D}/${TI_CGT7X_INSTALL_DIR_RECIPE} |
36 | cp -rP --preserve=mode,links,timestamps --no-preserve=ownership ${WORKDIR}/c7000_${PV}/ti-cgt-c7000_${PV}/. ${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} |
37 | } | 36 | } |
38 | 37 | ||
39 | 38 | ||