summaryrefslogtreecommitdiffstats
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.inc28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-ti/vlib/vlib-c66x.inc b/recipes-ti/vlib/vlib-c66x.inc
new file mode 100644
index 00000000..2e573470
--- /dev/null
+++ b/recipes-ti/vlib/vlib-c66x.inc
@@ -0,0 +1,28 @@
1DESCRIPTION = "TI Vision Library (VLIB) for C66x"
2HOMEPAGE = "http://software-dl.ti.com/libs/vlib/latest/index_FDS.html"
3SECTION = "devel"
4LICENSE = "TI-TSPA & BSD-3-Clause"
5
6require ../includes/ti-paths.inc
7require ../includes/ti-staging.inc
8require ../includes/ti-eula-unpack.inc
9
10COMPATIBLE_MACHINE = "omap-a15|keystone"
11
12SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin"
13
14S = "${WORKDIR}/vlib_c66x_${PV}"
15
16BINFILE="vlib_c66x_obj_${PV}_Linux.bin"
17TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}"
18TI_BIN_UNPK_CMDS=""
19
20do_install() {
21 install -d ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
22 cp -pPrf ${S}/* ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
23}
24
25ALLOW_EMPTY_${PN} = "1"
26FILES_${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}"
27
28INSANE_SKIP_${PN}-dev = "installed-vs-shipped arch"