All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/liteboard: uboot needs openssl
@ 2021-11-23 13:10 Bartosz Bilas
  2021-12-05 15:53 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Bilas @ 2021-11-23 13:10 UTC (permalink / raw)
  To: buildroot; +Cc: Bartosz Bilas

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

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 configs/grinn_liteboard_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/grinn_liteboard_defconfig b/configs/grinn_liteboard_defconfig
index f3173f2e40..9cad66e15a 100644
--- a/configs/grinn_liteboard_defconfig
+++ b/configs/grinn_liteboard_defconfig
@@ -18,6 +18,7 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="liteboard"
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="SPL"
-- 
2.34.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/liteboard: uboot needs openssl
  2021-11-23 13:10 [Buildroot] [PATCH] configs/liteboard: uboot needs openssl Bartosz Bilas
@ 2021-12-05 15:53 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-12-05 15:53 UTC (permalink / raw)
  To: Bartosz Bilas, buildroot



On 23/11/2021 14:10, Bartosz Bilas wrote:
> Fixes:
>   include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
>   1178 | #  include <openssl/evp.h>
>        |            ^~~~~~~~~~~~~~~
> 
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

  Applied to master, thanks.

  In the future, please use the full defconfig name in the summary:

configs/grinn_liteboard_defconfig: uboot needs openssl

  Regards,
  Arnout

> ---
>   configs/grinn_liteboard_defconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/configs/grinn_liteboard_defconfig b/configs/grinn_liteboard_defconfig
> index f3173f2e40..9cad66e15a 100644
> --- a/configs/grinn_liteboard_defconfig
> +++ b/configs/grinn_liteboard_defconfig
> @@ -18,6 +18,7 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
>   BR2_TARGET_UBOOT_CUSTOM_VERSION=y
>   BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
>   BR2_TARGET_UBOOT_BOARD_DEFCONFIG="liteboard"
> +BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
>   BR2_TARGET_UBOOT_FORMAT_IMG=y
>   BR2_TARGET_UBOOT_SPL=y
>   BR2_TARGET_UBOOT_SPL_NAME="SPL"
> 
_______________________________________________
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:[~2021-12-05 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23 13:10 [Buildroot] [PATCH] configs/liteboard: uboot needs openssl Bartosz Bilas
2021-12-05 15:53 ` Arnout Vandecappelle

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.