From fb0a46901c6f0146dc0dae41e8bee8300043cd2c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 8 Dec 2018 16:01:30 +0100 Subject: [PATCH] configs/aarch64_efi: Linux needs host-openssl to build The Linux kernel builds fails with: scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory #include Because it needs host-openssl. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/131216892 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- configs/aarch64_efi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/aarch64_efi_defconfig b/configs/aarch64_efi_defconfig index e4e20b09ba..ecc050fc5e 100644 --- a/configs/aarch64_efi_defconfig +++ b/configs/aarch64_efi_defconfig @@ -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