diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-02-26 07:12:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-28 14:40:46 +0000 |
commit | 9669febed968c9dcaeed7da658d8daedbb4b03f5 (patch) | |
tree | 6a525130c09e01287cc4bc5e1fa78861b6ee32a7 /recipes-ti/devtools | |
parent | 0fe9243e8047c13edd860f73ca1d781c0f2a1a1b (diff) | |
download | meta-ti-9669febed968c9dcaeed7da658d8daedbb4b03f5.tar.gz |
ti-cgt6x: remove deprecated versions
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/ti-cgt6x.inc | 24 | ||||
-rw-r--r-- | recipes-ti/devtools/ti-cgt6x_6.1.20.bb | 11 | ||||
-rw-r--r-- | recipes-ti/devtools/ti-cgt6x_7.2.7.bb | 13 |
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 @@ | |||
1 | DESCRIPTION = "TI DSP Code Generation Tools" | ||
2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "TI" | ||
5 | |||
6 | require ../includes/ti-paths.inc | ||
7 | require ../includes/ti-staging.inc | ||
8 | require ../includes/ti-eula-unpack.inc | ||
9 | |||
10 | PR = "r4" | ||
11 | |||
12 | S = "${WORKDIR}/cgt6x_${PV}" | ||
13 | |||
14 | SRC_URI = "http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin" | ||
15 | |||
16 | BINFILE="ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin" | ||
17 | TI_BIN_UNPK_CMDS="Y:qY:workdir: : " | ||
18 | TI_BIN_UNPK_WDEXT="/cgt6x_${PV}" | ||
19 | |||
20 | do_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 @@ | |||
1 | require ti-cgt6x.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62f46f1125a152a2e213b414db7ac600" | ||
4 | |||
5 | PE = "1" | ||
6 | PV = "6_1_20" | ||
7 | PVwithdots = "6.1.20" | ||
8 | |||
9 | SRC_URI[cgt6xbin.md5sum] = "39485ea8211960de0a958ab27106ab9b" | ||
10 | SRC_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 @@ | |||
1 | require ti-cgt6x.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62f46f1125a152a2e213b414db7ac600" | ||
4 | |||
5 | PE = "1" | ||
6 | PV = "7_2_7" | ||
7 | PVwithdots = "7.2.7" | ||
8 | |||
9 | SRC_URI[cgt6xbin.md5sum] = "71a0768a541fdebd9c35d44301019d1d" | ||
10 | SRC_URI[cgt6xbin.sha256sum] = "211477f0142d603975544abe3c45cc3b77a3b38038158676c60812806378738b" | ||
11 | |||
12 | |||
13 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||