diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-06-11 20:44:56 -0400 |
commit | 88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch) | |
tree | e1ad8651aa7663850f6dc1108b278f56a2b92a91 /extras/recipes-ti/hdvpss | |
parent | a1e2573369c6714956af561523ba274aa9c185f7 (diff) | |
download | meta-ti-split.tar.gz |
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring
extra non-standard dependencies besides oe-core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'extras/recipes-ti/hdvpss')
-rw-r--r-- | extras/recipes-ti/hdvpss/ti-hdvpss.inc | 20 | ||||
-rw-r--r-- | extras/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | 6 |
2 files changed, 26 insertions, 0 deletions
diff --git a/extras/recipes-ti/hdvpss/ti-hdvpss.inc b/extras/recipes-ti/hdvpss/ti-hdvpss.inc new file mode 100644 index 00000000..3c99b792 --- /dev/null +++ b/extras/recipes-ti/hdvpss/ti-hdvpss.inc | |||
@@ -0,0 +1,20 @@ | |||
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/extras/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb b/extras/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb new file mode 100644 index 00000000..e3b1c56f --- /dev/null +++ b/extras/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require ti-hdvpss.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "6db908bef3b933dc8cea666564d5d4d8" | ||
4 | SRC_URI[sha256sum] = "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12ec576802122c9e91e" | ||
5 | |||
6 | |||