All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4] abefw: Firmware for OMAP4 and OMAP5 ABE
@ 2013-10-21 12:59 Mrinmayee Hingolikar
  2013-10-21 14:32 ` Maupin, Chase
  0 siblings, 1 reply; 2+ messages in thread
From: Mrinmayee Hingolikar @ 2013-10-21 12:59 UTC (permalink / raw)
  To: meta-ti

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

 v3:
 * Corrected license to BSD or GPLv2
 * Add pandaboard as COMPATIBLE_MACHINE
 * Add PR

 v4:
 * Added conditional assignment (?=) for SRCREV
---
 recipes-bsp/abefw/abefw_1.0.14.bb |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 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..834e5d8
--- /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"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCHv4] abefw: Firmware for OMAP4 and OMAP5 ABE
  2013-10-21 12:59 [PATCHv4] abefw: Firmware for OMAP4 and OMAP5 ABE Mrinmayee Hingolikar
@ 2013-10-21 14:32 ` Maupin, Chase
  0 siblings, 0 replies; 2+ messages in thread
From: Maupin, Chase @ 2013-10-21 14:32 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee, meta-ti@yoctoproject.org

Acked-by: Chase Maupin <chase.maupin@ti.com>


>-----Original Message-----
>From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
>bounces@yoctoproject.org] On Behalf Of Hingolikar, Mrinmayee
>Sent: Monday, October 21, 2013 7:59 AM
>To: meta-ti@yoctoproject.org
>Subject: [meta-ti] [PATCHv4] 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.
>
> v2:
> * Merged contents from abefw.inc and removed abefw.inc based
>  on review.
>
> v3:
> * Corrected license to BSD or GPLv2
> * Add pandaboard as COMPATIBLE_MACHINE
> * Add PR
>
> v4:
> * Added conditional assignment (?=) for SRCREV
>---
> recipes-bsp/abefw/abefw_1.0.14.bb |   23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
> 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..834e5d8
>--- /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"
>--
>1.7.9.5
>
>_______________________________________________
>meta-ti mailing list
>meta-ti@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-21 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-21 12:59 [PATCHv4] abefw: Firmware for OMAP4 and OMAP5 ABE Mrinmayee Hingolikar
2013-10-21 14:32 ` Maupin, Chase

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.