summaryrefslogtreecommitdiff
path: root/recipes/dvsdk/ti-cgt6x-sdk_6.0.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dvsdk/ti-cgt6x-sdk_6.0.21.bb')
-rw-r--r--recipes/dvsdk/ti-cgt6x-sdk_6.0.21.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/dvsdk/ti-cgt6x-sdk_6.0.21.bb b/recipes/dvsdk/ti-cgt6x-sdk_6.0.21.bb
deleted file mode 100644
index f0ad126ac4..0000000000
--- a/recipes/dvsdk/ti-cgt6x-sdk_6.0.21.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-require ti-cgt6x.inc
-inherit sdk
-
-SRC_URI = "http://install.source.dir.com/ti_cgt_c6000_6.0.21_setup_linux_x86.bin"
-
-S = "${WORKDIR}/cgt"
-
-# Yes, the xdc stuff still breaks with a '.' in PWD
-PV = "6021"
-PR = "r3"
-
-do_install() {
- install -d ${D}/${prefix}/dvsdk/cg6x_6_0_21
- cp -pPrf ${S}/* ${D}/${prefix}/dvsdk/cg6x_6_0_21
-
- # Creates rules.make file
- mkdir -p ${STAGING_DIR_HOST}/ti-sdk-rules
- echo "# Where the TI C6x codegen tool is installed." > ${STAGING_DIR_HOST}/ti-sdk-rules/cgt6x.Rules.make
- echo "CODEGEN_INSTALL_DIR=${prefix}/dvsdk/cg6x_6_0_21" >> ${STAGING_DIR_HOST}/ti-sdk-rules/cgt6x.Rules.make
- echo "" >> ${STAGING_DIR_HOST}/ti-sdk-rules/cgt6x.Rules.make
-}
-
-INHIBIT_PACKAGE_STRIP = "1"
-FILES_${PN} = "${prefix}/dvsdk/cg6x_6_0_21"
-INSANE_SKIP_${PN} = True
-