[Buildroot] [git commit branch/2025.02.x] configs/ci20: U-Boot needs host-openssl

Thomas Perale thomas.perale at mind.be
Fri Sep 5 15:15:11 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=352e838ed9123981c350df2eb3a7c4dbe7beccbf
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x

Very likely since the bump of U-Boot from 2020.07 to 2024.01 in commit
dedb7dc6d6543d5ce16ac73f927e0a33806075e1, U-Boot needs host-openssl,
so let's add the necessary dependency.

With this change ci20_defconfig builds again:

  https://gitlab.com/tpetazzoni/buildroot/-/jobs/11054480107

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/11012273114

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit 2c6a292b93855f40544e10b4b364455dfcd68fd9)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
 configs/ci20_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/ci20_defconfig b/configs/ci20_defconfig
index 4a66e1ac33..bb4863cb1d 100644
--- a/configs/ci20_defconfig
+++ b/configs/ci20_defconfig
@@ -18,6 +18,7 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="ci20_mmc"
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_PACKAGE_HOST_GENIMAGE=y


More information about the buildroot mailing list