summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-01-22 14:19:07 -0600
committerRyan Eatmon <reatmon@ti.com>2024-01-22 14:49:15 -0600
commita8ffd3afefae103c3e36bac46fddb821b08d4de4 (patch)
treeda17240c68fe4e8d36aa30a57102bc542f505cfe
parent04c2204c11cb3ee5eee84f2d213037b763954786 (diff)
downloadmeta-ti-a8ffd3afefae103c3e36bac46fddb821b08d4de4.tar.gz
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>
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index ef3ebc70..3a5d8a7d 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -27,7 +27,7 @@ PV:append = "+git${SRCPV}"
27DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native" 27DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native"
28 28
29# u-boot needs these for binman 29# u-boot needs these for binman
30DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native" 30DEPENDS += "python3-pyelftools-native python3-pyyaml-native python3-jsonschema-native python3-yamllint-native"
31 31
32# SYSFW/TIFS Firmware 32# SYSFW/TIFS Firmware
33DEPENDS:append:k3 = " ti-sci-fw" 33DEPENDS:append:k3 = " ti-sci-fw"