diff options
author | Fabio Estevam <festevam@denx.de> | 2025-04-08 08:03:33 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-10 11:05:34 +0100 |
commit | 916205dac9c2261fd5c4d76ac73f139fbfd03bdd (patch) | |
tree | 12240bb2ff808c3dbc0393ed567eae101f954e88 | |
parent | ed88b3f81908cf0ae7223fe197db6d89f1512f63 (diff) | |
download | poky-916205dac9c2261fd5c4d76ac73f139fbfd03bdd.tar.gz |
u-boot: upgrade 2025.01 -> 2025.04
Upgrade to U-Boot 2025.04.
While at it, pass the tag parameter in SRC_URI.
(From OE-Core rev: 4a1671159ec05e9b013a7fd31f65d50302e657e0)
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 4 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb (renamed from meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot_2025.04.bb (renamed from meta/recipes-bsp/u-boot/u-boot_2025.01.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index fc860248ed..fd1eab5cdd 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc | |||
@@ -12,9 +12,9 @@ PE = "1" | |||
12 | 12 | ||
13 | # We use the revision in order to avoid having to fetch it from the | 13 | # We use the revision in order to avoid having to fetch it from the |
14 | # repo during parse | 14 | # repo during parse |
15 | SRCREV = "6d41f0a39d6423c8e57e92ebbe9f8c0333a63f72" | 15 | SRCREV = "34820924edbc4ec7803eb89d9852f4b870fa760a" |
16 | 16 | ||
17 | SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" | 17 | SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master;tag=v${PV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | B = "${WORKDIR}/build" | 20 | B = "${WORKDIR}/build" |
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb index 7eaf721ca8..7eaf721ca8 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2025.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb | |||
diff --git a/meta/recipes-bsp/u-boot/u-boot_2025.01.bb b/meta/recipes-bsp/u-boot/u-boot_2025.04.bb index db8b2d58b4..db8b2d58b4 100644 --- a/meta/recipes-bsp/u-boot/u-boot_2025.01.bb +++ b/meta/recipes-bsp/u-boot/u-boot_2025.04.bb | |||