summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/imx-mkimage/imx-mkimage_git.inc')
-rw-r--r--recipes-bsp/imx-mkimage/imx-mkimage_git.inc11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
index 165ba64e..6db6a883 100644
--- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
+++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc
@@ -1,16 +1,13 @@
1# Copyright 2017-2021 NXP 1# Copyright 2017-2022 NXP
2 2
3DEPENDS = "zlib-native openssl-native" 3DEPENDS = "zlib-native openssl-native"
4 4
5SRCBRANCH = "lf-5.15.5_1.0.0"
6SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ 5SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \
7 file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \
8 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ 6 file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \
9 file://0001-Add-support-for-overriding-BL32-and-BL33-not-only-BL.patch \
10 file://0001-Add-LDFLAGS-to-link-step.patch \
11 file://0001-Add-support-for-overriding-BL31-BL32-and-BL33.patch \
12" 7"
13SRCREV = "22346a32a88aa752d4bad8f2ed1eb641e18849dc" 8SRCBRANCH = "lf-5.15.32_2.0.0"
9SRCREV = "a8bb8edb45492ac70b33734122a57aa8e38a20bd"
10
14S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
15 12
16BOOT_TOOLS = "imx-boot-tools" 13BOOT_TOOLS = "imx-boot-tools"