summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-01-22 09:23:02 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-01-29 15:27:04 +0100
commit3180f54d839a6ba126ef1317b74f3c5dbd35b88c (patch)
tree2e19066bed14bed8a71305d2dbb24b90f7a30bac
parent4fb5b56829a29b6429024588aff19d4ba2464223 (diff)
u-boot-toradex: add binman dependencies for tiboot3
To build tiboot3 binman uses additional python modules. Add them to the dependencies. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc
index e52cad8..a7cbecf 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc
@@ -6,7 +6,14 @@ SOC_HANDLING:ti-soc = "recipes-bsp/u-boot/u-boot-toradex-ti.inc"
require ${SOC_HANDLING}
LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1"
-DEPENDS += "bc-native dtc-native"
+DEPENDS += " \
+ bc-native \
+ dtc-native \
+ python3-jsonschema-native \
+ python3-pyelftools-native \
+ python3-pyyaml-native \
+ python3-yamllint-native \
+"
SRC_URI = " \
git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master \