16 lines
421 B
HTML
16 lines
421 B
HTML
# Copyright 2017-2022 NXP
|
|
|
|
DEPENDS = "zlib openssl"
|
|
|
|
SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH} \
|
|
file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
|
|
"
|
|
IMX_MKIMAGE_SRC ?= "git://github.com/nxp-imx/imx-mkimage.git;protocol=https"
|
|
SRCBRANCH = "lf-5.15.71_2.2.0"
|
|
SRCREV = "3bfcfccb71ddf894be9c402732ccb229fe72099e"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
BOOT_TOOLS = "imx-boot-tools"
|
|
SYSROOT_DIRS += "/boot"
|