summaryrefslogtreecommitdiff
path: root/torizoncore/next.xml
blob: 2e969b5bd84e59f1789081f3890a6560c392ab28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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 fetch="https://github.com/advancedtelematic" name="ats"/>
  <remote fetch="https://github.com/toradex" name="toradex-torizon"/>
  <remote fetch="https://github.com/foundriesio" name="foundriesio"/>

  <project name="meta-lmp" path="layers/meta-lmp" remote="foundriesio" revision="dunfell"/>
  <project name="meta-security" path="layers/meta-security" remote="yocto" revision="dunfell"/>
  <project name="meta-updater" path="layers/meta-updater" remote="ats" revision="dunfell"/>
  <project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="dunfell"/>
  <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="master"/>
  <project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="master">
    <linkfile dest="setup-environment" src="scripts/setup-environment"/>
  </project>
</manifest>