Hello,

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

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-u-boot-tools-upgrade-2023.04-2023.07.02.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 6692ed427106130d6283f7c1c7b86c89a1c730ec Mon Sep 17 00:00:00 2001
From: Upgrade Helper <a...@yoctoproject.org>
Date: Sat, 15 Jul 2023 06:01:51 +0000
Subject: [PATCH] u-boot-tools: upgrade 2023.04 -> 2023.07.02

---
 ...mkimage-Use-PATH_MAX-for-path-length.patch | 40 -------------------
 meta/recipes-bsp/u-boot/u-boot-common.inc     |  2 +-
 ..._2023.04.bb => u-boot-tools_2023.07.02.bb} |  4 +-
 3 files changed, 2 insertions(+), 44 deletions(-)
 delete mode 100644 
meta/recipes-bsp/u-boot/files/0001-mkimage-Use-PATH_MAX-for-path-length.patch
 rename meta/recipes-bsp/u-boot/{u-boot-tools_2023.04.bb => 
u-boot-tools_2023.07.02.bb} (36%)

diff --git 
a/meta/recipes-bsp/u-boot/files/0001-mkimage-Use-PATH_MAX-for-path-length.patch 
b/meta/recipes-bsp/u-boot/files/0001-mkimage-Use-PATH_MAX-for-path-length.patch
deleted file mode 100644
index 5c6708e666..0000000000
--- 
a/meta/recipes-bsp/u-boot/files/0001-mkimage-Use-PATH_MAX-for-path-length.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From dcd3d272975863128e25a4e25453cb6521cddc53 Mon Sep 17 00:00:00 2001
-From: Mingli Yu <mingli...@windriver.com>
-Date: Wed, 14 Jun 2023 16:09:59 +0800
-Subject: [PATCH] mkimage: Use PATH_MAX for path length
-
-Fixed when build xilinx_zynqmp in long directory ( >256):
-  |  
/buildarea1/testtest/wr_build/wr1023test_secureboot/test1-what/test2-what/test3-what/test4-what/test5-what/test6-what/test7-what/test8-what/test9-what/test10-what/test11-what/test12-what/build/tmp-glibc/work/xilinx_zynqmp-wrs-linux/u-boot-xlnx/1_v2023.01-xilinx-v2023.1+gitAUTOINC+40a08d69e7-r0/build/fitImage-linux:
 Image file name (uboot-mkimage) too long, can't create tmpfile.
