Skip to content

Commit cb6147c

Browse files
author
Christophe Priouzeau
committed
U-BOOT: v2023.10-stm32mp-r1.2
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
1 parent 25b9533 commit cb6147c

File tree

2 files changed

+614
-466
lines changed

2 files changed

+614
-466
lines changed

recipes-bsp/u-boot/u-boot-stm32mp-common_2023.10.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/u-boot/u-boot.git;protocol=https;branch=master"
1616
SRCREV = "4459ed60cb1e0562bc5b40405e2b4b9bbf766d57"
1717

1818
SRC_URI += "\
19-
file://0001-v2023.10-stm32mp-r1.patch \
19+
file://0001-v2023.10-stm32mp-r1.2.patch \
2020
file://0099-Add-external-var-to-allow-build-of-new-devicetree-fi.patch \
2121
"
2222

@@ -32,7 +32,7 @@ SRC_URI += "${@bb.utils.contains('MACHINE_FEATURES', 'efi', 'file://fragment-03-
3232

3333
U_BOOT_VERSION = "v2023.10"
3434
U_BOOT_SUBVERSION = "stm32mp"
35-
U_BOOT_RELEASE = "r1"
35+
U_BOOT_RELEASE = "r1.2"
3636

3737
PV = "${U_BOOT_VERSION}-${U_BOOT_SUBVERSION}-${U_BOOT_RELEASE}"
3838

@@ -49,7 +49,7 @@ S = "${WORKDIR}/git"
4949
BBCLASSEXTEND = "devupstream:target"
5050

5151
SRC_URI:class-devupstream = "git://github.com/STMicroelectronics/u-boot.git;protocol=https;branch=${ARCHIVER_ST_BRANCH}"
52-
SRCREV:class-devupstream = "96c47fdebde887c954f5aced90ac9e32b7787091"
52+
SRCREV:class-devupstream = "40469ba48e30e280371a057ce63f7dcb505095b7"
5353

5454
# ---------------------------------
5555
# Configure default preference to manage dynamic selection between tarball and github

0 commit comments

Comments
 (0)