configs/linksprite_pcduino: add host-openssl for kernel build
authorSergey Matyukevich <geomatsi@gmail.com>
Sat, 7 Dec 2019 11:32:24 +0000 (14:32 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 8 Dec 2019 07:53:04 +0000 (08:53 +0100)
Updated kernel version for pcDuino board requires host-openssl
to build successfully. This commit adds the required option:
    BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/371286142
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/linksprite_pcduino_defconfig

index a8577b6e79d4792692ebf0e8feb47975bb3e0258..5a00e57281a4bd4479b58e122b5caea5590b9419 100644 (file)
@@ -28,6 +28,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="sunxi"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun4i-a10-pcduino"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/linksprite/pcduino/linux-extras.config"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Filesystem
 BR2_TARGET_ROOTFS_EXT2=y