blob: 6db6a883c15e9d8899a7c413c97b0e9bf8eda11e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 2017-2022 NXP
DEPENDS = "zlib-native openssl-native"
SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \
file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
"
SRCBRANCH = "lf-5.15.32_2.0.0"
SRCREV = "a8bb8edb45492ac70b33734122a57aa8e38a20bd"
S = "${WORKDIR}/git"
BOOT_TOOLS = "imx-boot-tools"
SYSROOT_DIRS += "/boot"
|