commit: https://git.buildroot.net/buildroot/commit/?id=49b1aace9b5b1b2624385b0def0e413b1f2f0810
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
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 <redacted>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted>
---
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