diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-10-24 10:40:31 -0500 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-10-24 17:32:44 +0000 |
commit | 20170e974581223b5c7ce8fe4ab171e1f19d69d5 (patch) | |
tree | bfdba74de46f3fa1dd0ad788118d2bcbedb0983a /recipes-bsp/u-boot | |
parent | 8ed6aef2fd3fcf511563816be6bb43056902094a (diff) | |
download | meta-freescale-20170e974581223b5c7ce8fe4ab171e1f19d69d5.tar.gz |
u-boot-imx: Update to 5.15.52-2.1.0 release
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit f851708484206263aecee032288d27c948745ce8)
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc index 7db57bf0..2925c2b8 100644 --- a/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc +++ b/recipes-bsp/u-boot/u-boot-imx-common_2022.04.inc | |||
@@ -3,10 +3,10 @@ DESCRIPTION = "i.MX U-Boot suppporting i.MX reference boards." | |||
3 | LICENSE = "GPL-2.0-or-later" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/nxp-imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" | ||
6 | SRCBRANCH = "lf_v2022.04" | 7 | SRCBRANCH = "lf_v2022.04" |
7 | SRC_URI = "git://source.codeaurora.org/external/imx/uboot-imx.git;protocol=https;branch=${SRCBRANCH}" | 8 | LOCALVERSION ?= "-imx_v2022.04_5.15.52-2.1.0" |
8 | SRCREV = "1c881f4da83cc05bee50f352fa183263d7e2622b" | 9 | SRCREV = "16e8414193985cf7a171f7b79e12ff30700157ba" |
9 | LOCALVERSION ?= "-imx_v2022.04_5.15.32-2.0.0" | ||
10 | 10 | ||
11 | DEPENDS += " \ | 11 | DEPENDS += " \ |
12 | bc-native \ | 12 | bc-native \ |