summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_2020.04.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_2020.04.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2020.04.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2020.04.bb b/recipes-bsp/u-boot/u-boot-toradex_2020.04.bb
new file mode 100644
index 0000000..364395d
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-toradex_2020.04.bb
@@ -0,0 +1,13 @@
+require recipes-bsp/u-boot/u-boot.inc
+require u-boot-toradex-common_${PV}.inc
+
+SUMMARY = "U-Boot bootloader with support for Toradex i.MX 8 series SoMs"
+
+B = "${WORKDIR}/build"
+
+PROVIDES += "u-boot"
+DEPENDS_append = " dtc-native"
+
+SRC_URI_append_use-mainline-bsp_colibri-imx8x = " file://0001-colibri-imx8x-modify-device-tree-name-for-mainline-u.patch"
+
+BOOT_TOOLS = "imx-boot-tools"