summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_mainline.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_mainline.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_mainline.bb b/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
new file mode 100644
index 0000000..1624697
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
@@ -0,0 +1,13 @@
+# This builds latest head of U-Boot denx master
+# Do not use this recipe for production, it is not reproducible
+# and you don't know what git hash is built from just looking
+# at the metadata
+
+require u-boot-toradex-common.inc
+
+SRCREV = "${AUTOREV}"
+# patches which are not (yet) in the latest master
+TDX_PATCHES = " \
+"
+
+DEFAULT_PREFERENCE = "-1"