diff mbox series

[1/1] configs/pine64_star64: uboot needs openssl

Message ID 20240526175828.529726-1-ju.o@free.fr
State Accepted
Headers show
Series [1/1] configs/pine64_star64: uboot needs openssl | expand

Commit Message

Julien Olivain May 26, 2024, 5:58 p.m. UTC
The defconfig fails in uboot build, with output:

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

This commit fixes the issue by adding
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y to the defconfig.

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

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 configs/pine64_star64_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 27, 2024, 9:16 a.m. UTC | #1
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes:

 > The defconfig fails in uboot build, with output:
 >     In file included from tools/imagetool.c:10:
 >     include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
 >      1178 | #  include <openssl/evp.h>
 >           |            ^~~~~~~~~~~~~~~

 > This commit fixes the issue by adding
 > BR2_TARGET_UBOOT_NEEDS_OPENSSL=y to the defconfig.

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

 > Signed-off-by: Julien Olivain <ju.o@free.fr>

Committed, thanks.
diff mbox series

Patch

diff --git a/configs/pine64_star64_defconfig b/configs/pine64_star64_defconfig
index 2c0c17ad62b..9852e6d82b3 100644
--- a/configs/pine64_star64_defconfig
+++ b/configs/pine64_star64_defconfig
@@ -24,6 +24,7 @@  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,Fishwaldo,u-boot,172b47f62039605d6806fa96bd403c21cda28996)/u-boot-172b47f62039605d6806fa96bd403c21cda28996.tar.gz"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="pine64_star64"
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_SPL=y
 
 # Misc