]> Git Repo - buildroot-mgba.git/commit
configs/freescale_imx8m[mq]evk*: uboot needs openssl and gnutls
authorJulien Olivain <[email protected]>
Sun, 4 Aug 2024 16:20:57 +0000 (18:20 +0200)
committerThomas Petazzoni <[email protected]>
Sun, 4 Aug 2024 21:05:57 +0000 (23:05 +0200)
commit8009fee0f82fda9e2b3b45d93204a3c6004a6e72
tree8248e9c636fa211f0035e4876393c3181c49f9a1
parent754e638d6bae686c8c945573caff8b94f6e163c7
configs/freescale_imx8m[mq]evk*: uboot needs openssl and gnutls

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 and GnuTLS for
that configuration.

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>
          |            ^~~~~~~~~~~~~~~

and:

    tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory
       20 | #include <gnutls/gnutls.h>
          |          ^~~~~~~~~~~~~~~~~

This commit fixes the issue by adding BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
and BR2_TARGET_UBOOT_NEEDS_OPENSSL=y in those defconfigs.

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