summaryrefslogtreecommitdiff
path: root/bsp
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 /bsp
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 'bsp')
-rw-r--r--bsp/integration-nxp.xml8
-rw-r--r--bsp/integration-tdx.xml8
-rw-r--r--bsp/pinned-nxp.xml8
-rw-r--r--bsp/pinned-tdx.xml7
4 files changed, 31 insertions, 0 deletions
diff --git a/bsp/integration-nxp.xml b/bsp/integration-nxp.xml
new file mode 100644
index 0000000..da1ccda
--- /dev/null
+++ b/bsp/integration-nxp.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://github.com/Freescale" name="githf"/>
+
+ <project name="meta-freescale-3rdparty.git" path="layers/meta-freescale-3rdparty" remote="githf" revision="master"/>
+ <project name="meta-freescale-distro.git" path="layers/meta-freescale-distro" remote="githf" revision="master"/>
+ <project name="meta-freescale.git" path="layers/meta-freescale" remote="githf" revision="master"/>
+</manifest>
diff --git a/bsp/integration-tdx.xml b/bsp/integration-tdx.xml
new file mode 100644
index 0000000..6f63c53
--- /dev/null
+++ b/bsp/integration-tdx.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://git.toradex.com" name="tdx"/>
+
+ <project name="meta-toradex-bsp-common.git" path="layers/meta-toradex-bsp-common" remote="tdx" revision="master"/>
+ <project name="meta-toradex-nxp.git" path="layers/meta-toradex-nxp" remote="tdx" revision="master"/>
+ <project name="meta-toradex-tegra.git" path="layers/meta-toradex-tegra" remote="tdx" revision="master"/>
+</manifest>
diff --git a/bsp/pinned-nxp.xml b/bsp/pinned-nxp.xml
new file mode 100644
index 0000000..21ac49e
--- /dev/null
+++ b/bsp/pinned-nxp.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://github.com/Freescale" name="githf"/>
+
+ <project name="meta-freescale-3rdparty.git" path="layers/meta-freescale-3rdparty" remote="githf" revision="f57de4d2d9b9cd342e0d01fd1b15be3e842ccd34" upstream="master"/>
+ <project name="meta-freescale-distro.git" path="layers/meta-freescale-distro" remote="githf" revision="eb60ca80e81e07909920889fcdd03649934c4896" upstream="master"/>
+ <project name="meta-freescale.git" path="layers/meta-freescale" remote="githf" revision="e1b169c907b2d6743f277f1212fcc6ecb2e068c3" upstream="master"/>
+</manifest>
diff --git a/bsp/pinned-tdx.xml b/bsp/pinned-tdx.xml
new file mode 100644
index 0000000..84a6a20
--- /dev/null
+++ b/bsp/pinned-tdx.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://git.toradex.com" name="tdx"/>
+ <project name="meta-toradex-bsp-common.git" path="layers/meta-toradex-bsp-common" remote="tdx" revision="c6044060a69d468e23512a399c7a3549a3e09bf1" upstream="zeus"/>
+ <project name="meta-toradex-nxp.git" path="layers/meta-toradex-nxp" remote="tdx" revision="f74c7864926f9e40087a84f3df7675f041702e3a" upstream="zeus"/>
+ <project name="meta-toradex-tegra.git" path="layers/meta-toradex-tegra" remote="tdx" revision="a16c8deb744f8b563ff111d3f4219924715b3f48" upstream="zeus"/>
+</manifest>