summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-10-21 15:19:53 -0500
committerRyan Eatmon <reatmon@ti.com>2024-10-22 11:59:48 -0500
commit4cbb0c4ab19b92bc9fa551d23878945c5f5824f3 (patch)
tree04e3c5484a5b0d3b79d45625712e831205ce6ab4
parentb8e108bace73ff4b87c9253d5abde169eb9ea397 (diff)
downloadmeta-ti-4cbb0c4ab19b92bc9fa551d23878945c5f5824f3.tar.gz
uboot-ti-next: Add new recipe to track master-next
Our upstream testing needs to point to both master and master-next and we need two different recipes to track that. This recipe mirrors the linux-ti-next recipe and points to the master-next branch for the latest bleeding edge changes. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-bsp.inc2
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb5
2 files changed, 6 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
index 0c8f657d..2eb3bd19 100644
--- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
@@ -28,7 +28,7 @@ MACHINE_FEATURES:remove:bsp-mainline = "gpu"
28# ========== 28# ==========
29BSP_KERNEL_PROVIDER:bsp-next = "linux-ti-next" 29BSP_KERNEL_PROVIDER:bsp-next = "linux-ti-next"
30BSP_KERNEL_VERSION:bsp-next = "%" 30BSP_KERNEL_VERSION:bsp-next = "%"
31BSP_BOOTLOADER_PROVIDER:bsp-next = "u-boot-ti-mainline" 31BSP_BOOTLOADER_PROVIDER:bsp-next = "u-boot-ti-next"
32BSP_BOOTLOADER_VERSION:bsp-next = "%" 32BSP_BOOTLOADER_VERSION:bsp-next = "%"
33 33
34# GPU support requires out-of-tree SGX and Rogue drivers not available 34# GPU support requires out-of-tree SGX and Rogue drivers not available
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb
new file mode 100644
index 00000000..9bdedfa3
--- /dev/null
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-next_git.bb
@@ -0,0 +1,5 @@
1require u-boot-ti-mainline_git.bb
2
3SUMMARY = "U-Boot master-next for TI devices"
4
5BRANCH = "master-next"