- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
30 lines
716 B
BlitzBasic
30 lines
716 B
BlitzBasic
DESCRIPTION = "Firmware files for use with TI wl18xx"
|
|
LICENSE = "TI-TSPA"
|
|
LIC_FILES_CHKSUM = "file://LICENCE;md5=4977a0fe767ee17765ae63c435a32a9e"
|
|
|
|
SRC_URI = " \
|
|
git://git.ti.com/git/wilink8-wlan/wl18xx_fw.git;protocol=https;branch=${BRANCH} \
|
|
file://0001-Add-Makefile-to-install-firmware-files.patch \
|
|
"
|
|
|
|
SRCREV = "5ec05007f2662f460f881c5868311fd3ab7e6e71"
|
|
BRANCH = "master"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
CLEANBROKEN = "1"
|
|
|
|
do_compile() {
|
|
:
|
|
}
|
|
|
|
do_install() {
|
|
if ${@bb.utils.contains('DISTRO_FEATURES','usrmerge','true','false',d)}; then
|
|
oe_runmake 'DEST_DIR=${D}/usr' install
|
|
else
|
|
oe_runmake 'DEST_DIR=${D}' install
|
|
fi
|
|
}
|
|
|
|
FILES:${PN} = "${nonarch_base_libdir}/firmware/ti-connectivity/*"
|