diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-10-01 12:48:36 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 12:48:36 -0300 |
commit | 9f432c61e9ec030ef35d2db467c5ad99222aa31b (patch) | |
tree | 3ba021d8db05828759cb8ad969cd145dae1c1650 | |
parent | 3f0f8a3ca8b9a957425b6e647dd212cd8986cd5a (diff) | |
parent | 8aeaa4fbcb845279d704b9d7d4b675efd0a1bf41 (diff) | |
download | meta-freescale-9f432c61e9ec030ef35d2db467c5ad99222aa31b.tar.gz |
Merge pull request #1961 from Freescale/backport-1958-to-scarthgap
[Backport scarthgap] u-boot-imx: Update to lf-6.6.36-2.1.0
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc index 5d49a830..0c3f8504 100644 --- a/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc +++ b/recipes-bsp/u-boot/u-boot-imx-common_2024.04.inc | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a | |||
5 | 5 | ||
6 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" | 6 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" |
7 | SRCBRANCH = "lf_v2024.04" | 7 | SRCBRANCH = "lf_v2024.04" |
8 | LOCALVERSION ?= "-imx_v2024.04_6.6.23-2.0.0" | 8 | LOCALVERSION ?= "-imx_v2024.04_6.6.36-2.1.0" |
9 | SRCREV = "674440bc73e1dd483b84269cccfad89ab40af424" | 9 | SRCREV = "de16f4f17221b2ff72b8cb18c28cd8a29f3c2710" |
10 | 10 | ||
11 | DEPENDS += " \ | 11 | DEPENDS += " \ |
12 | bc-native \ | 12 | bc-native \ |