From: Fabio Estevam Date: Sat, 14 Sep 2024 11:43:18 +0000 (-0300) Subject: configs/mx6udoo: Select BR2_TARGET_UBOOT_NEEDS_OPENSSL X-Git-Url: https://repo.jachan.dev/buildroot-mgba.git/commitdiff_plain/9114da45e612e9c02622c7fc9bf26694e9758556 configs/mx6udoo: Select BR2_TARGET_UBOOT_NEEDS_OPENSSL Select BR2_TARGET_UBOOT_NEEDS_OPENSSL to fix the following build warning: include/image.h:1471:12: fatal error: openssl/evp.h: No such file or directory 1471 | # include Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/7803199927 Signed-off-by: Fabio Estevam Signed-off-by: Arnout Vandecappelle --- diff --git a/configs/mx6udoo_defconfig b/configs/mx6udoo_defconfig index 6c84a41bfd..7e94e0a833 100644 --- a/configs/mx6udoo_defconfig +++ b/configs/mx6udoo_defconfig @@ -14,6 +14,7 @@ BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="udoo" BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.07" +BR2_TARGET_UBOOT_NEEDS_OPENSSL=y BR2_TARGET_UBOOT_FORMAT_IMG=y BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_SPL_NAME="SPL"