diff mbox series

configs/chiliboard: uboot needs openssl

Message ID 20230702122236.1113430-1-m.niestroj@grinn-global.com
State Accepted
Headers show
Series configs/chiliboard: uboot needs openssl | expand

Commit Message

Marcin Niestroj July 2, 2023, 12:22 p.m. UTC
Fixes uboot build errors:

  In file included from tools/imagetool.h:24,
                   from tools/aisimage.c:7:
  include/image.h:1383:12: fatal error: openssl/evp.h: No such file or directory
   1383 | #  include <openssl/evp.h>
        |

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 configs/grinn_chiliboard_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni July 3, 2023, 8:03 p.m. UTC | #1
On Sun,  2 Jul 2023 14:22:35 +0200
Marcin Niestroj <m.niestroj@grinn-global.com> wrote:

> Fixes uboot build errors:
> 
>   In file included from tools/imagetool.h:24,
>                    from tools/aisimage.c:7:
>   include/image.h:1383:12: fatal error: openssl/evp.h: No such file or directory
>    1383 | #  include <openssl/evp.h>
>         |
> 
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
>  configs/grinn_chiliboard_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
Peter Korsgaard July 17, 2023, 11:07 a.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > On Sun,  2 Jul 2023 14:22:35 +0200
 > Marcin Niestroj <m.niestroj@grinn-global.com> wrote:

 >> Fixes uboot build errors:
 >> 
 >> In file included from tools/imagetool.h:24,
 >> from tools/aisimage.c:7:
 >> include/image.h:1383:12: fatal error: openssl/evp.h: No such file or directory
 >> 1383 | #  include <openssl/evp.h>
 >> |
 >> 
 >> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
 >> ---
 >> configs/grinn_chiliboard_defconfig | 1 +
 >> 1 file changed, 1 insertion(+)

 > Applied to master, thanks.

Committed to 2023.02.x and 2023.05.x, thanks.
diff mbox series

Patch

diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index e7862d1738..a5a8f7a65f 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -18,6 +18,7 @@  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="spl/u-boot-spl.bin"