mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
bt-fw: add version 8.7.1 (R8.7_SP1)
Previous versions were provided by meta-arago-extras, moving to meta-ti now. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
24
recipes-bsp/bt-fw/bt-fw_git.bb
Normal file
24
recipes-bsp/bt-fw/bt-fw_git.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION = "Firmware files for Bluetooth"
|
||||
LICENSE = "TI-TSPA"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f39eac9f4573be5b012e8313831e72a9"
|
||||
|
||||
PV = "8.7.1+git${SRCPV}"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
SRCREV = "0ee619b598d023fffc77679f099bc2a4815510e4"
|
||||
BRANCH = "master"
|
||||
SRC_URI = "git://git.ti.com/ti-bt/service-packs.git;branch=${BRANCH}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_compile() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${base_libdir}/firmware/ti-connectivity
|
||||
oe_runmake "DEST_DIR=${D}" "BASE_LIB_DIR=${base_libdir}" install
|
||||
}
|
||||
|
||||
FILES_${PN} += "${base_libdir}/firmware/ti-connectivity/*"
|
||||
Reference in New Issue
Block a user