summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-09-06 14:19:01 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2021-09-06 16:56:32 +0200
commitff64267018f819cdf8e7d70c279fe6db33a65a37 (patch)
tree7f5c2bb5d825309197a084f2c493b71462c8d764
parent55e01ef3816b0473ee7e96ceeff40eca02ee73ef (diff)
add tezi manifest
This commit moves the manifest for building tezi from internal toradex-tezi-platform to toradex-manifest, so we can make use of the pinned BSP hashes. This commit updates the hashes from toradex-tezi-platform as follows: meta-toradex-bsp-common 9f07b468d6cecb6fcda469866c305d37fb20f230 -> 276a8e076225332b336e41eb2c62375ddc6989bf meta-toradex-nxp 91233079b4167fe0be7e1f37af67c261ef9afb78 -> 4a074b05bad21ac438a398bb036ec0e8da41513c meta-toradex-tegra f58026172d3c32a9c8026287370ae813d9f14fc5 -> d4ef0a4584e04b14a6ba368b8cdf8592af43d3bb meta-toradex-tezi 6a58e5cd2d5a84357686fe7c6b08e4033ca065dd -> e1d825219d627b5ded55e347ca4e9d4c78e41673 hashes of integration.xml and next.xml are the same if any are present there. Related-to: ELB-4127 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--tezi/default.xml14
-rw-r--r--tezi/integration.xml14
-rw-r--r--tezi/next.xml15
3 files changed, 43 insertions, 0 deletions
diff --git a/tezi/default.xml b/tezi/default.xml
new file mode 100644
index 0000000..6f5e9f5
--- /dev/null
+++ b/tezi/default.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+
+ <include name="base/pinned.xml"/>
+ <include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-tdx.xml"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+ <project dest-branch="dunfell-5.x.y" name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="e1d825219d627b5ded55e347ca4e9d4c78e41673" upstream="dunfell-5.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest>
diff --git a/tezi/integration.xml b/tezi/integration.xml
new file mode 100644
index 0000000..cc7bc67
--- /dev/null
+++ b/tezi/integration.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+
+ <include name="base/pinned.xml"/>
+ <include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/integration-tdx.xml"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+ <project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="dunfell-5.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest>
diff --git a/tezi/next.xml b/tezi/next.xml
new file mode 100644
index 0000000..4f04252
--- /dev/null
+++ b/tezi/next.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+
+ <include name="base/integration.xml" />
+ <include name="bsp/integration-nxp.xml" />
+ <include name="bsp/integration-tdx.xml" />
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="dunfell"/>
+ <project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="dunfell-5.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest>
+