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,41 @@
|
||||
SUMMARY = "DPAA2 Management Complex Firmware"
|
||||
LICENSE = "NXP-Binary-EULA"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0701845051a61f6012009d7d6d11b32b"
|
||||
|
||||
inherit deploy
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1"
|
||||
SRCREV = "7d82686272f8a60b803818bbc7c5396819ee3b06"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
REGLEX:ls2088a = "ls2088a"
|
||||
REGLEX:ls2080a = "ls2080a"
|
||||
REGLEX:ls1088a = "ls1088a"
|
||||
REGLEX:lx2160a = "lx216xa"
|
||||
REGLEX:lx2162a = "lx216xa"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}/boot
|
||||
install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
|
||||
}
|
||||
|
||||
do_deploy () {
|
||||
install -d ${DEPLOYDIR}/mc_app
|
||||
install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
|
||||
# make a symlink to the latest binary
|
||||
for mc_binary in `find ${DEPLOYDIR}/mc_app -type f -printf "%f\n" |sort`;do
|
||||
ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
|
||||
done
|
||||
}
|
||||
addtask deploy before do_build after do_install
|
||||
|
||||
PACKAGES += "${PN}-image"
|
||||
FILES:${PN}-image += "/boot"
|
||||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
|
||||
COMPATIBLE_MACHINE = "(qoriq-arm64)"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
Reference in New Issue
Block a user