summaryrefslogtreecommitdiff
path: root/torizoncore/next.xml
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-06-18 18:21:16 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-22 17:13:10 +0200
commit0ea6166c6cec5f792992e122393a7a894a991d4b (patch)
tree7fd5a51eec437b41afd9c3d9401ba682ef80ce54 /torizoncore/next.xml
initial commit
This unifies and replaces the following manifests starting from version 5.x.y: http://git.toradex.com/toradex-bsp-platform.git https://github.com/toradex/toradex-torizon-manifest.git Related-to: ELB-2755 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'torizoncore/next.xml')
-rw-r--r--torizoncore/next.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/torizoncore/next.xml b/torizoncore/next.xml
new file mode 100644
index 0000000..a3fe214
--- /dev/null
+++ b/torizoncore/next.xml
@@ -0,0 +1,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="master"/>
+ <project name="meta-security" path="layers/meta-security" remote="yocto" revision="master"/>
+ <project name="meta-updater" path="layers/meta-updater" remote="ats" revision="master"/>
+ <project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="master"/>
+ <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>