configs/aarch64_efi: Linux needs host-openssl to build
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 8 Dec 2018 15:01:30 +0000 (16:01 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Dec 2018 19:52:25 +0000 (20:52 +0100)
The Linux kernel builds fails with:

scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory
 #include <openssl/bio.h>

Because it needs host-openssl.

Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/aarch64_efi_defconfig

index e4e20b09baafd4a83d0f5dddbdd217bbb28beed3..ecc050fc5e0704459087d48914bbbc141ab786c6 100644 (file)
@@ -31,3 +31,4 @@ BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.18.10"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y