[Buildroot] [PATCH v2 3/3] uboot/uboot: add new dependency to yamllint

Romain Naour romain.naour at smile.fr
Wed Apr 10 22:06:14 UTC 2024


Hello Heiko,

Le 04/04/2024 à 10:17, Heiko Thiery a écrit :
> Since U-Boot 2024.04 [1] binman also uses yamllint as dependency [2].
> 
> [1] https://source.denx.de/u-boot/u-boot/-/commit/10fee88d42f
> [2] https://source.denx.de/u-boot/u-boot/-/blob/v2024.04/tools/buildman/requirements.txt?ref_type=tags#L3

Same comment as for ti-k3-r5-loader.

The second url is missing in the comment. Maybe you can add it?

Best regards,
Romain


> 
> Signed-off-by: Heiko Thiery <heiko.thiery at gmail.com>
> ---
>  boot/uboot/uboot.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
> index 14502d4db2..26b9afdb00 100644
> --- a/boot/uboot/uboot.mk
> +++ b/boot/uboot/uboot.mk
> @@ -279,7 +279,8 @@ ifeq ($(BR2_TARGET_UBOOT_USE_BINMAN),y)
>  # https://source.denx.de/u-boot/u-boot/-/blob/v2024.01/tools/buildman/requirements.txt
>  UBOOT_DEPENDENCIES += \
>  	host-python-jsonschema \
> -	host-python-pyyaml
> +	host-python-pyyaml \
> +	host-python-yamllint
>  UBOOT_MAKE_OPTS += BINMAN_INDIRS=$(BINARIES_DIR)
>  endif
>  




More information about the buildroot mailing list