]> Git Repo - buildroot-mgba.git/commit
configs/freescale_imx8mnevk: uboot needs openssl
authorJulien Olivain <[email protected]>
Sun, 4 Aug 2024 16:18:06 +0000 (18:18 +0200)
committerThomas Petazzoni <[email protected]>
Sun, 4 Aug 2024 21:05:54 +0000 (23:05 +0200)
commit754e638d6bae686c8c945573caff8b94f6e163c7
tree40001d80a940126292cbf477a8f1fd4ed4e16758
parent0cdbda3b56e73e8d6ee93820c3581ffa5d2adf75
configs/freescale_imx8mnevk: uboot needs openssl

This defconfig was recently bumped to NXP BSP lf-6.6.23-2.0.0.

NXP BSP U-Boot version lf-6.6.23-2.0.0 is based on upstream
version 2024.04. This version now requires OpenSSL.

This defconfig is failing in uboot build, with output:

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

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

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/freescale_imx8mnevk_defconfig
This page took 0.032591 seconds and 4 git commands to generate.