summaryrefslogtreecommitdiffstats
path: root/extras/recipes-ti/hdvpss/ti-hdvpss.inc
diff options
context:
space:
mode:
Diffstat (limited to 'extras/recipes-ti/hdvpss/ti-hdvpss.inc')
-rw-r--r--extras/recipes-ti/hdvpss/ti-hdvpss.inc20
1 files changed, 20 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 @@
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