diff options
author | Karthik Ramanan <a0393906@ti.com> | 2017-04-25 17:26:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-04-27 20:18:45 -0400 |
commit | 262b851a31bdcf2e167e568662540f3585ad28d6 (patch) | |
tree | 7ade1fc974300a77c1c5bbaf30c6d66744d26657 /recipes-ti/devtools | |
parent | 86dd71f732026b48f0179fd6c40c933ae6421175 (diff) | |
download | meta-ti-262b851a31bdcf2e167e568662540f3585ad28d6.tar.gz |
ti-ccsv6: Remove the recipe and other dependencies
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb b/recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb deleted file mode 100644 index 334c7df6..00000000 --- a/recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | DESCRIPTION = "TI DSP Code Generation Tools" | ||
2 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads" | ||
3 | LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/ccsv6/doc/EULA/EULA.doc;md5=24fb8a52ac52d3938b5888362edb295a" | ||
6 | |||
7 | inherit native | ||
8 | |||
9 | require recipes-ti/includes/ti-unpack.inc | ||
10 | require recipes-ti/includes/ti-staging.inc | ||
11 | require recipes-ti/includes/ti-paths.inc | ||
12 | |||
13 | TI_CGT_ARM_VERSION = "15.12.1.LTS" | ||
14 | |||
15 | SRC_URI = "http://install.source.dir.local/CCS${PV}_linux.tar.gz;name=ccsv6" | ||
16 | |||
17 | S = "${WORKDIR}/CCS${PV}_linux" | ||
18 | |||
19 | BINFILE = "CCS${PV}_linux/ccs_setup_${PV}.bin" | ||
20 | TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" | ||
21 | TI_BIN_UNPK_CMDS = "" | ||
22 | |||
23 | SRC_URI[ccsv6.md5sum] = "ceaa5023c1a4b51bc637d3de1a15786b" | ||
24 | SRC_URI[ccsv6.sha256sum] = "fb3205a21942da09684c871371513707c841c4fd8d88a62f6a7865b0a86cc492" | ||
25 | |||
26 | do_install() { | ||
27 | install -d ${D}${CCSV6_INSTALL_DIR_RECIPE} | ||
28 | cp -r ${WORKDIR}/ccsv6/. ${D}${CCSV6_INSTALL_DIR_RECIPE} | ||
29 | |||
30 | install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} | ||
31 | cp -r ${WORKDIR}/ccsv6/tools/compiler/ti-cgt-arm_${TI_CGT_ARM_VERSION}/. \ | ||
32 | ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} | ||
33 | } | ||
34 | |||
35 | FILES_${PN} += "\ | ||
36 | ${CCSV6_INSTALL_DIR_RECIPE} \ | ||
37 | ${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} \ | ||
38 | " | ||
39 | |||
40 | INHIBIT_PACKAGE_STRIP = "1" | ||
41 | INHIBIT_SYSROOT_STRIP = "1" | ||
42 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
43 | INSANE_SKIP_${PN} = "arch libdir ldflags staticdev textrel dev-so" | ||
44 | |||
45 | EXCLUDE_FROM_SHLIBS = "1" | ||