[Buildroot] [git commit branch/2023.05.x] configs/beaglebone: uboot needs OpenSSL

Peter Korsgaard peter at korsgaard.com
Fri Aug 25 13:05:40 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=c2d1555301dd2ae4479fba8f183dcf7d98283d61
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.05.x

Regression builds failed to build uboot due to missing OpenSSL
  library.

Signed-off-by: Lothar Felten <lothar.felten at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit dd5c058a992dc5475daa69774caae06f62863135)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/beaglebone_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 3e7ad8d402..7e006e7a85 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -37,6 +37,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="am335x_evm"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y



More information about the buildroot mailing list