aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-biospsp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/ti-biospsp.inc')
-rw-r--r--recipes/ti/ti-biospsp.inc32
1 files changed, 32 insertions, 0 deletions
diff --git a/recipes/ti/ti-biospsp.inc b/recipes/ti/ti-biospsp.inc
new file mode 100644
index 0000000000..6aac89de62
--- /dev/null
+++ b/recipes/ti/ti-biospsp.inc
@@ -0,0 +1,32 @@
+DESCRIPTION = "TI (DSP/) BIOS Platform Support Package (PSP)"
+HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/psp/BIOSPSP/01_30_01/index_FDS.html"
+SECTION = "devel"
+LICENSE = "TI BSD"
+
+require ti-paths.inc
+require ti-staging.inc
+
+COMPATIBLE_MACHINE = "(da830-omapl137-evm|da850-omapl138-evm)"
+
+PR = "r2"
+
+S = "${WORKDIR}/pspdrivers_${PV}"
+
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/psp/BIOSPSP/${PV}/content/BIOSPSP_${PV}_Setup.exe;name=biospsptarball"
+
+# No real depends right now since we're not building anything - placeholder for now
+DEPENDS = "ti-cgt6x ti-dspbios ti-edma3lld"
+
+do_configure() {
+ echo "Do Nothing for now"
+}
+
+do_compile() {
+ echo "Do Nothing for now"
+}
+
+do_install() {
+ install -d ${D}${BIOSPSP_INSTALL_DIR_RECIPE}
+ cp -pPrf ${S}/* ${D}${BIOSPSP_INSTALL_DIR_RECIPE}
+}
+