From 4c947bde8a1580bd71de5963f7b20abe94439701 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 18 Aug 2025 19:23:39 -0500 Subject: [PATCH] config: rpi: Enable host OpenSSL/GnuTLS for uboot The default U-Boot configuration tries to build tools that depend on OpenSSL _and_ GnuTLS. We need to enable the corresponding buildroot configuration options, or the build system will try to use the system-wide headers and libraries. --- Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Config.in b/Config.in index d6622ff..e97535e 100644 --- a/Config.in +++ b/Config.in @@ -22,6 +22,8 @@ config AIMEEOS_RPI bool "Aimee OS Raspberry Pi support" depends on AIMEEOS select BR2_TARGET_UBOOT + select BR2_TARGET_UBOOT_NEEDS_OPENSSL + select BR2_TARGET_UBOOT_NEEDS_GNUTLS select BR2_TARGET_GRUB2_ARM_EFI select BR2_PACKAGE_HOST_DOSFSTOOLS select BR2_PACKAGE_HOST_GENIMAGE