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:
25
sources/meta-ti/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc
Normal file
25
sources/meta-ti/meta-ti-extras/recipes-ti/xdais/ti-xdais.inc
Normal file
@@ -0,0 +1,25 @@
|
||||
DESCRIPTION = "TI eXpress DSP Algorithm Interface Standard (XDAIS) specification"
|
||||
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
SECTION = "devel"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
require ../includes/ti-staging.inc
|
||||
|
||||
S = "${WORKDIR}/xdais_${PV}"
|
||||
|
||||
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais/${PV}/exports/xdais_${PV}.tar.gz;name=xdaistarball"
|
||||
|
||||
do_install() {
|
||||
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
|
||||
install -d ${D}${XDAIS_INSTALL_DIR_RECIPE}
|
||||
cp ${CP_ARGS} ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_SYSROOT_STRIP = "1"
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
INSANE_SKIP:${PN}-dev = "arch"
|
||||
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
FILES:${PN}-dev += "${XDAIS_INSTALL_DIR_RECIPE}"
|
||||
@@ -0,0 +1,9 @@
|
||||
require ti-xdais.inc
|
||||
|
||||
PV = "6_26_01_03"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://xdais_6_26_01_03_manifest.html;md5=a5a675d49db2f658bb98746ec80cda4e"
|
||||
|
||||
SRC_URI[xdaistarball.md5sum] = "9b2bea3408254e737ec0d819a031adf6"
|
||||
SRC_URI[xdaistarball.sha256sum] = "d7bcbd8bcfe6fdfc5f402e4b125ced6c806dc30bc5296e98d5d43b0b5a237a0d"
|
||||
@@ -0,0 +1,9 @@
|
||||
require ti-xdais.inc
|
||||
|
||||
PV = "7_24_00_04"
|
||||
PR = "r1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://xdais_7_24_00_04_Manifest.html;md5=fd16442230745f0877cfe1c622669fd6"
|
||||
|
||||
SRC_URI[xdaistarball.md5sum] = "f7514085b531f2ae49b37b30194e4989"
|
||||
SRC_URI[xdaistarball.sha256sum] = "79fd30377ab4c497292aeefb0565f81703d9020d1242b02ca9968c561e0de9a1"
|
||||
Reference in New Issue
Block a user