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:
28
sources/meta-freescale/recipes-bsp/ls2-phy/ls2-phy_git.bb
Normal file
28
sources/meta-freescale/recipes-bsp/ls2-phy/ls2-phy_git.bb
Normal file
@@ -0,0 +1,28 @@
|
||||
SUMMARY = "Firmwares and Standalone Applications"
|
||||
LICENSE = "NXP-Binary-EULA"
|
||||
LIC_FILES_CHKSUM = "file://EULA.txt;md5=86d76166990962fa552f840ff08e5798"
|
||||
|
||||
inherit deploy
|
||||
|
||||
SRC_URI = "git://github.com/nxp/qoriq-firmware-cortina.git;nobranch=1;protocol=https"
|
||||
SRCREV = "9143c2a3adede595966583c00ca4edc99ec698cf"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}/boot
|
||||
cp -fr ${S}/* ${D}/boot
|
||||
}
|
||||
|
||||
do_deploy () {
|
||||
install -d ${DEPLOYDIR}/ls2-phy
|
||||
cp -fr ${S}/* ${DEPLOYDIR}/ls2-phy
|
||||
}
|
||||
addtask deploy before do_build after do_install
|
||||
|
||||
PACKAGES += "${PN}-image"
|
||||
FILES:${PN}-image += "/boot"
|
||||
|
||||
COMPATIBLE_MACHINE = "(qoriq)"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
Reference in New Issue
Block a user