diff mbox series

[1/1] configs/stm32f469_disco_sd_defconfig: explicitly set U-Boot version

Message ID 20230408134713.244958-1-dario.binacchi@amarulasolutions.com
State Accepted
Headers show
Series [1/1] configs/stm32f469_disco_sd_defconfig: explicitly set U-Boot version | expand

Commit Message

Dario Binacchi April 8, 2023, 1:47 p.m. UTC
The version of U-Boot must be explicitly set because if you keep the
default setting, the bootloader is continuously updated in buildroot with
the risk of building a non-working image.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 configs/stm32f469_disco_sd_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Arnout Vandecappelle April 9, 2023, 1:39 p.m. UTC | #1
On 08/04/2023 15:47, Dario Binacchi wrote:
> The version of U-Boot must be explicitly set because if you keep the
> default setting, the bootloader is continuously updated in buildroot with
> the risk of building a non-working image.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   configs/stm32f469_disco_sd_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/configs/stm32f469_disco_sd_defconfig b/configs/stm32f469_disco_sd_defconfig
> index ea1361efc02c..dc00a47e1da2 100644
> --- a/configs/stm32f469_disco_sd_defconfig
> +++ b/configs/stm32f469_disco_sd_defconfig
> @@ -18,6 +18,9 @@ BR2_TARGET_ROOTFS_EXT2=y
>   BR2_TARGET_ROOTFS_EXT2_SIZE="32M"
>   # BR2_TARGET_ROOTFS_TAR is not set
>   BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> +BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> +BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
>   BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32f469-discovery"
>   BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
>   BR2_PACKAGE_HOST_DOSFSTOOLS=y
Peter Korsgaard April 11, 2023, 12:18 p.m. UTC | #2
>>>>> "Dario" == Dario Binacchi <dario.binacchi@amarulasolutions.com> writes:

 > The version of U-Boot must be explicitly set because if you keep the
 > default setting, the bootloader is continuously updated in buildroot with
 > the risk of building a non-working image.

 > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>

Committed to 2023.02.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/configs/stm32f469_disco_sd_defconfig b/configs/stm32f469_disco_sd_defconfig
index ea1361efc02c..dc00a47e1da2 100644
--- a/configs/stm32f469_disco_sd_defconfig
+++ b/configs/stm32f469_disco_sd_defconfig
@@ -18,6 +18,9 @@  BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_SIZE="32M"
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32f469-discovery"
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y