All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2] abefw: Firmware for OMAP5 ABE
@ 2013-07-12  6:43 Hingolikar, Mrinmayee
  2013-07-12 13:11 ` Cooper Jr., Franklin
  2013-07-19  6:01 ` Hingolikar, Mrinmayee
  0 siblings, 2 replies; 14+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-07-12  6:43 UTC (permalink / raw)
  To: meta-arago@arago-project.org


* 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.

v2:
* Merged contents from abefw.inc and removed abefw.inc based
  on review.

Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
Signed-off-by: Siddharth Heroor <heroor@ti.com>
---
 recipes-bsp/abefw/abefw_1.0.14.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)  create mode 100644 recipes-bsp/abefw/abefw_1.0.14.bb

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..8db71e4
--- /dev/null
+++ b/recipes-bsp/abefw/abefw_1.0.14.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Firmware for OMAP5 ABE"
+HOMEPAGE = "http://git.ti.com"
+LICENSE = "BSD/GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=923db086ed9463ab3215b24d87e05ec5"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_MACHINE = "omap5-evm"
+
+SRC_URI = "git://git.ti.com/glsdk/abefw-omap4plus.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+SRCREV = "ceccc0332264e39bdc51e54f80ea7256a3886c58"
+
+do_install() {
+        mkdir -p ${D}/lib/firmware
+        cp ${S}/firmware/omap4_abe_new ${D}/lib/firmware/ }
+
+FILES_${PN} += "/lib/firmware/omap4_abe_new"
--
1.7.0.4



^ permalink raw reply related	[flat|nested] 14+ messages in thread
[parent not found: <1372849303-21311-1-git-send-email-mrinmayee@ti.com>]

end of thread, other threads:[~2013-10-18 10:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12  6:43 [PATCHv2] abefw: Firmware for OMAP5 ABE Hingolikar, Mrinmayee
2013-07-12 13:11 ` Cooper Jr., Franklin
2013-07-22  4:13   ` Siddharth Heroor
2013-07-22 12:12     ` Cooper Jr., Franklin
2013-07-22 12:15       ` Maupin, Chase
2013-07-22 16:24       ` Denys Dmytriyenko
2013-07-19  6:01 ` Hingolikar, Mrinmayee
2013-07-19 11:54   ` Maupin, Chase
     [not found] <1372849303-21311-1-git-send-email-mrinmayee@ti.com>
2013-08-21 11:48 ` Hingolikar, Mrinmayee
2013-08-21 12:52   ` Cooper Jr., Franklin
2013-08-21 15:31   ` Maupin, Chase
2013-08-21 15:49     ` Denys Dmytriyenko
2013-09-03 17:42       ` Denys Dmytriyenko
2013-10-18 10:29         ` Mrinmayee Hingolikar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.