[Buildroot] [git commit] configs/linksprite_pcduino: add host-openssl for kernel build

Peter Korsgaard peter at korsgaard.com
Sun Dec 8 07:53:04 UTC 2019


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

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 at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/linksprite_pcduino_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/linksprite_pcduino_defconfig b/configs/linksprite_pcduino_defconfig
index a8577b6e79..5a00e57281 100644
--- a/configs/linksprite_pcduino_defconfig
+++ b/configs/linksprite_pcduino_defconfig
@@ -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


More information about the buildroot mailing list