summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_mainline.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-23 16:34:03 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-09-21 08:13:10 -0300
commit7a2d6ff06fa18d561522b14a937d20b2265067c1 (patch)
tree154b724988a856f4f219abdab617414a190719e6 /recipes-bsp/u-boot/u-boot-toradex_mainline.bb
parentc907c047234f3691fc285f937aed3f4f8bb4af98 (diff)
u-boot-toradex: split into a release/pinned and latest head recipe
This reduces confusion about the current solution on what version gets built with use-head-next. This drops using the `use-head-next` override in favour of having two recipes. Which recipe is to be built will then be set in the various <machine.conf> files. To reduce code duplication split out common code into a inc file and further split out i.MX and TI specific stuff into two specific inc files. Related-to: ELB-5357 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
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"