From: Thomas Petazzoni Date: Sat, 24 Mar 2018 14:24:35 +0000 (+0100) Subject: configs/qemu_aarch64_virt: needs host-openssl for the Linux kernel build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45d7087414bba3058c9905ec84d2aec2dfdfe228;p=buildroot.git configs/qemu_aarch64_virt: needs host-openssl for the Linux kernel build Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/59015465 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/configs/qemu_aarch64_virt_defconfig b/configs/qemu_aarch64_virt_defconfig index 3bafd90e5a..076773302d 100644 --- a/configs/qemu_aarch64_virt_defconfig +++ b/configs/qemu_aarch64_virt_defconfig @@ -19,3 +19,4 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15.2" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/aarch64-virt/linux-4.15.config" +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y