blob: 3eb8664602f0c8953175862c1cec38a84ebe5f3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
<!-- meta-toradex-distro is used for bumpSRCREV -->
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="cbde0286cb85bc445e70210b8df38f29b4784c08"/>
<project dest-branch="dunfell-5.x.y" name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="3eaa9b52594cdaf9a5903f668d86f5f814a20385" upstream="dunfell-5.x.y">
<copyfile dest="export" src="buildconf/export"/>
</project>
</manifest>
|