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
parent
7f4d8d4e49
commit
4c947bde8a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue