- 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)
15 lines
394 B
PHP
15 lines
394 B
PHP
# Copyright 2017-2023 NXP
|
|
|
|
DEPENDS = "zlib-native openssl-native"
|
|
|
|
SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \
|
|
file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
|
|
"
|
|
SRCBRANCH = "lf-6.6.52_2.2.1"
|
|
SRCREV = "81fca6434be0610f3f9216a762aadc4dc3e8d8db"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
BOOT_TOOLS = "imx-boot-tools"
|
|
SYSROOT_DIRS += "/boot"
|