Skip to content

Instantly share code, notes, and snippets.

Created September 9, 2016 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/187c3d5df05754738bdc6a22fe67ab13 to your computer and use it in GitHub Desktop.
Save anonymous/187c3d5df05754738bdc6a22fe67ab13 to your computer and use it in GitHub Desktop.
wl18xx firmware
DESCRIPTION = "TI Wilink 8 firmware"
HOMEPAGE = "http://www.ti.com"
LICENSE = "BSD"
# Firmware-wl18xx
LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e"
SRC_URI = "git://git.ti.com/wilink8-wlan/wl18xx_fw.git"
# Revision: 8.9.0.0.70
SRCREV = "fe3909e93d15a4b17e43699dde2bba0e9a3c0abc"
S = "${WORKDIR}/git"
do_install () {
install -d ${D}/lib/firmware/ti-connectivity
install -m 0755 wl18xx-fw-4.bin ${D}/lib/firmware/ti-connectivity/
}
PV = "8.9.0.0.70+git${SRCPV}"
PR = "r1"
NO_GENERIC_LICENSE[Firmware-wl18xx] = "LICENCE.wl18xx"
FILES_${PN} += "/lib/firmware/ti-connectivity/wl18xx-fw-4.bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment