diff options
Diffstat (limited to 'tezi/next.xml')
-rw-r--r-- | tezi/next.xml | 15 |
1 files changed, 15 insertions, 0 deletions
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> + |