summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:12:58 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:30 -0600
commitec16ad9d811dec881223fd405a4f5f2399fb8e34 (patch)
tree4abb5531e58423e6366225ca425eff64c98db70d
parentcd64b0e06490cdc5de63178fb6145d561c85186f (diff)
downloadmeta-ti-ec16ad9d811dec881223fd405a4f5f2399fb8e34.tar.gz
hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS)
Due to DaVinci family of platforms being deprecated. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-ti/hdvpss/ti-hdvpss.inc20
-rw-r--r--recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb7
-rw-r--r--recipes-ti/includes/ti-paths.inc2
3 files changed, 0 insertions, 29 deletions
diff --git a/recipes-ti/hdvpss/ti-hdvpss.inc b/recipes-ti/hdvpss/ti-hdvpss.inc
deleted file mode 100644
index 3c99b792..00000000
--- a/recipes-ti/hdvpss/ti-hdvpss.inc
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "TI HDVPSS"
2SECTION = "devel"
3LICENSE = "TI"
4
5require ../includes/ti-paths.inc
6require ../includes/ti-staging.inc
7
8S = "${WORKDIR}/REL.HDVPSS_${PV}"
9
10SRC_URI = "http://install.source.dir.local/REL.HDVPSS.${PV}.zip"
11
12do_compile() {
13 :
14}
15
16do_install() {
17 install -d ${D}${HDVPSS_INSTALL_DIR_RECIPE}
18 cp -pPrf ${S}/* ${D}${HDVPSS_INSTALL_DIR_RECIPE}
19}
20
diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb b/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
deleted file mode 100644
index 0428b149..00000000
--- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1require ti-hdvpss.inc
2
3SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8"
4SRC_URI[sha256sum] = "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e"
5
6COMPATIBLE_HOST ?= "null"
7COMPATIBLE_HOST:ti-soc = "(.*)"
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index 71180353..a2d6b26e 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -27,7 +27,6 @@ export FC3_INSTALL_DIR_RECIPE = "${installdir}/ti-framework-components3-t
27export FC_INSTALL_DIR_RECIPE = "${installdir}/ti-framework-components-tree" 27export FC_INSTALL_DIR_RECIPE = "${installdir}/ti-framework-components-tree"
28export GFX_SDK_INSTALL_DIR_RECIPE = "${installdir}/ti-gfx-sdk-tree" 28export GFX_SDK_INSTALL_DIR_RECIPE = "${installdir}/ti-gfx-sdk-tree"
29export HDVICP20_INSTALL_DIR_RECIPE = "${installdir}/ti-hdvicp20-tree" 29export HDVICP20_INSTALL_DIR_RECIPE = "${installdir}/ti-hdvicp20-tree"
30export HDVPSS_INSTALL_DIR_RECIPE = "${installdir}/ti-hdvpss-tree"
31export IMGLIB_C64P_INSTALL_DIR_RECIPE= "${installdir}/ti-imglib-tree" 30export IMGLIB_C64P_INSTALL_DIR_RECIPE= "${installdir}/ti-imglib-tree"
32export IPC_INSTALL_DIR_RECIPE = "${installdir}/ti-ipc-tree" 31export IPC_INSTALL_DIR_RECIPE = "${installdir}/ti-ipc-tree"
33export LINK_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplink-tree" 32export LINK_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplink-tree"
@@ -82,7 +81,6 @@ export FASTMATHLIB_C674P_INSTALL_DIR = "${STAGING_DIR_TARGET}${FASTMATHLIB_C674P
82export FC3_INSTALL_DIR = "${STAGING_DIR_TARGET}${FC3_INSTALL_DIR_RECIPE}" 81export FC3_INSTALL_DIR = "${STAGING_DIR_TARGET}${FC3_INSTALL_DIR_RECIPE}"
83export FC_INSTALL_DIR = "${STAGING_DIR_TARGET}${FC_INSTALL_DIR_RECIPE}" 82export FC_INSTALL_DIR = "${STAGING_DIR_TARGET}${FC_INSTALL_DIR_RECIPE}"
84export HDVICP20_INSTALL_DIR = "${STAGING_DIR_TARGET}${HDVICP20_INSTALL_DIR_RECIPE}" 83export HDVICP20_INSTALL_DIR = "${STAGING_DIR_TARGET}${HDVICP20_INSTALL_DIR_RECIPE}"
85export HDVPSS_INSTALL_DIR = "${STAGING_DIR_TARGET}${HDVPSS_INSTALL_DIR_RECIPE}"
86export IMGLIB_C64P_INSTALL_DIR= "${STAGING_DIR_TARGET}${IMGLIB_C64P_INSTALL_DIR_RECIPE}" 84export IMGLIB_C64P_INSTALL_DIR= "${STAGING_DIR_TARGET}${IMGLIB_C64P_INSTALL_DIR_RECIPE}"
87export IPC_INSTALL_DIR = "${STAGING_DIR_TARGET}${IPC_INSTALL_DIR_RECIPE}" 85export IPC_INSTALL_DIR = "${STAGING_DIR_TARGET}${IPC_INSTALL_DIR_RECIPE}"
88export LINK_INSTALL_DIR = "${STAGING_DIR_TARGET}${LINK_INSTALL_DIR_RECIPE}" 86export LINK_INSTALL_DIR = "${STAGING_DIR_TARGET}${LINK_INSTALL_DIR_RECIPE}"