diff mbox series

configs/bananapro: bump U-Boot to 2022.04

Message ID 20220729100953.968434-1-b.bilas@grinn-global.com
State Accepted
Headers show
Series configs/bananapro: bump U-Boot to 2022.04 | expand

Commit Message

Bartosz Bilas July 29, 2022, 10:09 a.m. UTC
While at it add the required OpenSSL dependency.

Fixes:
  https://gitlab.com/buildroot.org/buildroot/-/jobs/2781800516

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 configs/bananapro_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Thomas Petazzoni July 29, 2022, 11:26 a.m. UTC | #1
On Fri, 29 Jul 2022 12:09:53 +0200
Bartosz Bilas <b.bilas@grinn-global.com> wrote:

> While at it add the required OpenSSL dependency.
> 
> Fixes:
>   https://gitlab.com/buildroot.org/buildroot/-/jobs/2781800516
> 
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
>  configs/bananapro_defconfig | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/configs/bananapro_defconfig b/configs/bananapro_defconfig
index e87d9ba633..e18c83d593 100644
--- a/configs/bananapro_defconfig
+++ b/configs/bananapro_defconfig
@@ -41,10 +41,11 @@  BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.10"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2022.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Bananapro"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_FORMAT_BIN=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"