summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-07-28 13:55:46 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-07-28 13:57:34 +0200
commitc43b3a28e9f9c515ec3f084310ce8d12d39a1d36 (patch)
treefaea6765909543ddeac975ea53572dd15caec447
parente03633dac59d7e3aac48c3608e7eda2e84023bfe (diff)
u-boot-toradex_2022.04: add correct build dependencies
Copied from u-boot-fslc_2022.04 Fixes: commit 0096007 ("Switch U-Boot to toradex_imx_lf_v2022.04") Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2022.04.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb b/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb
index c301226..91f2fa7 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2022.04.bb
@@ -6,6 +6,6 @@ SUMMARY = "U-Boot bootloader with support for Toradex i.MX 8 series SoMs"
B = "${WORKDIR}/build"
PROVIDES += "u-boot"
-DEPENDS:append = " dtc-native"
+DEPENDS += "bc-native dtc-native python3-setuptools-native"
BOOT_TOOLS = "imx-boot-tools"