- 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)
23 lines
546 B
BlitzBasic
23 lines
546 B
BlitzBasic
SUMMARY = "Firmware files for use with TI cc33xx"
|
|
LICENSE = "TI-TSPA"
|
|
LIC_FILES_CHKSUM = "file://LICENCE;md5=df68504cbd0a4da1643ebcfd5783dbc9"
|
|
|
|
SRCREV = "988ded3a7d4d0e46de62e9ebfcb685c502bd9edf"
|
|
SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-fw.git;protocol=https;branch=master"
|
|
|
|
PV = "1.7.0.120"
|
|
|
|
CLEANBROKEN = "1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_compile[no_exec] = "1"
|
|
|
|
EXTRA_OEMAKE = "DEST_DIR=${D} BASE_LIB_DIR=${nonarch_base_libdir}"
|
|
|
|
do_install() {
|
|
oe_runmake install
|
|
}
|
|
|
|
FILES:${PN} = "${nonarch_base_libdir}/firmware/ti-connectivity/*"
|