Files
tqma6-yocto-mirror/sources/meta-freescale/recipes-bsp/firmware-upower/firmware-upower_1.3.1.bb
Siggi (OpenClaw Agent) 16accb6b24 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)
2026-03-01 21:14:11 +00:00

31 lines
807 B
BlitzBasic

# Copyright 2021-2022 NXP
DESCRIPTION = "NXP i.MX uPower firmware"
LICENSE = "Proprietary"
SECTION = "BSP"
LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true"
S = "${WORKDIR}/${PN}-${PV}"
inherit fsl-eula-unpack pkgconfig deploy
SRC_URI[sha256sum] = "1df3a03d69feb38a450ee63abc7713d78cf6339988476e4c9f95ebbf63790f66"
do_configure[noexec] = "1"
do_compile[noexec] = "1"
do_install[noexec] = "1"
BOOT_TOOLS = "imx-boot-tools"
do_deploy () {
# Deploy the related firmware to be package by imx-boot
install -d ${DEPLOYDIR}/${BOOT_TOOLS}
install -m 0644 ${S}/${UPOWER_FIRMWARE_NAME} ${DEPLOYDIR}/${BOOT_TOOLS}/upower.bin
}
addtask deploy after do_install before do_build
COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp)"