All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][dunfell PATCH] recipes-bsp: wl-fw: New recipe for WiLink firmwares
@ 2021-02-11 10:50 Nikhil Devshatwar
  2021-02-11 15:23 ` Lokesh Vutla
  0 siblings, 1 reply; 6+ messages in thread
From: Nikhil Devshatwar @ 2021-02-11 10:50 UTC (permalink / raw)
  To: meta-ti, dmurphy; +Cc: lokeshvutla, kishon, nsekhar, nikhil.nd

Add a new recipe which installs the WiLink firmware from the
official ti-linux-firmware repo.

This is required for supporting the Wireless functionaliy on
the am64xx-sk board.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 recipes-bsp/wl-fw/wl-fw_git.bb | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 recipes-bsp/wl-fw/wl-fw_git.bb

diff --git a/recipes-bsp/wl-fw/wl-fw_git.bb b/recipes-bsp/wl-fw/wl-fw_git.bb
new file mode 100644
index 00000000..01d8e58b
--- /dev/null
+++ b/recipes-bsp/wl-fw/wl-fw_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Firmware files for Wilink"
+LICENSE = "TI-TSPA"
+LIC_FILES_CHKSUM = "file://LICENCE.ti-connectivity;md5=c5e02be633f1499c109d1652514d85ec"
+
+PV = "7.3+git${SRCPV}"
+
+SRCREV = "b66ee9ae020c31d7138f0af38518823bb4f5791e"
+BRANCH = "ti-linux-firmware"
+SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;branch=${BRANCH}"
+
+COMPATIBLE_MACHINE = "k3"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+CLEANBROKEN = "1"
+
+S = "${WORKDIR}/git"
+
+do_compile() {
+    :
+}
+
+do_install() {
+    install -d ${D}${base_libdir}/firmware/ti-connectivity
+    install -m 644 ${S}/ti-connectivity/* ${D}${base_libdir}/firmware/ti-connectivity/
+}
+
+FILES_${PN} += "${base_libdir}/firmware/ti-connectivity/*"
-- 
2.17.1


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

end of thread, other threads:[~2021-02-12  4:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-11 10:50 [meta-ti][dunfell PATCH] recipes-bsp: wl-fw: New recipe for WiLink firmwares Nikhil Devshatwar
2021-02-11 15:23 ` Lokesh Vutla
2021-02-11 15:31   ` Lokesh Vutla
2021-02-11 16:11     ` Nikhil Devshatwar
     [not found]     ` <1662BD72176DD822.24722@lists.yoctoproject.org>
2021-02-12  4:59       ` Nikhil Devshatwar
2021-02-11 15:48   ` Dan Murphy

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.