aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/vlib/vlib-c66x.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/vlib/vlib-c66x.inc')
-rw-r--r--recipes-ti/vlib/vlib-c66x.inc32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes-ti/vlib/vlib-c66x.inc b/recipes-ti/vlib/vlib-c66x.inc
deleted file mode 100644
index a539e4d7..00000000
--- a/recipes-ti/vlib/vlib-c66x.inc
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "TI Vision Library (VLIB) for C66x"
-HOMEPAGE = "http://software-dl.ti.com/libs/vlib/latest/index_FDS.html"
-SECTION = "devel"
-LICENSE = "TI-TSPA & BSD-3-Clause"
-
-require ../includes/ti-paths.inc
-require ../includes/ti-staging.inc
-require ../includes/ti-eula-unpack.inc
-
-COMPATIBLE_MACHINE = "omap-a15|keystone"
-
-SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin"
-
-S = "${WORKDIR}/vlib_c66x_${PV}"
-
-BINFILE="vlib_c66x_obj_${PV}_Linux.bin"
-TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}"
-TI_BIN_UNPK_CMDS=""
-
-do_install() {
- CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
- install -d ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
- cp ${CP_ARGS} ${S}/* ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
-}
-
-ALLOW_EMPTY_${PN} = "1"
-FILES_${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}"
-
-INHIBIT_PACKAGE_STRIP = "1"
-INHIBIT_SYSROOT_STRIP = "1"
-INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-INSANE_SKIP_${PN}-dev = "installed-vs-shipped arch"