]> Git Repo - buildroot-mgba.git/commit
configs/imx6slevk: Select BR2_TARGET_UBOOT_NEEDS_OPENSSL
authorFabio Estevam <[email protected]>
Sat, 8 Jan 2022 13:14:09 +0000 (10:14 -0300)
committerPeter Korsgaard <[email protected]>
Sat, 8 Jan 2022 14:02:46 +0000 (15:02 +0100)
commitcf2a7663ccc6089e98e0d6ec39fa8623749c0c24
treee4c2e80f2ebc28e69385b998f0ff3c9b24f8445b
parent7ec9b3abd9dc8d24bc75f2b5b365ad78e2b09b8d
configs/imx6slevk: Select BR2_TARGET_UBOOT_NEEDS_OPENSSL

Select BR2_TARGET_UBOOT_NEEDS_OPENSSL to fix the following build
error:

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

After the update of u-boot in commit 9a04bbec1cd59b (configs/imx6slevk: bump
U-Boot).

Fixes:
- https://gitlab.com/buildroot.org/buildroot/-/jobs/1946650628
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
configs/imx6slevk_defconfig
This page took 0.026923 seconds and 4 git commands to generate.