diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:51 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:39 -0600 |
| commit | 37ef6ae6fe518e78a6b44b8633d4c38cc7792c3e (patch) | |
| tree | 0cb0ca43d699f542e4421b3ce34607823774f841 /meta-ti-extras/recipes-ti/vlib | |
| parent | c3007665063fac4140a6dddd3d76378ec5ae5c19 (diff) | |
| download | meta-ti-37ef6ae6fe518e78a6b44b8633d4c38cc7792c3e.tar.gz | |
meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras
Legacy platforms AM3/4/5/J6 build components for multimedia acceleration and
other DSP showcasing using SYS/BIOS, XDC, XDAIS, CodeGen Tools and different
DSP libraries. Move all of them to meta-ti-extras.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras/recipes-ti/vlib')
| -rw-r--r-- | meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc | 32 | ||||
| -rw-r--r-- | meta-ti-extras/recipes-ti/vlib/vlib-c66x_3.2.1.0.bb | 9 |
2 files changed, 41 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc b/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc new file mode 100644 index 00000000..460964b3 --- /dev/null +++ b/meta-ti-extras/recipes-ti/vlib/vlib-c66x.inc | |||
| @@ -0,0 +1,32 @@ | |||
| 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" | ||
| 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 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
| 22 | install -d ${D}${VLIB_C66_INSTALL_DIR_RECIPE} | ||
| 23 | cp ${CP_ARGS} ${S}/* ${D}${VLIB_C66_INSTALL_DIR_RECIPE} | ||
| 24 | } | ||
| 25 | |||
| 26 | ALLOW_EMPTY:${PN} = "1" | ||
| 27 | FILES:${PN}-dev += "${VLIB_C66_INSTALL_DIR_RECIPE}" | ||
| 28 | |||
| 29 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 30 | INHIBIT_SYSROOT_STRIP = "1" | ||
| 31 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 32 | INSANE_SKIP:${PN}-dev = "installed-vs-shipped arch" | ||
diff --git a/meta-ti-extras/recipes-ti/vlib/vlib-c66x_3.2.1.0.bb b/meta-ti-extras/recipes-ti/vlib/vlib-c66x_3.2.1.0.bb new file mode 100644 index 00000000..e3742d10 --- /dev/null +++ b/meta-ti-extras/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" | ||
