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.
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user