mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
config BR2_PACKAGE_YQ
|
|
bool "yq"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
help
|
|
A lightweight and portable command-line YAML, JSON, INI
|
|
and XML processor, yq uses jq (a popular JSON processor)
|
|
like syntax.
|
|
|
|
https://mikefarah.gitbook.io/yq/
|