mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 18:00:36 +00:00
u-boot-ti: Add yamllint dependency
A patch has been accepted in mainline u-boot that has binman calling yamllint to verify the configs during compile. This means that the yamllint must be available as a tool at the time. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -27,7 +27,7 @@ PV:append = "+git${SRCPV}"
|
||||
DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native"
|
||||
|
||||
# u-boot needs these for binman
|
||||
DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native"
|
||||
DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native python3-yamllint-native"
|
||||
|
||||
# SYSFW/TIFS Firmware
|
||||
DEPENDS:append:k3 = " ti-sci-fw"
|
||||
|
||||
Reference in New Issue
Block a user