summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bissig <samuel.bissig@toradex.com>2021-10-20 12:58:26 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-22 15:50:40 +0000
commit3a26b23ae80a2aec714d9d41831136ebf537022d (patch)
tree406b0f22a72f9e8fa05fa503f2f66749dadf8bc1
parent87612c6d2168532b00d11a1c661213c20c4e8395 (diff)
tester: pull in from dunfell
Pull in from dunfell-5.x.y commit 9f32a31 ("tester: bump git hashes") Add missing ti layers. Signed-off-by: Samuel Bissig <samuel.bissig@toradex.com>
-rw-r--r--.gitlab-ci.yml6
-rw-r--r--README.md3
-rw-r--r--tester/default.xml24
-rw-r--r--tester/integration.xml24
-rw-r--r--tester/next.xml24
5 files changed, 81 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0008f40..8dcf21f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,12 @@ repo-sync:
- ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tdxref/next.xml
- ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/default.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/integration.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/next.xml
+ - ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/default.xml
- ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/integration.xml
diff --git a/README.md b/README.md
index 9b4c6e5..6ebcee4 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ the different git repositories and the used versions.
This manifest allows setting up TorizonCore or Toradex Reference Images.
+For our internal use it also allows to setup OE for the Toradex Easy Installer and
+our internal Tester.
+
## Getting Started and Documentation TorizonCore
- [Step-by-step Getting Started Guide](https://developer.toradex.com/getting-started)
diff --git a/tester/default.xml b/tester/default.xml
new file mode 100644
index 0000000..86f2862
--- /dev/null
+++ b/tester/default.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+ <remote alias="repo" fetch="https://gitlab.int.toradex.com/rd/testing/som-fct" name="tdx-int"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+ <project name="meta-toradex-demos.git" path="layers/meta-toradex-demos" remote="tdx" revision="8ffadb517be04a0b19ef1f5d5299a8c581f87383" upstream="dunfell-5.x.y"/>
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="53f241006b8cf69c31c22ce27e837261156ddae8" upstream="dunfell-5.x.y"/>
+ <project dest-branch="dunfell-5.x.y" name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="36db0dacbab58bd2ca2a228ec51edf2ad1b13269" upstream="dunfell-5.x.y"/>
+
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="tdx-int" revision="37758ed98161bb0e7871086db16aa9e525fc1c63" upstream="dunfell-5.x.y">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+
+ <project name="meta-toradex-somfctcm.git" path="layers/meta-toradex-somfctcm" remote="tdx-int" revision="bdb6fdab9d77a7dd9ab71afefd372f5b7ce69bb7" upstream="dunfell-5.x.y">
+ <copyfile dest="export_somfctcm" src="buildconf/export"/>
+ </project>
+</manifest>
diff --git a/tester/integration.xml b/tester/integration.xml
new file mode 100644
index 0000000..af43675
--- /dev/null
+++ b/tester/integration.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+ <remote alias="repo" fetch="https://gitlab.int.toradex.com/rd/testing/som-fct" name="tdx-int"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+ <project name="meta-toradex-demos.git" path="layers/meta-toradex-demos" remote="tdx" revision="dunfell-5.x.y"/>
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="dunfell-5.x.y"/>
+ <project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="dunfell-5.x.y"/>
+
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="tdx-int" revision="dunfell-5.x.y">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+
+ <project name="meta-toradex-somfctcm.git" path="layers/meta-toradex-somfctcm" remote="tdx-int" revision="dunfell-5.x.y">
+ <copyfile dest="export_somfctcm" src="buildconf/export"/>
+ </project>
+</manifest>
diff --git a/tester/next.xml b/tester/next.xml
new file mode 100644
index 0000000..edde48a
--- /dev/null
+++ b/tester/next.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+ <remote alias="repo" fetch="https://gitlab.int.toradex.com/rd/testing/som-fct" name="tdx-int"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="dunfell"/>
+ <project name="meta-toradex-demos.git" path="layers/meta-toradex-demos" remote="tdx" revision="dunfell-5.x.y"/>
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="dunfell-5.x.y"/>
+ <project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="dunfell-5.x.y"/>
+
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="tdx-int" revision="dunfell-5.x.y">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+
+ <project name="meta-toradex-somfctcm.git" path="layers/meta-toradex-somfctcm" remote="tdx-int" revision="dunfell-5.x.y">
+ <copyfile dest="export_somfctcm" src="buildconf/export"/>
+ </project>
+</manifest>