From d0438cda37bcfc35bd9c62d2d7bb85cb8d60f74b Mon Sep 17 00:00:00 2001
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Date: Fri, 29 Nov 2024 10:02:34 +0100
Subject: [PATCH] ci: Add ci_release_bootloaders.xml

This will be used by the release job in order to build bootloaders from
git.ti.com only.

We publish the commits on our gitlab.
After a new release is published, we can fetch this commit and send
it over to the TI forge.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
---
 ci_release_bootloaders.xml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 ci_release_bootloaders.xml

diff --git a/ci_release_bootloaders.xml b/ci_release_bootloaders.xml
new file mode 100644
index 0000000..e6f260d
--- /dev/null
+++ b/ci_release_bootloaders.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+    <remote  name="baylibre" fetch="https://gitlab.baylibre.com/baylibre/ti/android/aosp" />
+    <default revision="ci/release/d-android15-release" remote="baylibre" />
+
+    <project path="vendor/ti/am62x" name="vendor/ti/am62x.git" />
+</manifest>
-- 
GitLab