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.
master
Dustin 2025-08-18 19:23:39 -05:00
parent 7f4d8d4e49
commit 4c947bde8a
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ config AIMEEOS_RPI
bool "Aimee OS Raspberry Pi support" bool "Aimee OS Raspberry Pi support"
depends on AIMEEOS depends on AIMEEOS
select BR2_TARGET_UBOOT select BR2_TARGET_UBOOT
select BR2_TARGET_UBOOT_NEEDS_OPENSSL
select BR2_TARGET_UBOOT_NEEDS_GNUTLS
select BR2_TARGET_GRUB2_ARM_EFI select BR2_TARGET_GRUB2_ARM_EFI
select BR2_PACKAGE_HOST_DOSFSTOOLS select BR2_PACKAGE_HOST_DOSFSTOOLS
select BR2_PACKAGE_HOST_GENIMAGE select BR2_PACKAGE_HOST_GENIMAGE