[meta-ti] Mrinmayee Hingolikar : abefw: firmware for OMAP4 and OMAP5 ABE

Arago Project git git at arago-project.org
Thu Nov 21 20:29:46 PST 2013


Module: meta-ti
Branch: master
Commit: 46e020df8eb4e9d025cf344ccc5ffa774be2f6c1
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=46e020df8eb4e9d025cf344ccc5ffa774be2f6c1

Author: Mrinmayee Hingolikar <mrinmayee at ti.com>
Date:   Mon Oct 21 18:47:23 2013 +0530

abefw: firmware for OMAP4 and OMAP5 ABE

  The OMAP5 Audio Backend requires a 'firmware' to enable
  sound. This recipe installs a prebuilt firmware. This
  part is a hack, as in the current form, the firmware
  cannot be cross-compiled. There is a plan to fix this
  and hopefully, this recipe is short-lived. Once the code
  is fixed, we should have new recipes that build the firmware
  and clean up this recipe.

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/abefw/abefw_1.0.14.bb |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/abefw/abefw_1.0.14.bb b/recipes-bsp/abefw/abefw_1.0.14.bb
new file mode 100644
index 0000000..302bdcd
--- /dev/null
+++ b/recipes-bsp/abefw/abefw_1.0.14.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Firmware for OMAP4 and OMAP5 ABE"
+HOMEPAGE = "http://git.ti.com"
+LICENSE = "BSD | GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=923db086ed9463ab3215b24d87e05ec5"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+COMPATIBLE_MACHINE = "pandaboard|omap5-evm"
+
+SRC_URI = "git://git.ti.com/glsdk/abefw-omap4plus.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+SRCREV = "ceccc0332264e39bdc51e54f80ea7256a3886c58"
+
+PR = "r0"
+
+do_install() {
+        mkdir -p ${D}/lib/firmware
+        cp ${S}/firmware/omap4_abe_new ${D}/lib/firmware/
+}
+
+FILES_${PN} += "/lib/firmware/omap4_abe_new"



More information about the meta-ti mailing list