summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"