blob: a14d98241d2ecf8ab8afeca4a6bca1b9a5fa9bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 2017-2025 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.12.20_2.0.0"
SRCREV = "4c2e5b25232f5aa003976ddca9d1d2fb9667beb1"
BOOT_TOOLS = "imx-boot-tools"
SYSROOT_DIRS += "/boot"
|