diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index e52fd722..1288d877 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |||
@@ -1,13 +1,12 @@ | |||
1 | # Copyright 2017-2020 NXP | 1 | # Copyright 2017-2021 NXP |
2 | 2 | ||
3 | DEPENDS = "zlib-native openssl-native" | 3 | DEPENDS = "zlib-native openssl-native" |
4 | 4 | ||
5 | SRCBRANCH = "imx_5.4.70_2.3.0" | 5 | SRCBRANCH = "lf-5.10.y_2.0.0" |
6 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ | 6 | SRC_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 \ | 7 | file://0001-mkimage_fit_atf-fix-fit-generator-node-naming.patch \ |
8 | " | 8 | " |
9 | 9 | SRCREV = "5138add7602a50d1730a54d0b67219f0ce0666b4" | |
10 | SRCREV = "8947fea369ab3932259630232cfb9f87b8f9dda1" | ||
11 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
12 | 11 | ||
13 | BOOT_TOOLS = "imx-boot-tools" | 12 | BOOT_TOOLS = "imx-boot-tools" |