From 3180f54d839a6ba126ef1317b74f3c5dbd35b88c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 22 Jan 2024 09:23:02 +0100 Subject: 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 --- recipes-bsp/u-boot/u-boot-toradex-common.inc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3