From 0999c65e587adeb94464330e7ac0160fae98cd01 Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Fri, 27 Oct 2017 22:01:15 +0000 Subject: ti-ccsv6: Remove the recipe and other dependencies Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko from meta-ti/morty 3648eba Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb | 45 ---------------------- recipes-ti/includes/ti-paths.inc | 2 - 2 files changed, 47 deletions(-) delete mode 100644 recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb 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 @@ -DESCRIPTION = "TI DSP Code Generation Tools" -HOMEPAGE = "http://processors.wiki.ti.com/index.php/Download_CCS#Code_Composer_Studio_Version_6_Downloads" -LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD" - -LIC_FILES_CHKSUM = "file://${WORKDIR}/ccsv6/doc/EULA/EULA.doc;md5=24fb8a52ac52d3938b5888362edb295a" - -inherit native - -require recipes-ti/includes/ti-unpack.inc -require recipes-ti/includes/ti-staging.inc -require recipes-ti/includes/ti-paths.inc - -TI_CGT_ARM_VERSION = "15.12.1.LTS" - -SRC_URI = "http://install.source.dir.local/CCS${PV}_linux.tar.gz;name=ccsv6" - -S = "${WORKDIR}/CCS${PV}_linux" - -BINFILE = "CCS${PV}_linux/ccs_setup_${PV}.bin" -TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}" -TI_BIN_UNPK_CMDS = "" - -SRC_URI[ccsv6.md5sum] = "ceaa5023c1a4b51bc637d3de1a15786b" -SRC_URI[ccsv6.sha256sum] = "fb3205a21942da09684c871371513707c841c4fd8d88a62f6a7865b0a86cc492" - -do_install() { - install -d ${D}${CCSV6_INSTALL_DIR_RECIPE} - cp -r ${WORKDIR}/ccsv6/. ${D}${CCSV6_INSTALL_DIR_RECIPE} - - install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} - cp -r ${WORKDIR}/ccsv6/tools/compiler/ti-cgt-arm_${TI_CGT_ARM_VERSION}/. \ - ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} -} - -FILES_${PN} += "\ - ${CCSV6_INSTALL_DIR_RECIPE} \ - ${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} \ -" - -INHIBIT_PACKAGE_STRIP = "1" -INHIBIT_SYSROOT_STRIP = "1" -INHIBIT_PACKAGE_DEBUG_SPLIT = "1" -INSANE_SKIP_${PN} = "arch libdir ldflags staticdev textrel dev-so" - -EXCLUDE_FROM_SHLIBS = "1" diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc index e7d3e82f..a7ea9a74 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc @@ -46,7 +46,6 @@ export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" export OSAL_INSTALL_DIR_RECIPE = "${installdir}/ti-osal-tree" export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm" -export CCSV6_INSTALL_DIR_RECIPE = "${installdir}/ccsv6" export GCC_ARM_NONE_TOOLCHAIN_RECIPE = "${installdir}/gcc-arm-none-eabi" export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru" export DSPLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplib-c66x-tree" @@ -93,7 +92,6 @@ export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" export OSAL_INSTALL_DIR = "${STAGING_DIR_TARGET}${OSAL_INSTALL_DIR_RECIPE}" export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" -export CCSV6_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CCSV6_INSTALL_DIR_RECIPE}" export GCC_ARM_NONE_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}" export TI_CGT_PRU_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_DIR_RECIPE}" export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}" -- cgit v1.2.3-54-g00ecf