Message ID | 20250715080819.622-18-wangmy@fujitsu.com |
---|---|
State | New |
Headers | show |
Series | [01/19] debugedit: upgrade 5.1 -> 5.2 | expand |
This patch looks identical to https://lists.openembedded.org/g/openembedded-core/message/220004 - however there are some build failures (see same thread) On 7/15/25 10:08, wangmy via lists.openembedded.org wrote: > 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.04.bb => u-boot-tools_2025.07.bb} | 0 > .../recipes-bsp/u-boot/{u-boot_2025.04.bb => u-boot_2025.07.bb} | 0 > 3 files changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-bsp/u-boot/{u-boot-tools_2025.04.bb => u-boot-tools_2025.07.bb} (100%) > rename meta/recipes-bsp/u-boot/{u-boot_2025.04.bb => u-boot_2025.07.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 8600d4bab6..2734b318d7 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 = "34820924edbc4ec7803eb89d9852f4b870fa760a" > +SRCREV = "e37de002fac3895e8d0b60ae2015e17bb33e2b5b" > > 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.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2025.07.bb > similarity index 100% > rename from meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb > rename to meta/recipes-bsp/u-boot/u-boot-tools_2025.07.bb > diff --git a/meta/recipes-bsp/u-boot/u-boot_2025.04.bb b/meta/recipes-bsp/u-boot/u-boot_2025.07.bb > similarity index 100% > rename from meta/recipes-bsp/u-boot/u-boot_2025.04.bb > rename to meta/recipes-bsp/u-boot/u-boot_2025.07.bb >
On Tue Jul 15, 2025 at 11:08 AM CEST, Gyorgy Sarvari via lists.openembedded.org wrote: > This patch looks identical to > https://lists.openembedded.org/g/openembedded-core/message/220004 - > however there are some build failures (see same thread) > Yes, I confirm build issues are still present: https://autobuilder.yoctoproject.org/valkyrie/#/builders/2/builds/2048
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 8600d4bab6..2734b318d7 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 = "34820924edbc4ec7803eb89d9852f4b870fa760a" +SRCREV = "e37de002fac3895e8d0b60ae2015e17bb33e2b5b" 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.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2025.07.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot-tools_2025.04.bb rename to meta/recipes-bsp/u-boot/u-boot-tools_2025.07.bb diff --git a/meta/recipes-bsp/u-boot/u-boot_2025.04.bb b/meta/recipes-bsp/u-boot/u-boot_2025.07.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot_2025.04.bb rename to meta/recipes-bsp/u-boot/u-boot_2025.07.bb