summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-01-13 12:48:39 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-04-18 18:19:01 +0200
commitd9433f1ef6b3359437a9b1574bdb1d998d4bfd1d (patch)
treeef04d2fbf24480717aed60307a6ca574b2e70ed7
parent61831cb7780ecccab2cb194f0b7f6ba740d6a80a (diff)
manifest: prepare for verdin am62 addition
Related-to: ELB-4978 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--bsp/integration-tdx.xml1
-rw-r--r--bsp/integration-ti.xml5
-rw-r--r--bsp/pinned-tdx.xml1
-rw-r--r--bsp/pinned-ti.xml5
-rw-r--r--tdxref/default.xml1
-rw-r--r--tdxref/integration.xml1
-rw-r--r--tdxref/next.xml1
-rw-r--r--torizoncore/default.xml1
-rw-r--r--torizoncore/integration.xml3
-rw-r--r--torizoncore/next.xml1
10 files changed, 19 insertions, 1 deletions
diff --git a/bsp/integration-tdx.xml b/bsp/integration-tdx.xml
index aa6a3a8..3801abc 100644
--- a/bsp/integration-tdx.xml
+++ b/bsp/integration-tdx.xml
@@ -4,4 +4,5 @@
<project name="meta-toradex-bsp-common.git" path="layers/meta-toradex-bsp-common" remote="tdx" revision="master"/>
<project name="meta-toradex-nxp.git" path="layers/meta-toradex-nxp" remote="tdx" revision="master"/>
+ <project name="meta-toradex-ti.git" path="layers/meta-toradex-ti" remote="tdx" revision="kirkstone-6.x.y"/>
</manifest>
diff --git a/bsp/integration-ti.xml b/bsp/integration-ti.xml
new file mode 100644
index 0000000..f69bc8e
--- /dev/null
+++ b/bsp/integration-ti.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <project name="meta-arm" path="layers/meta-arm" remote="yocto" revision="master"/>
+ <project name="meta-ti" path="layers/meta-ti" remote="yocto" revision="master"/>
+</manifest>
diff --git a/bsp/pinned-tdx.xml b/bsp/pinned-tdx.xml
index e0922d7..2f83da6 100644
--- a/bsp/pinned-tdx.xml
+++ b/bsp/pinned-tdx.xml
@@ -3,4 +3,5 @@
<remote alias="repo" fetch="https://git.toradex.com" name="tdx"/>
<project name="meta-toradex-bsp-common.git" path="layers/meta-toradex-bsp-common" remote="tdx" revision="351d72f3c0b3ac5b13ad438b33ff3e5019e70d64" upstream="master"/>
<project name="meta-toradex-nxp.git" path="layers/meta-toradex-nxp" remote="tdx" revision="5ee28ba98d0b69666c6a66fd36516e31a26a73a7" upstream="master"/>
+ <project name="meta-toradex-ti.git" path="layers/meta-toradex-ti" remote="tdx" revision="96ba7e7074d7b0f363095726b6a93acc71cbeffa" upstream="kirkstone-6.x.y"/>
</manifest>
diff --git a/bsp/pinned-ti.xml b/bsp/pinned-ti.xml
new file mode 100644
index 0000000..a25c886
--- /dev/null
+++ b/bsp/pinned-ti.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <project name="meta-arm" path="layers/meta-arm" remote="yocto" revision="efa053885f63a82618cf14d9bb5a1143d52edb9a" upstream="master"/>
+ <project name="meta-ti" path="layers/meta-ti" remote="yocto" revision="6a00c74301f9056c0c5462b16955bb5af76c2745" upstream="master"/>
+</manifest>
diff --git a/tdxref/default.xml b/tdxref/default.xml
index c1dd821..123c4f1 100644
--- a/tdxref/default.xml
+++ b/tdxref/default.xml
@@ -4,6 +4,7 @@
<include name="base/pinned.xml" />
<include name="bsp/pinned-nxp.xml" />
+ <include name="bsp/pinned-ti.xml"/>
<include name="bsp/pinned-tdx.xml" />
<project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="1d1b19ff577835bf847152eed44d52e8267d9093" upstream="master"/>
diff --git a/tdxref/integration.xml b/tdxref/integration.xml
index 0918f47..5cae648 100644
--- a/tdxref/integration.xml
+++ b/tdxref/integration.xml
@@ -4,6 +4,7 @@
<include name="base/pinned.xml"/>
<include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-ti.xml"/>
<include name="bsp/integration-tdx.xml"/>
<project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="1d1b19ff577835bf847152eed44d52e8267d9093" upstream="master"/>
diff --git a/tdxref/next.xml b/tdxref/next.xml
index eff1cd8..cfc8ee6 100644
--- a/tdxref/next.xml
+++ b/tdxref/next.xml
@@ -4,6 +4,7 @@
<include name="base/integration.xml" />
<include name="bsp/integration-nxp.xml" />
+ <include name="bsp/integration-ti.xml" />
<include name="bsp/integration-tdx.xml" />
<project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="master"/>
diff --git a/torizoncore/default.xml b/torizoncore/default.xml
index 618ec69..ba34a11 100644
--- a/torizoncore/default.xml
+++ b/torizoncore/default.xml
@@ -2,6 +2,7 @@
<manifest>
<include name="base/pinned.xml" />
<include name="bsp/pinned-nxp.xml" />
+ <include name="bsp/pinned-ti.xml"/>
<include name="bsp/pinned-tdx.xml" />
<remote alias="repo" fetch="https://github.com/uptane" name="uptane"/>
diff --git a/torizoncore/integration.xml b/torizoncore/integration.xml
index 5ef8d7c..be91480 100644
--- a/torizoncore/integration.xml
+++ b/torizoncore/integration.xml
@@ -2,6 +2,7 @@
<manifest>
<include name="base/pinned.xml"/>
<include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-ti.xml"/>
<include name="bsp/integration-tdx.xml"/>
<remote alias="repo" fetch="https://github.com/uptane" name="uptane"/>
@@ -14,4 +15,4 @@
<project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="master">
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
-</manifest> \ No newline at end of file
+</manifest>
diff --git a/torizoncore/next.xml b/torizoncore/next.xml
index 71b0f6c..e72d7e5 100644
--- a/torizoncore/next.xml
+++ b/torizoncore/next.xml
@@ -2,6 +2,7 @@
<manifest>
<include name="base/integration.xml" />
<include name="bsp/integration-nxp.xml" />
+ <include name="bsp/integration-ti.xml" />
<include name="bsp/integration-tdx.xml" />
<remote alias="repo" fetch="https://github.com/uptane" name="uptane"/>