public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Wang Mingyu < wangmy@fujitsu.com>
To: openembedded-core@lists.openembedded.org
Cc: Wang Mingyu <wangmy@fujitsu.com>
Subject: [OE-core] [PATCH 18/18] u-boot: upgrade 2025.10 -> 2026.01
Date: Tue, 13 Jan 2026 18:25:08 +0800	[thread overview]
Message-ID: <20260113102509.728-18-wangmy@fujitsu.com> (raw)
In-Reply-To: <20260113102509.728-1-wangmy@fujitsu.com>

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
 .../u-boot/{u-boot-tools_2025.10.bb => u-boot-tools_2026.01.bb} | 0
 .../recipes-bsp/u-boot/{u-boot_2025.10.bb => u-boot_2026.01.bb} | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2025.10.bb => u-boot-tools_2026.01.bb} (100%)
 rename meta/recipes-bsp/u-boot/{u-boot_2025.10.bb => u-boot_2026.01.bb} (100%)

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 93ff0ca6ca..79ddde3f5c 100644
--- a/meta/recipes-bsp/u-boot/u-boot-common.inc
+++ b/meta/recipes-bsp/u-boot/u-boot-common.inc
@@ -12,7 +12,7 @@ PE = "1"
 
 # We use the revision in order to avoid having to fetch it from the
 # repo during parse
-SRCREV = "e50b1e8715011def8aff1588081a2649a2c6cd47"
+SRCREV = "127a42c7257a6ffbbd1575ed1cbaa8f5408a44b3"
 
 SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master;tag=v${PV}"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2025.10.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2026.01.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2025.10.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2026.01.bb
diff --git a/meta/recipes-bsp/u-boot/u-boot_2025.10.bb b/meta/recipes-bsp/u-boot/u-boot_2026.01.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2025.10.bb
rename to meta/recipes-bsp/u-boot/u-boot_2026.01.bb
-- 
2.43.0



      parent reply	other threads:[~2026-01-13 10:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-13 10:24 [OE-core] [PATCH 01/18] alsa-lib: upgrade 1.2.15.1 -> 1.2.15.2 Wang Mingyu
2026-01-13 10:24 ` [OE-core] [PATCH 02/18] alsa-ucm-conf: " Wang Mingyu
2026-01-13 10:24 ` [OE-core] [PATCH 03/18] alsa-utils: " Wang Mingyu
2026-01-13 10:24 ` [OE-core] [PATCH 04/18] curl: upgrade 8.17.0 -> 8.18.0 Wang Mingyu
2026-01-13 10:24 ` [OE-core] [PATCH 05/18] hwdata: upgrade 0.402 -> 0.403 Wang Mingyu
2026-01-13 10:24 ` [OE-core] [PATCH 06/18] ifupdown: upgrade 0.8.44 -> 0.8.45 Wang Mingyu
2026-01-13 10:24 ` [OE-core] [PATCH 07/18] libarchive: upgrade 3.8.4 -> 3.8.5 Wang Mingyu
2026-01-13 10:24 ` [OE-core] [PATCH 08/18] libnotify: upgrade 0.8.7 -> 0.8.8 Wang Mingyu
2026-01-13 10:24 ` [OE-core] [PATCH 09/18] libtasn1: upgrade 4.20.0 -> 4.21.0 Wang Mingyu
2026-01-13 10:25 ` [OE-core] [PATCH 10/18] python3-build: upgrade 1.3.0 -> 1.4.0 Wang Mingyu
2026-01-13 10:25 ` [OE-core] [PATCH 11/18] python3-jsonschema: upgrade 4.25.1 -> 4.26.0 Wang Mingyu
2026-01-13 10:25 ` [OE-core] [PATCH 12/18] python3-pathspec: upgrade 0.12.1 -> 1.0.3 Wang Mingyu
2026-01-13 10:25 ` [OE-core] [PATCH 13/18] python3-pdm: upgrade 2.26.2 -> 2.26.4 Wang Mingyu
2026-01-13 10:25 ` [OE-core] [PATCH 14/18] python3-urllib3: upgrade 2.6.2 -> 2.6.3 Wang Mingyu
2026-01-13 10:25 ` [OE-core] [PATCH 15/18] python3-websockets: upgrade 15.0.1 -> 16.0 Wang Mingyu
2026-01-13 10:25 ` [OE-core] [PATCH 16/18] repo: upgrade 2.60.1 -> 2.61 Wang Mingyu
2026-01-13 10:25 ` [OE-core] [PATCH 17/18] seatd: upgrade 0.9.1 -> 0.9.2 Wang Mingyu
2026-01-13 10:25 ` Wang Mingyu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260113102509.728-18-wangmy@fujitsu.com \
    --to=wangmy@fujitsu.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox