summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-02-26 07:12:23 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-27 21:09:38 +0000
commit9d191db7b036bdadbb0d21e5d45acf2d32afef80 (patch)
tree6e1b8bd763a03cf4cd06c48da6468093136fe6fa
parent08123a9fb0485bea484ecf6f140edd94b4621421 (diff)
downloadmeta-ti-9d191db7b036bdadbb0d21e5d45acf2d32afef80.tar.gz
ti-cgt6x: remove deprecated versions
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/ti-cgt6x.inc24
-rw-r--r--recipes-ti/devtools/ti-cgt6x_6.1.20.bb11
-rw-r--r--recipes-ti/devtools/ti-cgt6x_7.2.7.bb13
3 files changed, 0 insertions, 48 deletions
diff --git a/recipes-ti/devtools/ti-cgt6x.inc b/recipes-ti/devtools/ti-cgt6x.inc
deleted file mode 100644
index 1d00a553..00000000
--- a/recipes-ti/devtools/ti-cgt6x.inc
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "TI DSP Code Generation Tools"
2HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
3SECTION = "devel"
4LICENSE = "TI"
5
6require ../includes/ti-paths.inc
7require ../includes/ti-staging.inc
8require ../includes/ti-eula-unpack.inc
9
10PR = "r4"
11
12S = "${WORKDIR}/cgt6x_${PV}"
13
14SRC_URI = "http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin"
15
16BINFILE="ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin"
17TI_BIN_UNPK_CMDS="Y:qY:workdir: : "
18TI_BIN_UNPK_WDEXT="/cgt6x_${PV}"
19
20do_install() {
21 install -d ${D}${CODEGEN_INSTALL_DIR_RECIPE}
22 cp -pPrf ${S}/* ${D}${CODEGEN_INSTALL_DIR_RECIPE}
23}
24
diff --git a/recipes-ti/devtools/ti-cgt6x_6.1.20.bb b/recipes-ti/devtools/ti-cgt6x_6.1.20.bb
deleted file mode 100644
index 1d6609c8..00000000
--- a/recipes-ti/devtools/ti-cgt6x_6.1.20.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1require ti-cgt6x.inc
2
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62f46f1125a152a2e213b414db7ac600"
4
5PE = "1"
6PV = "6_1_20"
7PVwithdots = "6.1.20"
8
9SRC_URI[cgt6xbin.md5sum] = "39485ea8211960de0a958ab27106ab9b"
10SRC_URI[cgt6xbin.sha256sum] = "a020142011c8160e24f6386f7696ecfbfe02dab2a6c83af74ce6b67eb1da9900"
11
diff --git a/recipes-ti/devtools/ti-cgt6x_7.2.7.bb b/recipes-ti/devtools/ti-cgt6x_7.2.7.bb
deleted file mode 100644
index a2266004..00000000
--- a/recipes-ti/devtools/ti-cgt6x_7.2.7.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1require ti-cgt6x.inc
2
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62f46f1125a152a2e213b414db7ac600"
4
5PE = "1"
6PV = "7_2_7"
7PVwithdots = "7.2.7"
8
9SRC_URI[cgt6xbin.md5sum] = "71a0768a541fdebd9c35d44301019d1d"
10SRC_URI[cgt6xbin.sha256sum] = "211477f0142d603975544abe3c45cc3b77a3b38038158676c60812806378738b"
11
12
13INSANE_SKIP_${PN} = "installed-vs-shipped"