configs/rock64: Linux needs host OpenSSL
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 22 Feb 2019 20:53:04 +0000 (21:53 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 22 Feb 2019 21:25:57 +0000 (22:25 +0100)
commit3e4b32691bc558f253618b7a2f41f6fce4bcbed6
treed33484f275a7e793fc129189922cade12cc5bf63
parent26d072978982137c9f09abe3c7bfbfd2a13efc64
configs/rock64: Linux needs host OpenSSL

The Linux configuration used in the rock64_defconfig requires
host-openssl to be built, otherwise the build fails with:

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

So let's enable BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL.

Fixes:

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

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