Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/beaglebone_qt5_defconfig: kernel builds needs host-openssl
@ 2020-02-27  7:11 Peter Korsgaard
  2020-02-27  8:11 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2020-02-27  7:11 UTC (permalink / raw)
  To: buildroot

Similar to the fix for the base beaglebone defconfig in commit 38912a61be
(configs/beaglebone: kernel builds needs host-openssl), the qt5 variant uses
the same kernel, so also needs host-openssl.

Fixes:

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

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

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/beaglebone_qt5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig
index 99355e855c..6e07bc9ac0 100644
--- a/configs/beaglebone_qt5_defconfig
+++ b/configs/beaglebone_qt5_defconfig
@@ -15,6 +15,7 @@ BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/beaglebone/linux-sgx.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
+BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_PACKAGE_FBV=y
 BR2_PACKAGE_QT5=y
 BR2_PACKAGE_QT5BASE_EXAMPLES=y
-- 
2.20.1

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

* [Buildroot] [PATCH] configs/beaglebone_qt5_defconfig: kernel builds needs host-openssl
  2020-02-27  7:11 [Buildroot] [PATCH] configs/beaglebone_qt5_defconfig: kernel builds needs host-openssl Peter Korsgaard
@ 2020-02-27  8:11 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-02-27  8:11 UTC (permalink / raw)
  To: buildroot

On Thu, 27 Feb 2020 08:11:49 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

> Similar to the fix for the base beaglebone defconfig in commit 38912a61be
> (configs/beaglebone: kernel builds needs host-openssl), the qt5 variant uses
> the same kernel, so also needs host-openssl.
> 
> Fixes:
> 
> 914 scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory
> 915  #include <openssl/bio.h>
> 
> https://gitlab.com/buildroot.org/buildroot/-/jobs/451176891
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  configs/beaglebone_qt5_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-02-27  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-27  7:11 [Buildroot] [PATCH] configs/beaglebone_qt5_defconfig: kernel builds needs host-openssl Peter Korsgaard
2020-02-27  8:11 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox