From 001edc2fa1789e7e03a92295c76b754ba279a0a5 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Aug 25 2025 13:52:46 +0000 Subject: Skip p3450-0000 on Fedora 41 / EPEL 10 due to build failure The build fails due to to exceeding a size limit: | u-boot-nodtb.bin exceeds file size limit: | limit: 0xb8000 bytes | actual: 0xb8560 bytes | excess: 0x560 bytes --- diff --git a/uboot-tools.spec b/uboot-tools.spec index 9351ab1..272e017 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -6,7 +6,7 @@ Name: uboot-tools Version: 2025.07 -Release: 103%{?candidate:.%{candidate}}%{?dist} +Release: 104%{?candidate:.%{candidate}}%{?dist} Epoch: 1 Summary: U-Boot utilities # Automatically converted from old format: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ - review is highly recommended. @@ -233,6 +233,13 @@ do fi # End ATF + # skip tegra p3450-0000 on f41 and epel 10 due to build failures + %if (0%{?fedora} && 0%{?fedora} == 41) || (0%{?epel} && 0%{?epel} == 10) + if [[ " p3450-0000 " == *" $board "* ]]; then + continue + fi + %endif + make $(echo $board)_defconfig O=builds/$(echo $board)/ BL31=builds/$(echo $board)/atf-bl31 %make_build HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE="" O=builds/$(echo $board)/ @@ -334,6 +341,9 @@ install -p -m 0755 builds/tools/env/fw_printenv %{buildroot}%{_bindir} %endif %changelog +* Mon Aug 25 2025 Janne Grunau - 1:2025.07-104 +- Skip p3450-0000 on Fedora 41 / EPEL 10 due to build failure + * Sun Aug 24 2025 Davide Cavalca - 1:2025.07-103 - Restore patch to build without openssl engine