diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:12:58 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:30 -0600 |
commit | ec16ad9d811dec881223fd405a4f5f2399fb8e34 (patch) | |
tree | 4abb5531e58423e6366225ca425eff64c98db70d | |
parent | cd64b0e06490cdc5de63178fb6145d561c85186f (diff) | |
download | meta-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.inc | 20 | ||||
-rw-r--r-- | recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | 7 | ||||
-rw-r--r-- | recipes-ti/includes/ti-paths.inc | 2 |
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 @@ | |||
1 | DESCRIPTION = "TI HDVPSS" | ||
2 | SECTION = "devel" | ||
3 | LICENSE = "TI" | ||
4 | |||
5 | require ../includes/ti-paths.inc | ||
6 | require ../includes/ti-staging.inc | ||
7 | |||
8 | S = "${WORKDIR}/REL.HDVPSS_${PV}" | ||
9 | |||
10 | SRC_URI = "http://install.source.dir.local/REL.HDVPSS.${PV}.zip" | ||
11 | |||
12 | do_compile() { | ||
13 | : | ||
14 | } | ||
15 | |||
16 | do_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 @@ | |||
1 | require ti-hdvpss.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8" | ||
4 | SRC_URI[sha256sum] = "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e" | ||
5 | |||
6 | COMPATIBLE_HOST ?= "null" | ||
7 | COMPATIBLE_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 | |||
27 | export FC_INSTALL_DIR_RECIPE = "${installdir}/ti-framework-components-tree" | 27 | export FC_INSTALL_DIR_RECIPE = "${installdir}/ti-framework-components-tree" |
28 | export GFX_SDK_INSTALL_DIR_RECIPE = "${installdir}/ti-gfx-sdk-tree" | 28 | export GFX_SDK_INSTALL_DIR_RECIPE = "${installdir}/ti-gfx-sdk-tree" |
29 | export HDVICP20_INSTALL_DIR_RECIPE = "${installdir}/ti-hdvicp20-tree" | 29 | export HDVICP20_INSTALL_DIR_RECIPE = "${installdir}/ti-hdvicp20-tree" |
30 | export HDVPSS_INSTALL_DIR_RECIPE = "${installdir}/ti-hdvpss-tree" | ||
31 | export IMGLIB_C64P_INSTALL_DIR_RECIPE= "${installdir}/ti-imglib-tree" | 30 | export IMGLIB_C64P_INSTALL_DIR_RECIPE= "${installdir}/ti-imglib-tree" |
32 | export IPC_INSTALL_DIR_RECIPE = "${installdir}/ti-ipc-tree" | 31 | export IPC_INSTALL_DIR_RECIPE = "${installdir}/ti-ipc-tree" |
33 | export LINK_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplink-tree" | 32 | export LINK_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplink-tree" |
@@ -82,7 +81,6 @@ export FASTMATHLIB_C674P_INSTALL_DIR = "${STAGING_DIR_TARGET}${FASTMATHLIB_C674P | |||
82 | export FC3_INSTALL_DIR = "${STAGING_DIR_TARGET}${FC3_INSTALL_DIR_RECIPE}" | 81 | export FC3_INSTALL_DIR = "${STAGING_DIR_TARGET}${FC3_INSTALL_DIR_RECIPE}" |
83 | export FC_INSTALL_DIR = "${STAGING_DIR_TARGET}${FC_INSTALL_DIR_RECIPE}" | 82 | export FC_INSTALL_DIR = "${STAGING_DIR_TARGET}${FC_INSTALL_DIR_RECIPE}" |
84 | export HDVICP20_INSTALL_DIR = "${STAGING_DIR_TARGET}${HDVICP20_INSTALL_DIR_RECIPE}" | 83 | export HDVICP20_INSTALL_DIR = "${STAGING_DIR_TARGET}${HDVICP20_INSTALL_DIR_RECIPE}" |
85 | export HDVPSS_INSTALL_DIR = "${STAGING_DIR_TARGET}${HDVPSS_INSTALL_DIR_RECIPE}" | ||
86 | export IMGLIB_C64P_INSTALL_DIR= "${STAGING_DIR_TARGET}${IMGLIB_C64P_INSTALL_DIR_RECIPE}" | 84 | export IMGLIB_C64P_INSTALL_DIR= "${STAGING_DIR_TARGET}${IMGLIB_C64P_INSTALL_DIR_RECIPE}" |
87 | export IPC_INSTALL_DIR = "${STAGING_DIR_TARGET}${IPC_INSTALL_DIR_RECIPE}" | 85 | export IPC_INSTALL_DIR = "${STAGING_DIR_TARGET}${IPC_INSTALL_DIR_RECIPE}" |
88 | export LINK_INSTALL_DIR = "${STAGING_DIR_TARGET}${LINK_INSTALL_DIR_RECIPE}" | 86 | export LINK_INSTALL_DIR = "${STAGING_DIR_TARGET}${LINK_INSTALL_DIR_RECIPE}" |