Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "The calibrator utility for TI wireless solution based on cc33xx driver"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d5fc448a36efe573623542dcb989afc4"
|
||||
|
||||
SRCREV = "89d7e55b40972cbfc84f0734c35a7a6b4f7f5b31"
|
||||
SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-utils.git;branch=master;protocol=https"
|
||||
|
||||
PV = "1.0.0.50"
|
||||
|
||||
DEPENDS = "libnl"
|
||||
|
||||
S = "${WORKDIR}/git/cc33calibrator"
|
||||
|
||||
export CROSS_COMPILE = "${TARGET_PREFIX}"
|
||||
|
||||
EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3/ -DCONFIG_LIBNL32 " \
|
||||
LDFLAGS="${LDFLAGS} -L${STAGING_LIBDIR}" \
|
||||
CC="${CC}" \
|
||||
NLVER=3"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 cc33calibrator ${D}${bindir}/
|
||||
}
|
||||
Reference in New Issue
Block a user