diff options
author | Gou, Hongmei <h-gou@ti.com> | 2016-02-25 03:09:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-24 19:57:40 -0500 |
commit | db838e9feec3937437bb54ff2c1ba94267424d58 (patch) | |
tree | b645e3ef64cf89c18d8190cd6c29787ba112e59f /recipes-ti/vlib | |
parent | 25d35314b968ac899caf2c4577472b8e38fd585a (diff) | |
download | meta-ti-db838e9feec3937437bb54ff2c1ba94267424d58.tar.gz |
vlib-c66x: add version 3.2.1.0
Signed-off-by: Hongmei Gou <h-gou@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/vlib')
-rw-r--r-- | recipes-ti/vlib/vlib-c66x.inc | 28 | ||||
-rw-r--r-- | recipes-ti/vlib/vlib-c66x_3.2.1.0.bb | 9 |
2 files changed, 37 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 @@ | |||
1 | DESCRIPTION = "TI Vision Library (VLIB) for C66x" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/libs/vlib/latest/index_FDS.html" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "TI-TSPA & BSD-3-Clause" | ||
5 | |||
6 | require ../includes/ti-paths.inc | ||
7 | require ../includes/ti-staging.inc | ||
8 | require ../includes/ti-eula-unpack.inc | ||
9 | |||
10 | COMPATIBLE_MACHINE = "omap-a15|keystone" | ||
11 | |||
12 | SRC_URI = "http://software-dl.ti.com/libs/vlib/${PV}//exports/vlib_c66x_obj_${PV}_Linux.bin;name=vlibbin" | ||
13 | |||
14 | S = "${WORKDIR}/vlib_c66x_${PV}" | ||
15 | |||
16 | BINFILE="vlib_c66x_obj_${PV}_Linux.bin" | ||
17 | TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}" | ||
18 | TI_BIN_UNPK_CMDS="" | ||
19 | |||
20 | do_install() { | ||
21 | install -d ${D}${VLIB_C66_INSTALL_DIR_RECIPE} | ||
22 | cp -pPrf ${S}/* ${D}${VLIB_C66_INSTALL_DIR_RECIPE} | ||
23 | } | ||
24 | |||
25 | ALLOW_EMPTY_${PN} = "1" | ||
26 | FILES_${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}" | ||
27 | |||
28 | INSANE_SKIP_${PN}-dev = "installed-vs-shipped arch" | ||
diff --git a/recipes-ti/vlib/vlib-c66x_3.2.1.0.bb b/recipes-ti/vlib/vlib-c66x_3.2.1.0.bb new file mode 100644 index 00000000..e3742d10 --- /dev/null +++ b/recipes-ti/vlib/vlib-c66x_3.2.1.0.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require vlib-c66x.inc | ||
2 | |||
3 | PV = "3_2_1_0" | ||
4 | PR = "r0" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://docs/VLIB_Software_Manifest.html;md5=75151b04457c8a1ae3c2172ada0eedda" | ||
7 | |||
8 | SRC_URI[vlibbin.md5sum] = "e292fa3f74be60b9110e0ebcc6840fe7" | ||
9 | SRC_URI[vlibbin.sha256sum] = "05bf16473d60e0252d3a73a7c3d268e540783a226b4bda930e5f6042e7b01bd8" | ||