diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-10-27 15:08:13 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-10-27 15:08:13 -0300 |
commit | ec102e3f2f9d95252a94147ca37daa9a52811e8c (patch) | |
tree | 2534ca4b51c430212049b20d3d59bca053e1175c /recipes-bsp | |
parent | ac4e9df365340ae7fd1534446a26a673fef15252 (diff) | |
download | meta-freescale-ec102e3f2f9d95252a94147ca37daa9a52811e8c.tar.gz |
recipes-bsp: imx-mkimage: Upgrade BSP to LF6.6.36_2.1.0
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index 9b03d392..8617ca36 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc | |||
@@ -5,8 +5,8 @@ DEPENDS = "zlib-native openssl-native" | |||
5 | SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ | 5 | SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ |
6 | file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ | 6 | file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ |
7 | " | 7 | " |
8 | SRCBRANCH = "lf-6.6.23_2.0.0" | 8 | SRCBRANCH = "lf-6.6.36_2.1.0" |
9 | SRCREV = "ca5d6b2d3fd9ab15825b97f7ef6f1ce9a8644966" | 9 | SRCREV = "4622115cbc037f79039c4522faeced4aabea986b" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||