From: Peter Korsgaard Date: Thu, 11 Feb 2021 13:23:11 +0000 (+0100) Subject: configs/avenger96_defconfig: linux build needs host-openssl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fabbd387d2e623cfa6bba81b39bfc96933573d2;p=buildroot.git configs/avenger96_defconfig: linux build needs host-openssl Fixes the gitlab build: https://gitlab.com/buildroot.org/buildroot/-/jobs/1019385566/ HOSTCC scripts/extract-cert scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory Signed-off-by: Peter Korsgaard --- diff --git a/configs/avenger96_defconfig b/configs/avenger96_defconfig index 6fea029bf8..d2c1b9013e 100644 --- a/configs/avenger96_defconfig +++ b/configs/avenger96_defconfig @@ -10,6 +10,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="multi_v7" BR2_LINUX_KERNEL_DTS_SUPPORT=y BR2_LINUX_KERNEL_INTREE_DTS_NAME="stm32mp157a-dhcor-avenger96" BR2_LINUX_KERNEL_INSTALL_TARGET=y +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y BR2_TARGET_ROOTFS_EXT2_SIZE="120M"