]> Git Repo - buildroot-mgba.git/commitdiff
configs/imx8mpevk: select BR2_TARGET_UBOOT_NEEDS_OPENSSL
authorFabio Estevam <[email protected]>
Mon, 15 Jan 2024 10:58:27 +0000 (07:58 -0300)
committerYann E. MORIN <[email protected]>
Mon, 5 Feb 2024 14:43:30 +0000 (15:43 +0100)
Select BR2_TARGET_UBOOT_NEEDS_OPENSSL to fix the following build
error:

include/image.h:1394:12: fatal error: openssl/evp.h: No such file or directory
 1394 | #  include <openssl/evp.h>

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/5858180070
Signed-off-by: Fabio Estevam <[email protected]>
Tested-By: Sébastien Szymanski <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
configs/freescale_imx8mpevk_defconfig

index 82ed68c5a9f18b62e4d6d5cbe86dd50704cf9ffc..2aed04848265e7d6c119ad238aa3b3327f94a511 100644 (file)
@@ -29,6 +29,7 @@ BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,nxp-imx,uboot-imx,lf-6.1
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="imx8mp_evk"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/freescale/imx8mpevk/uboot-fragment.config"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y
 BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
This page took 0.032575 seconds and 4 git commands to generate.