[Buildroot] [git commit] configs/visionfive: add missing host-openssl dependency for the kernel

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Nov 2 20:07:21 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=eb2a53c26f17b1affe98c982da7a805a85c96990
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The kernel build needs host-openssl:

certs/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
   21 | #include <openssl/bio.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [scripts/Makefile.host:95: certs/extract-cert] Error 1
make[2]: *** [Makefile:1852: certs] Error 2
make[2]: *** Waiting for unfinished jobs....

Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 configs/visionfive_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/visionfive_defconfig b/configs/visionfive_defconfig
index 9f5fb03610..0d9325078a 100644
--- a/configs/visionfive_defconfig
+++ b/configs/visionfive_defconfig
@@ -11,6 +11,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="visionfive"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="starfive/jh7100-starfive-visionfive-v1"
 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_TAR is not set



More information about the buildroot mailing list