]> Git Repo - buildroot-mgba.git/commit
configs/freescale_imx[67]*: uboot needs openssl
authorJulien Olivain <[email protected]>
Sun, 4 Aug 2024 16:13:54 +0000 (18:13 +0200)
committerThomas Petazzoni <[email protected]>
Sun, 4 Aug 2024 21:05:48 +0000 (23:05 +0200)
commit4a672660130bba57ca5a21ed2325259172ba235f
treec3d3aef3684f7faf620e1a925f56f24e40eed468
parent2a8c58b5849ed2c9908cf08b596f370454c251b6
configs/freescale_imx[67]*: uboot needs openssl

Those defconfigs were 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.

Those defconfigs are 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 all the impacted defconfigs.

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/freescale_imx6dlsabreauto_defconfig
configs/freescale_imx6dlsabresd_defconfig
configs/freescale_imx6qsabreauto_defconfig
configs/freescale_imx6qsabresd_defconfig
configs/freescale_imx6sxsabresd_defconfig
configs/freescale_imx7dsabresd_defconfig
This page took 0.028401 seconds and 4 git commands to generate.