Skip to content

Instantly share code, notes, and snippets.

Created September 9, 2016 09:27
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/d278a1dd13090896b7f2017f980a133f to your computer and use it in GitHub Desktop.
Save anonymous/d278a1dd13090896b7f2017f980a133f to your computer and use it in GitHub Desktop.
wilink8-bt
DESCRIPTION = "TI Wilink 8 Bluetooth Firmware"
HOMEPAGE = "http://www.ti.com"
# FIXME: Not BSD!
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENCE;md5=1c9961176d6529283e0d0c983be41b45"
SRC_URI = "git://git.ti.com/wilink8-bt/ti-bt-firmware.git"
SRCREV = "R8.5"
S = "${WORKDIR}/git"
# There is a Makefile, but we don't want the build system to use it
# so we override the build tasks with empty tasks
do_configure () {
}
do_compile () {
}
do_install () {
install -d ${D}/lib/firmware/ti-connectivity
install -m 0755 TIInit_11.8.32.bts ${D}/lib/firmware/ti-connectivity/
}
PV = "R8.5+git${SRCPV}"
PR = "r1"
FILES_${PN} += "/lib/firmware/ti-connectivity/wl18"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment