summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-27 03:16:39 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-27 15:53:39 -0500
commit5437ef8b7a2babc5246fcec8b9f2f272e0de973b (patch)
tree8d64dbff5d1bcababd0a635a7c5c11c41ed89c0a /recipes-ti
parentd3977448e5ba20540cd97ef41bdcd9a97ffe6d8c (diff)
downloadmeta-ti-5437ef8b7a2babc5246fcec8b9f2f272e0de973b.tar.gz
ti-cgt6x: Upgrade to version 8.1.0
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/devtools/ti-cgt6x_8.1.0.bb (renamed from recipes-ti/devtools/ti-cgt6x_8.0.3.bb)18
1 files changed, 10 insertions, 8 deletions
diff --git a/recipes-ti/devtools/ti-cgt6x_8.0.3.bb b/recipes-ti/devtools/ti-cgt6x_8.1.0.bb
index 23866d10..79b562a9 100644
--- a/recipes-ti/devtools/ti-cgt6x_8.0.3.bb
+++ b/recipes-ti/devtools/ti-cgt6x_8.1.0.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "TI DSP 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 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD" 3LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD"
4 4
5LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" 5LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/C6000_8.1.x_CodeGenerationTools_Manifest.htm;md5=458bf5fa55a865372515aeba0dfa9b72"
6LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" 6LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/C6000_8.1.x_CodeGenerationTools_Manifest.htm;md5=458bf5fa55a865372515aeba0dfa9b72"
7 7
8PE = "1" 8PE = "1"
9 9
10require ../includes/ti-unpack.inc 10require recipes-ti/includes/ti-unpack.inc
11 11
12COMPATIBLE_HOST_class-target = "arm.*-linux" 12COMPATIBLE_HOST_class-target = "arm.*-linux"
13 13
@@ -37,11 +37,11 @@ BINFILE_NAME_class-target = "cgt6x_arm_installer"
37 37
38SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}" 38SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}"
39 39
40SRC_URI[cgt6x_x86_installer.md5sum] = "cac177c3b94bf308d5198230739639b4" 40SRC_URI[cgt6x_x86_installer.md5sum] = "43d9a9a6307c7ba0933050e4ba1b0e56"
41SRC_URI[cgt6x_x86_installer.sha256sum] = "9c9ebab9f29cfd55f7df1df888ede66da3c2ccc0440d602ef34564305f02b9fb" 41SRC_URI[cgt6x_x86_installer.sha256sum] = "0ce82e2d338b8aab3c3d1eb52217d025bd07952ac40c8f5a9319652d0c8882ad"
42 42
43SRC_URI[cgt6x_arm_installer.md5sum] = "7966f5ad2f055c3462ac6c3c13453ed7" 43SRC_URI[cgt6x_arm_installer.md5sum] = "52433a9ffdc6fbbb539a3c8e3e1c9ec0"
44SRC_URI[cgt6x_arm_installer.sha256sum] = "f435f886610fc7df585a6ef898494e621b3bfa17f20658436f5e63af86a9a987" 44SRC_URI[cgt6x_arm_installer.sha256sum] = "286a96e3082086c37129cbbc6c3665c76028b68975d02fc30375a6aaba00532a"
45 45
46do_install() { 46do_install() {
47 install -d ${D}${bindir} 47 install -d ${D}${bindir}
@@ -79,7 +79,9 @@ do_install() {
79 79
80 install -d ${D}${datadir}/man/man1 80 install -d ${D}${datadir}/man/man1
81 for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do 81 for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do
82 install -m 644 ${manfile} ${D}${datadir}/man/man1 82 if [ -e ${manfile} ]; then
83 install -m 644 ${manfile} ${D}${datadir}/man/man1
84 fi
83 done 85 done
84 86
85 install -d ${D}${datadir}/doc/ti/cgt-c6x 87 install -d ${D}${datadir}/doc/ti/cgt-c6x