diff mbox series

[v2,1/2] configs/friendlyarm_nanopi_r2s_defconfig: uboot needs openssl

Message ID 20220217155549.1084829-2-marcus.hoffmann@othermo.de
State Accepted
Headers show
Series defconfig fixes | expand

Commit Message

Marcus Hoffmann Feb. 17, 2022, 3:55 p.m. UTC
Fixes the following compile error:

In file included from include/bootm.h:10,
                 from tools/image-host.c:12:
include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
 1178 | #  include <openssl/evp.h>
      |            ^~~~~~~~~~~~~~~
compilation terminated.

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

Signed-off-by: Marcus Hoffmann <marcus.hoffmann@othermo.de>
---
 configs/friendlyarm_nanopi_r2s_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Giulio Benetti Feb. 17, 2022, 3:58 p.m. UTC | #1
On 17/02/22 16:55, Marcus Hoffmann wrote:
> Fixes the following compile error:
> 
> In file included from include/bootm.h:10,
>                   from tools/image-host.c:12:
> include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
>   1178 | #  include <openssl/evp.h>
>        |            ^~~~~~~~~~~~~~~
> compilation terminated.
> 
> Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/2103784200
> 
> Signed-off-by: Marcus Hoffmann <marcus.hoffmann@othermo.de>

Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Best regards
Yann E. MORIN Feb. 17, 2022, 9:43 p.m. UTC | #2
Marcus, All

On 2022-02-17 16:55 +0100, Marcus Hoffmann spake thusly:
> Fixes the following compile error:
> 
> In file included from include/bootm.h:10,
>                  from tools/image-host.c:12:
> include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
>  1178 | #  include <openssl/evp.h>
>       |            ^~~~~~~~~~~~~~~
> compilation terminated.
> 
> Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/2103784200
> 
> Signed-off-by: Marcus Hoffmann <marcus.hoffmann@othermo.de>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  configs/friendlyarm_nanopi_r2s_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/friendlyarm_nanopi_r2s_defconfig b/configs/friendlyarm_nanopi_r2s_defconfig
> index 818c847f4b..ce252a5d76 100644
> --- a/configs/friendlyarm_nanopi_r2s_defconfig
> +++ b/configs/friendlyarm_nanopi_r2s_defconfig
> @@ -30,6 +30,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi-r2s-rk3328"
>  BR2_TARGET_UBOOT_NEEDS_DTC=y
>  BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
> +BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
>  BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
>  BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
>  BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/configs/friendlyarm_nanopi_r2s_defconfig b/configs/friendlyarm_nanopi_r2s_defconfig
index 818c847f4b..ce252a5d76 100644
--- a/configs/friendlyarm_nanopi_r2s_defconfig
+++ b/configs/friendlyarm_nanopi_r2s_defconfig
@@ -30,6 +30,7 @@  BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi-r2s-rk3328"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
 BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y