[oe-commits] Koen Kooi : dmai 1.16: add WIP recipe for CE DMAI driver

GIT User account git at amethyst.openembedded.net
Tue Jan 6 08:37:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b16036af1bfae4153ea7f54ab1ffd77b9016c6fc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b16036af1bfae4153ea7f54ab1ffd77b9016c6fc

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jan  5 13:04:04 2009 +0100

dmai 1.16: add WIP recipe for CE DMAI driver
* currently supports davinci, omap will be added later

---

 packages/dsplink/dmai_1.16.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/packages/dsplink/dmai_1.16.bb b/packages/dsplink/dmai_1.16.bb
new file mode 100644
index 0000000..2a23645
--- /dev/null
+++ b/packages/dsplink/dmai_1.16.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "DMA interface for codec-engine"
+DEPENDS = "virtual/kernel codec-engine"
+LICENCE = "unknown"
+
+require ti-paths.inc
+
+# https://www-a.ti.com/downloads/sds_support/applications_packages/dmai/dmai_1_16_00_03/dmai_setuplinux_1_16_00_03.bin
+# Install the above link and put the dmai_1_16_00_03.tar.gz file in the same directory as this recipe
+SRC_URI = "file://dmai_1_16_00_03.tar.gz \
+          "
+
+S = "${WORKDIR}/dmai_1_16_00_03"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+do_compile () {
+	:
+}
+
+do_install () {
+	:
+}
+
+do_stage () {
+	:
+}
+





More information about the Openembedded-commits mailing list