diff mbox series

[AUH] u-boot-tools,u-boot: upgrading to 2024.10,2024.10 FAILED

Message ID 01010192901b0371-284b1cb4-52f7-451c-806a-9e474e608d04-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] u-boot-tools,u-boot: upgrading to 2024.10,2024.10 FAILED | expand

Commit Message

auh@yoctoproject.org Oct. 15, 2024, 12:15 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *u-boot-tools,u-boot* to *2024.10,2024.10* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-u-boot-tools-u-boot-upgrade-2024.07-2024.10-2024.07-.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 501363533cf48e5d3f47f2bc6fc9974129ef29a0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 15 Oct 2024 05:17:43 +0000
Subject: [PATCH] u-boot-tools,u-boot: upgrade 2024.07 -> 2024.10,2024.07 ->
 2024.10

---
 meta/recipes-bsp/u-boot/u-boot-common.inc                       | 2 +-
 .../u-boot/{u-boot-tools_2024.07.bb => u-boot-tools_2024.10.bb} | 1 +
 .../recipes-bsp/u-boot/{u-boot_2024.07.bb => u-boot_2024.10.bb} | 0
 3 files changed, 2 insertions(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2024.07.bb => u-boot-tools_2024.10.bb} (98%)
 rename meta/recipes-bsp/u-boot/{u-boot_2024.07.bb => u-boot_2024.10.bb} (100%)
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 1b5382a6ad..113f215cf6 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 = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c"
+SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"
 
 SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
 
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2024.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb
similarity index 98%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2024.07.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb
index 7eaf721ca8..ef386f76e6 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools_2024.07.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2024.10.bb
@@ -1,2 +1,3 @@ 
 require u-boot-common.inc
 require u-boot-tools.inc
+
diff --git a/meta/recipes-bsp/u-boot/u-boot_2024.07.bb b/meta/recipes-bsp/u-boot/u-boot_2024.10.bb
similarity index 100%
rename from meta/recipes-bsp/u-boot/u-boot_2024.07.bb
rename to meta/recipes-bsp/u-boot/u-boot_2024.10.bb