summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb')
-rw-r--r--recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb b/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb
new file mode 100644
index 00000000..ec360fef
--- /dev/null
+++ b/recipes-bsp/wl18xx-fw/wl18xx-fw_8.7.1.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "Firmware files for use with TI wl18xx"
2LICENSE = "TI-TSPA"
3LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e"
4
5SRC_URI = " \
6 git://git.ti.com/wilink8-wlan/wl18xx_fw.git;protocol=git;branch=${BRANCH} \
7 file://0001-Add-Makefile-to-install-firmware-files.patch \
8"
9
10# Tag: R8.7-SP1 (8.7.1)
11SRCREV = "fe3909e93d15a4b17e43699dde2bba0e9a3c0abc"
12BRANCH = "master"
13
14S = "${WORKDIR}/git"
15
16CLEANBROKEN = "1"
17
18do_compile() {
19 :
20}
21
22do_install() {
23 oe_runmake 'DEST_DIR=${D}' install
24}
25
26FILES_${PN} = "/lib/firmware/ti-connectivity/*"