diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2023-02-24 10:50:39 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2023-05-02 17:32:55 +0200 |
commit | c5c03aba101ceae3e5978e7c1284ec9549d4b8cf (patch) | |
tree | 4bf03c1d9d4ff33840dac69e7c88b9d0cda9e729 /tezi/integration.xml | |
parent | d9433f1ef6b3359437a9b1574bdb1d998d4bfd1d (diff) |
tezi: add to master manifest
meta-toradex-tezi currently stays at kirkstone-6.x.y until we have this
up and running.
Related-to: TEI-1055
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'tezi/integration.xml')
-rw-r--r-- | tezi/integration.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tezi/integration.xml b/tezi/integration.xml new file mode 100644 index 0000000..fa94db0 --- /dev/null +++ b/tezi/integration.xml @@ -0,0 +1,17 @@ +<?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-ti.xml"/> + <include name="bsp/integration-tdx.xml"/> + + <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="aec1934cb2708236c033f2d205d5c3fbbebf7555" upstream="kirkstone"/> + <!-- meta-toradex-distro is used for bumpSRCREV --> + <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y"/> + <project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="kirkstone-6.x.y"> + <copyfile dest="export" src="buildconf/export"/> + </project> +</manifest> |