From 0ea6166c6cec5f792992e122393a7a894a991d4b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 18 Jun 2020 18:21:16 +0200 Subject: 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 --- README.md | 16 ++++++++++++++++ base/integration.xml | 12 ++++++++++++ base/pinned.xml | 12 ++++++++++++ bsp/integration-nxp.xml | 8 ++++++++ bsp/integration-tdx.xml | 8 ++++++++ bsp/pinned-nxp.xml | 8 ++++++++ bsp/pinned-tdx.xml | 7 +++++++ tdxref/default.xml | 11 +++++++++++ tdxref/integration.xml | 11 +++++++++++ tdxref/next.xml | 11 +++++++++++ torizoncore/default.xml | 19 +++++++++++++++++++ torizoncore/integration.xml | 19 +++++++++++++++++++ torizoncore/next.xml | 19 +++++++++++++++++++ 13 files changed, 161 insertions(+) create mode 100644 README.md create mode 100644 base/integration.xml create mode 100644 base/pinned.xml create mode 100644 bsp/integration-nxp.xml create mode 100644 bsp/integration-tdx.xml create mode 100644 bsp/pinned-nxp.xml create mode 100644 bsp/pinned-tdx.xml create mode 100644 tdxref/default.xml create mode 100644 tdxref/integration.xml create mode 100644 tdxref/next.xml create mode 100644 torizoncore/default.xml create mode 100644 torizoncore/integration.xml create mode 100644 torizoncore/next.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b4c6e5 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Toradex oe-core Setup + +To simplify installation we provide a manifest for the repo tool which manages +the different git repositories and the used versions. +[more on repo](https://code.google.com/p/git-repo/) + +This manifest allows setting up TorizonCore or Toradex Reference Images. + +## Getting Started and Documentation TorizonCore + +- [Step-by-step Getting Started Guide](https://developer.toradex.com/getting-started) +- [Torizon Software Page](https://developer.toradex.com/software/torizon) + +## Getting Started and Documentation Reference Images + +- [OpenEmbedded (core)](https://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core)) diff --git a/base/integration.xml b/base/integration.xml new file mode 100644 index 0000000..be3c9c5 --- /dev/null +++ b/base/integration.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/base/pinned.xml b/base/pinned.xml new file mode 100644 index 0000000..8bcea4a --- /dev/null +++ b/base/pinned.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + 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 @@ + + + + + + + + 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 @@ + + + + + + + + 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 @@ + + + + + + + + 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 @@ + + + + + + + diff --git a/tdxref/default.xml b/tdxref/default.xml new file mode 100644 index 0000000..40f707e --- /dev/null +++ b/tdxref/default.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tdxref/integration.xml b/tdxref/integration.xml new file mode 100644 index 0000000..7440a05 --- /dev/null +++ b/tdxref/integration.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/tdxref/next.xml b/tdxref/next.xml new file mode 100644 index 0000000..41e1c73 --- /dev/null +++ b/tdxref/next.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/torizoncore/default.xml b/torizoncore/default.xml new file mode 100644 index 0000000..e8f4691 --- /dev/null +++ b/torizoncore/default.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/torizoncore/integration.xml b/torizoncore/integration.xml new file mode 100644 index 0000000..6f31c0c --- /dev/null +++ b/torizoncore/integration.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3