2258fc413a
This host package is needed since u-boot 2024.04 for building ti defconfigs. This is an requirement for using buildman/binman [1]. [1] https://source.denx.de/u-boot/u-boot/-/blob/v2024.04/tools/buildman/requirements.txt?ref_type=tags#L3 Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
config BR2_PACKAGE_PYTHON_YAMLLINT
|
|
bool "python-yamllint"
|
|
select BR2_PACKAGE_PYTHON_PATHSPEC # runtime
|
|
select BR2_PACKAGE_PYTHON_PYYAML # runtime
|
|
help
|
|
A linter for YAML files.
|
|
|
|
https://github.com/adrienverge/yamllint
|