]> Git Repo - buildroot-mgba.git/commitdiff
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)
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

index 6f0bae5aa94d2a927a049d5d86e0c444fffd86c7..9448267e2b28de51f30672d500e2ec461bde8f7e 100644 (file)
@@ -12,6 +12,7 @@ BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mx6slevk"
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_FORMAT_IMX=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
This page took 0.031168 seconds and 4 git commands to generate.