- 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)
22 lines
692 B
PHP
22 lines
692 B
PHP
DESCRIPTION = "TI Framework Components"
|
|
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc"
|
|
SECTION = "devel"
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
require recipes-ti/includes/ti-paths.inc
|
|
|
|
S = "${WORKDIR}/framework_components_${PV}"
|
|
|
|
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/fc/${PV}/exports/framework_components_${PV},lite.tar.gz;name=fctarball"
|
|
|
|
do_install() {
|
|
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
|
|
install -d ${D}${FC_INSTALL_DIR_RECIPE}
|
|
cp ${CP_ARGS} ${S}/* ${D}${FC_INSTALL_DIR_RECIPE}
|
|
}
|
|
|
|
INSANE_SKIP:${PN} = "ldflags"
|
|
|
|
ALLOW_EMPTY:${PN} = "1"
|
|
FILES:${PN}-dev += "${FC_INSTALL_DIR_RECIPE}"
|