All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/beelink_gs1: select BR2_TARGET_UBOOT_NEEDS_OPENSSL
@ 2022-02-12 11:17 Clément Péron
  2022-02-13  8:18 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Clément Péron @ 2022-02-12 11:17 UTC (permalink / raw)
  To: buildroot; +Cc: Clément Péron

Select BR2_TARGET_UBOOT_NEEDS_OPENSSL to fix the following build
error:

include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
 1178 | #  include <openssl/evp.h>
      |            ^~~~~~~~~~~~~~~

Fixes:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/2076475033

Signed-off-by: Clément Péron <peron.clem@gmail.com>
---
 configs/beelink_gs1_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/beelink_gs1_defconfig b/configs/beelink_gs1_defconfig
index ca953df3ea..b7b7eb84d0 100644
--- a/configs/beelink_gs1_defconfig
+++ b/configs/beelink_gs1_defconfig
@@ -39,6 +39,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="beelink_gs1"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/beelink_gs1: select BR2_TARGET_UBOOT_NEEDS_OPENSSL
  2022-02-12 11:17 [Buildroot] [PATCH] configs/beelink_gs1: select BR2_TARGET_UBOOT_NEEDS_OPENSSL Clément Péron
@ 2022-02-13  8:18 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-02-13  8:18 UTC (permalink / raw)
  To: Clément Péron; +Cc: buildroot

>>>>> "Clément" == Clément Péron <peron.clem@gmail.com> writes:

 > Select BR2_TARGET_UBOOT_NEEDS_OPENSSL to fix the following build
 > error:

 > include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
 >  1178 | #  include <openssl/evp.h>
 >       |            ^~~~~~~~~~~~~~~

 > Fixes:
 > - https://gitlab.com/buildroot.org/buildroot/-/jobs/2076475033

 > Signed-off-by: Clément Péron <peron.clem@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-02-13  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-12 11:17 [Buildroot] [PATCH] configs/beelink_gs1: select BR2_TARGET_UBOOT_NEEDS_OPENSSL Clément Péron
2022-02-13  8:18 ` 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.