-  | Error: Bad parameters for FIT image type
-
-Upstream-Status: Backport 
[https://source.denx.de/u-boot/u-boot/-/commit/99d430f344bfdb0641022fd3efa26c29c957df02]
-
-Signed-off-by: Mingli Yu <mingli...@windriver.com>
----
- tools/mkimage.h | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tools/mkimage.h b/tools/mkimage.h
-index f5ca65e2ed..d92a3ff811 100644
---- a/tools/mkimage.h
-+++ b/tools/mkimage.h
-@@ -17,6 +17,7 @@
- #include <sys/stat.h>
- #include <time.h>
- #include <unistd.h>
-+#include <limits.h>
- #include <u-boot/sha1.h>
- #include "fdt_host.h"
- #include "imagetool.h"
-@@ -44,7 +45,7 @@ static inline ulong map_to_sysmem(void *ptr)
- #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) type name[size]
- 
- #define MKIMAGE_TMPFILE_SUFFIX                ".tmp"
--#define MKIMAGE_MAX_TMPFILE_LEN               256
-+#define MKIMAGE_MAX_TMPFILE_LEN               PATH_MAX
- #define MKIMAGE_DEFAULT_DTC_OPTIONS   "-I dts -O dtb -p 500"
- #define MKIMAGE_MAX_DTC_CMDLINE_LEN   2 * MKIMAGE_MAX_TMPFILE_LEN + 35
- 
--- 
-2.25.1
-
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc 
b/meta/recipes-bsp/u-boot/u-boot-common.inc
index 8a2e9aef94..df20bc8159 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 = "fd4ed6b7e83ec3aea9a2ce21baea8ca9676f40dd"
+SRCREV = "83cdab8b2c6ea0fc0860f8444d083353b47f1d5c"
 
 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_2023.04.bb 
b/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb
similarity index 36%
rename from meta/recipes-bsp/u-boot/u-boot-tools_2023.04.bb
rename to meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb
index b77a49af87..3ad1ae096a 100644
--- a/meta/recipes-bsp/u-boot/u-boot-tools_2023.04.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb
@@ -1,6 +1,4 @@
 require u-boot-common.inc
 require u-boot-tools.inc
 
-SRC_URI += " \
-    file://0001-mkimage-Use-PATH_MAX-for-path-length.patch \
-"
+SRC_URI += " 
git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=u-boot-2023.07.y"
-- 
2.39.2

Attachment: 0001-u-boot-tools-upgrade-2023.04-2023.07.02.patch
Description: Binary data

WARNING: Host distribution "almalinux-8.8" has not been validated with this 
version of the build system; you may possibly experience unexpected failures. 
It is recommended that you use a tested distribution.
Loading cache...done.
Loaded 1803 entries from dependency cache.
Parsing recipes...done.
Parsing of 899 .bb files complete (897 cached, 2 parsed). 1803 targets, 37 
skipped, 0 masked, 0 errors.
Removing 1 recipes from the core2-32 sysroot...done.
Removing 1 recipes from the qemux86 sysroot...done.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "2.4.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "i686-poky-linux"
MACHINE              = "qemux86"
DISTRO               = "poky"
DISTRO_VERSION       = "4.2"
TUNE_FEATURES        = "m32 core2"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       = 
"tmp-auh-upgrades:bd4b96d2144e6119cf63635d837ec91e4f54c2bc"
workspace            = "master:e6d4b610fc24ae009bf6d0710fc429a61a38aa34"

Initialising tasks...done.
Sstate summary: Wanted 27 Local 18 Mirrors 0 Missed 9 Current 342 (66% match, 
97% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Running task 1083 of 1272 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb:do_fetch)
NOTE: recipe u-boot-tools-1_2023.07.02-r0: task do_fetch: Started
WARNING: u-boot-tools-1_2023.07.02-r0 do_fetch: Failed to fetch URL 
git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master, attempting 
MIRRORS if available
NOTE: recipe u-boot-tools-1_2023.07.02-r0: task do_fetch: Failed
NOTE: Tasks Summary: Attempted 1255 tasks of which 1254 didn't need to be rerun 
and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds

Summary: 1 task failed:
  
/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb:do_fetch
Summary: There were 2 WARNING messages.
Summary: There were 2 ERROR messages, returning a non-zero exit code.
ERROR: u-boot-tools-1_2023.07.02-r0 do_fetch: Fetcher failure: Unable to find 
revision 83cdab8b2c6ea0fc0860f8444d083353b47f1d5c in branch master even from 
upstream
ERROR: u-boot-tools-1_2023.07.02-r0 do_fetch: Bitbake Fetcher Error: 
FetchError('Unable to fetch URL from any source.', 
'git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master')
ERROR: Logfile of failure stored in: 
/home/pokybuild/yocto-worker/auh/build/build/build/tmp/work/core2-32-poky-linux/u-boot-tools/1_2023.07.02-r0/temp/log.do_fetch.3996304
ERROR: Task 
(/home/pokybuild/yocto-worker/auh/build/build/poky/meta/recipes-bsp/u-boot/u-boot-tools_2023.07.02.bb:do_fetch)
 failed with exit code '1'
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#184313): 
https://lists.openembedded.org/g/openembedded-core/message/184313
Mute This Topic: https://lists.openembedded.org/mt/100167090/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to