All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] configs/linksprite_pcduino: add host-openssl for kernel build
@ 2019-12-07 11:32 Sergey Matyukevich
  2019-12-08  7:53 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Matyukevich @ 2019-12-07 11:32 UTC (permalink / raw)
  To: buildroot

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>
---
 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
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] configs/linksprite_pcduino: add host-openssl for kernel build
  2019-12-07 11:32 [Buildroot] [PATCH 1/1] configs/linksprite_pcduino: add host-openssl for kernel build Sergey Matyukevich
@ 2019-12-08  7:53 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-12-08  7:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Sergey" == Sergey Matyukevich <geomatsi@gmail.com> writes:

 > 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-08  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-07 11:32 [Buildroot] [PATCH 1/1] configs/linksprite_pcduino: add host-openssl for kernel build Sergey Matyukevich
2019-12-08  7:53 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.