- 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)
31 lines
1.2 KiB
BlitzBasic
31 lines
1.2 KiB
BlitzBasic
SUMMARY = "The firmware of Cortex(R)-M33 for Arm(R) Ethos(TM)-U NPU"
|
|
DESCRIPTION = "The firmware of Cortex(R)-M33 for Arm(R) Ethos(TM)-U NPU"
|
|
LICENSE = "Apache-2.0 & GPL-2.0-only & BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://LICENSE.txt;md5=e3fc50a88d0a364313df4b21ef20c29e \
|
|
file://LICENSE-GPL-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://LICENSE-BSD-3.txt;md5=0858ec9c7a80c4a2cf16e4f825a2cc91 \
|
|
"
|
|
|
|
SRC_URI = "${ETHOS_U_FIRMWARE_SRC};branch=${SRCBRANCH}"
|
|
ETHOS_U_FIRMWARE_SRC ?= "git://github.com/nxp-imx/ethos-u-firmware.git;protocol=https"
|
|
SRCBRANCH = "lf-6.6.23_2.0.0"
|
|
SRCREV = "bd12be9d5e61a12641fe284d323ff964c9c7a080"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
ETHOS_U_FIRMWARE = "ethosu_firmware"
|
|
ETHOS_U_FIRMWARE:imx93-9x9-lpddr4-qsb = "ethosu_firmware_9x9"
|
|
ETHOS_U_FIRMWARE:imx93-11x11-lpddr4x-evk = "ethosu_firmware_11x11"
|
|
ETHOS_U_FIRMWARE:imx93-14x14-lpddr4x-evk = "ethosu_firmware_14x14"
|
|
|
|
do_install () {
|
|
install -d ${D}${nonarch_base_libdir}/firmware
|
|
install -m 0644 ${S}/${ETHOS_U_FIRMWARE} ${D}${nonarch_base_libdir}/firmware/ethosu_firmware
|
|
}
|
|
|
|
FILES:${PN} = "${nonarch_base_libdir}/firmware/*"
|
|
INSANE_SKIP:${PN} = "arch"
|
|
|
|
COMPATIBLE_MACHINE = "(mx93-nxp-bsp)"
|