17 lines
477 B
HTML
17 lines
477 B
HTML
# Copyright 2017-2023 NXP
|
|
|
|
# Keep the depends "not-native" so they get properly transformed
|
|
# for native/nativesdk packages
|
|
DEPENDS = "zlib openssl"
|
|
|
|
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"
|