summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDejan Jesenko <dejan.jesenko@toradex.com>2026-08-18 15:12:22 +0200
committerDejan Jesenko <dejan.jesenko@toradex.com>2026-08-18 15:26:01 +0200
commit655b3e0d485b127f0ef08ca60679adf3f8029344 (patch)
treeefa76226212a10464d7c948c3586920a87b4b2c3
parent9e2dec42dd9f5bed5bfb62d845180a667c41fbaa (diff)
Add tester manifests for walnascarwalnascar
Mirrors scarthgap-7.x.y's tester/*.xml, minus TI (no walnascar branch yet) and the CM/Qt/WebKit/security projects that meta-toradex-somfctdut doesn't actually use. Signed-off-by: Dejan Jesenko <dejan.jesenko@toradex.com>
-rw-r--r--.gitlab-ci.yml6
-rw-r--r--tester/default.xml15
-rw-r--r--tester/integration.xml15
-rw-r--r--tester/next.xml13
4 files changed, 49 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 474aab2..5fdf029 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,3 +36,9 @@ repo-sync:
- ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_MERGE_REQUEST_TARGET_BRANCH_NAME -m tdxref/next.xml
- ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_MERGE_REQUEST_TARGET_BRANCH_NAME -m tester/default.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_MERGE_REQUEST_TARGET_BRANCH_NAME -m tester/integration.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_MERGE_REQUEST_TARGET_BRANCH_NAME -m tester/next.xml
+ - ../bin/repo sync
diff --git a/tester/default.xml b/tester/default.xml
new file mode 100644
index 0000000..94aa95f
--- /dev/null
+++ b/tester/default.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/pinned.xml"/>
+ <include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-tdx.xml"/>
+
+ <remote alias="repo" fetch="https://gitlab.com/toradex/rd/testing/som-fct" name="gitltdx"/>
+
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="24b76ddb1150a28ad49faf7a997bfe317e150276" upstream="walnascar"/>
+
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="gitltdx" revision="5bf83d1acaaa0c9e73cf1e628cf4bae625434b8d" upstream="walnascar">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+
+</manifest>
diff --git a/tester/integration.xml b/tester/integration.xml
new file mode 100644
index 0000000..9a70061
--- /dev/null
+++ b/tester/integration.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/pinned.xml" />
+ <include name="bsp/pinned-nxp.xml" />
+ <include name="bsp/integration-tdx.xml" />
+
+ <remote alias="repo" fetch="https://gitlab.com/toradex/rd/testing/som-fct" name="gitltdx"/>
+
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="walnascar"/>
+
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="gitltdx" revision="walnascar">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+
+</manifest>
diff --git a/tester/next.xml b/tester/next.xml
new file mode 100644
index 0000000..c1c8bec
--- /dev/null
+++ b/tester/next.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/integration.xml" />
+ <include name="bsp/integration-nxp.xml" />
+ <include name="bsp/integration-tdx.xml" />
+
+ <remote alias="repo" fetch="https://gitlab.com/toradex/rd/testing/som-fct" name="gitltdx"/>
+
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="walnascar"/>
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="gitltdx" revision="walnascar">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+</manifest>