diff mbox series

[1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10

Message ID 20221018080653.1586970-1-heiko.thiery@gmail.com
State Deferred
Headers show
Series [1/2] configs/kontron_smarc_sal28: use U-Boot 2022.10 | expand

Commit Message

Heiko Thiery Oct. 18, 2022, 8:06 a.m. UTC
Add BR2_TARGET_UBOOT_NEEDS_GNUTLS=y and BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y
since this are dependencies for building mkeficapsule u-boot tool.

Cc: Michael Walle <michael@walle.cc>
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 configs/kontron_smarc_sal28_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Heiko Thiery Oct. 18, 2022, 9:59 a.m. UTC | #1
Hi,

Am Di., 18. Okt. 2022 um 10:07 Uhr schrieb Heiko Thiery
<heiko.thiery@gmail.com>:
>
> Add BR2_TARGET_UBOOT_NEEDS_GNUTLS=y and BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y
> since this are dependencies for building mkeficapsule u-boot tool.


please ignore it and the one for the kernel update.. it does not fit
in the image. Damn (@michael ;-/)
diff mbox series

Patch

diff --git a/configs/kontron_smarc_sal28_defconfig b/configs/kontron_smarc_sal28_defconfig
index 877903a1fe..25846c8cbd 100644
--- a/configs/kontron_smarc_sal28_defconfig
+++ b/configs/kontron_smarc_sal28_defconfig
@@ -22,11 +22,13 @@  BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2022.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="kontron_sl28"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
+BR2_TARGET_UBOOT_NEEDS_UTIL_LINUX=y
+BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.rom"