blob: 44d1c970c1502893e1f34e87501bf1a1d466b284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<include name="base/pinned.xml"/>
<include name="bsp/pinned-nxp.xml"/>
<include name="bsp/integration-tdx.xml"/>
<remote alias="repo" fetch="https://github.com/uptane" name="uptane"/>
<remote alias="repo" fetch="https://github.com/toradex" name="toradex-torizon"/>
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a"/>
<project name="meta-updater" path="layers/meta-updater" remote="uptane" revision="8e02177c2d9fa416f3117c5da1c0dfba7709dfbf"/>
<project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="beea119eb529b4a11f266004aee8b548427aea39"/>
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="dunfell-5.x.y"/>
<project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="dunfell-5.x.y">
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
</manifest>
|