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 @@
|
||||
DESCRIPTION = "TI ARM Code Generation Tools"
|
||||
HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm"
|
||||
SECTION = "devel"
|
||||
LICENSE = "TI"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62f46f1125a152a2e213b414db7ac600"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
require ../includes/ti-staging.inc
|
||||
require ../includes/ti-eula-unpack.inc
|
||||
|
||||
S = "${WORKDIR}/cgt470_${PV}"
|
||||
|
||||
SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin"
|
||||
|
||||
BINFILE="ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin"
|
||||
TI_BIN_UNPK_CMDS="Y:qY:workdir: : "
|
||||
TI_BIN_UNPK_WDEXT="/cgt470_${PV}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${CODEGEN_ARM_INSTALL_DIR_RECIPE}
|
||||
cp -pPrf ${S}/* ${D}${CODEGEN_ARM_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user