summaryrefslogtreecommitdiffstats
path: root/recipes-ti/edma3lld
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-23 16:41:01 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-23 16:41:01 +0200
commit149195825c8511514081ae47d8c702a6bcd0e248 (patch)
tree4ec8d96a8402c873064c8fffd42c258c050f8622 /recipes-ti/edma3lld
parentaa4f5f6617ec0b767553c385fe037ec111b8e526 (diff)
downloadmeta-ti-149195825c8511514081ae47d8c702a6bcd0e248.tar.gz
ti-edma3lld: add 01.11.01.04 from OE .dev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/edma3lld')
-rw-r--r--recipes-ti/edma3lld/ti-edma3lld.inc22
-rw-r--r--recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb9
2 files changed, 31 insertions, 0 deletions
diff --git a/recipes-ti/edma3lld/ti-edma3lld.inc b/recipes-ti/edma3lld/ti-edma3lld.inc
new file mode 100644
index 00000000..d4e8557e
--- /dev/null
+++ b/recipes-ti/edma3lld/ti-edma3lld.inc
@@ -0,0 +1,22 @@
1DESCRIPTION = "TI EDMA3 Low Level Driver (LLD)"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/${SRC_URI_edma3lldsite}/edma3_lld"
3SECTION = "devel"
4LICENSE = "TI"
5LIC_FILES_CHKSUM = "file://packages/ti/sdo/edma3/drv/edma3_drv.h;md5=c1aa300aaf369a0a03e7922c1b0bbf8e"
6
7require ../includes/ti-paths.inc
8require ../includes/ti-staging.inc
9require ../includes/ti-eula-unpack.inc
10
11S = "${WORKDIR}/edma3_lld_${PV}"
12
13SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/${SRC_URI_edma3lldsite}/edma3_lld/edma3-lld-bios5/${PV}/exports/EDMA3_LLD_setuplinux_${PV}.bin;name=edma3lldbin"
14
15BINFILE="EDMA3_LLD_setuplinux_${PV}.bin"
16TI_BIN_UNPK_CMDS="Y:workdir"
17
18do_install() {
19 install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
20 cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
21}
22
diff --git a/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb b/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb
new file mode 100644
index 00000000..9b03e9b3
--- /dev/null
+++ b/recipes-ti/edma3lld/ti-edma3lld_01.11.01.04.bb
@@ -0,0 +1,9 @@
1require ti-edma3lld.inc
2
3PV = "01_11_01_04"
4
5SRC_URI_edma3lldsite = "sdo_tii/psp"
6
7SRC_URI[edma3lldbin.md5sum] = "b3c41cb946e2e4b94348fc6bcbe30b16"
8SRC_URI[edma3lldbin.sha256sum] = "617db3eadff33a88e3d42818c204f379906da3b312bc120092408043e7e2aaeb"
9