blob: 681354d2b755022a1f0f8cce3e0fe280581fb4b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?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://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>
|