summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml24
-rw-r--r--README.md5
-rw-r--r--base/pinned.xml8
-rw-r--r--bsp/integration-tdx.xml1
-rw-r--r--bsp/integration-ti.xml5
-rw-r--r--bsp/pinned-nxp.xml4
-rw-r--r--bsp/pinned-tdx.xml5
-rw-r--r--bsp/pinned-ti.xml5
-rw-r--r--tdxref/default.xml8
-rw-r--r--tdxref/integration.xml4
-rw-r--r--tdxref/next.xml2
-rw-r--r--tester/default.xml18
-rw-r--r--tester/integration.xml18
-rw-r--r--tester/next.xml18
-rw-r--r--tezi/default.xml17
-rw-r--r--tezi/integration.xml17
-rw-r--r--tezi/next.xml17
-rw-r--r--torizoncore/default.xml15
-rw-r--r--torizoncore/integration.xml13
-rw-r--r--torizoncore/next.xml7
20 files changed, 179 insertions, 32 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 609976c..b221582 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
variables:
# uncomment for the pipeline debug purpose
# CI_DEBUG_TRACE: "true"
- CI_IMAGE: gitlab.int.toradex.com:4567/oleksandr.suvorov/ci-toolchain-container:linux-kernel-builder
+ CI_IMAGE: gitlab.int.toradex.com:4567/rd/linux-bsp/ci-toolchain-container:linux-toradex_aarch32_arm_builder-bb6f84e
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
@@ -21,17 +21,29 @@ repo-sync:
GIT_STRATEGY: clone
script:
- ORIGIN=$(git remote get-url origin)
- - mkdir -p ../bin
- - wget -O ../bin/repo https://commondatastorage.googleapis.com/git-repo-downloads/repo
- - chmod a+x ../bin/repo
- - mkdir -p ../workspace
- - cd ../workspace
+ - mkdir -p bin
+ - wget -O bin/repo https://commondatastorage.googleapis.com/git-repo-downloads/repo
+ - chmod a+x bin/repo
+ - mkdir -p workspace
+ - cd workspace
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tdxref/default.xml
- ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tdxref/integration.xml
- ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tdxref/next.xml
- ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/default.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/integration.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tester/next.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/default.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/integration.xml
+ - ../bin/repo sync
+ - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/next.xml
+ - ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m torizoncore/default.xml
- ../bin/repo sync
- ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m torizoncore/integration.xml
diff --git a/README.md b/README.md
index 9b4c6e5..9fd532e 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@ the different git repositories and the used versions.
This manifest allows setting up TorizonCore or Toradex Reference Images.
+For our internal use it also allows to setup OE for the Toradex Easy Installer and
+our internal Tester.
+
## Getting Started and Documentation TorizonCore
- [Step-by-step Getting Started Guide](https://developer.toradex.com/getting-started)
@@ -13,4 +16,4 @@ This manifest allows setting up TorizonCore or Toradex Reference Images.
## Getting Started and Documentation Reference Images
-- [OpenEmbedded (core)](https://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core))
+- [OpenEmbedded (core)](https://developer.toradex.com/linux-bsp/os-development/build-yocto/build-a-reference-image-with-yocto-projectopenembedded/)
diff --git a/base/pinned.xml b/base/pinned.xml
index 0d79161..7da2de2 100644
--- a/base/pinned.xml
+++ b/base/pinned.xml
@@ -5,8 +5,8 @@
<default sync-j="4"/>
- <project name="bitbake.git" path="layers/openembedded-core/bitbake" remote="oe" revision="72a3afd99e8b785cb2a2f687e71a58e08cdd9c74" upstream="2.0"/>
- <project name="meta-openembedded.git" path="layers/meta-openembedded" remote="oe" revision="50d4a8d2a983a68383ef1ffec2c8e21adf0c1a79" upstream="kirkstone"/>
- <project name="meta-yocto" path="layers/meta-yocto" remote="yocto" revision="8f216dca2fda2c8862f81dacdcf11df3118b31b7" upstream="kirkstone"/>
- <project name="openembedded-core.git" path="layers/openembedded-core" remote="oe" revision="da2c64b3158c58eb0a484d3acbdf0419df2d34e8" upstream="kirkstone"/>
+ <project name="bitbake.git" path="layers/openembedded-core/bitbake" remote="oe" revision="40fd5f4eef7460ca67f32cfce8e229e67e1ff607" upstream="2.0"/>
+ <project name="meta-openembedded.git" path="layers/meta-openembedded" remote="oe" revision="fda737ec0cc1d2a5217548a560074a8e4d5ec580" upstream="kirkstone"/>
+ <project name="meta-yocto" path="layers/meta-yocto" remote="yocto" revision="2e1962250eeb91ac4037ddaa844b5611ce287745" upstream="kirkstone"/>
+ <project name="openembedded-core.git" path="layers/openembedded-core" remote="oe" revision="2501534c9581c6c3439f525d630be11554a57d24" upstream="kirkstone"/>
</manifest> \ No newline at end of file
diff --git a/bsp/integration-tdx.xml b/bsp/integration-tdx.xml
index f2a6826..016ef0f 100644
--- a/bsp/integration-tdx.xml
+++ b/bsp/integration-tdx.xml
@@ -4,4 +4,5 @@
<project name="meta-toradex-bsp-common.git" path="layers/meta-toradex-bsp-common" remote="tdx" revision="kirkstone-6.x.y"/>
<project name="meta-toradex-nxp.git" path="layers/meta-toradex-nxp" remote="tdx" revision="kirkstone-6.x.y"/>
+ <project name="meta-toradex-ti.git" path="layers/meta-toradex-ti" remote="tdx" revision="kirkstone-6.x.y"/>
</manifest>
diff --git a/bsp/integration-ti.xml b/bsp/integration-ti.xml
new file mode 100644
index 0000000..6e6ef62
--- /dev/null
+++ b/bsp/integration-ti.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <project name="meta-arm" path="layers/meta-arm" remote="yocto" revision="kirkstone"/>
+ <project name="meta-ti" path="layers/meta-ti" remote="yocto" revision="kirkstone"/>
+</manifest>
diff --git a/bsp/pinned-nxp.xml b/bsp/pinned-nxp.xml
index 6a726da..76f76bb 100644
--- a/bsp/pinned-nxp.xml
+++ b/bsp/pinned-nxp.xml
@@ -2,7 +2,7 @@
<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="e1ec96f0b1d89adab9ec1f224e7d6dcb0ef565c0" upstream="kirkstone"/>
+ <project name="meta-freescale-3rdparty.git" path="layers/meta-freescale-3rdparty" remote="githf" revision="9e94b64bdfebcf7bfdf2af6447cec866a4efa814" upstream="kirkstone"/>
<project name="meta-freescale-distro.git" path="layers/meta-freescale-distro" remote="githf" revision="d5bbb487b2816dfc74984a78b67f7361ce404253" upstream="kirkstone"/>
- <project name="meta-freescale.git" path="layers/meta-freescale" remote="githf" revision="5d5d2822c3381b3a337b267ce1ec92c87e1b87a3" upstream="kirkstone"/>
+ <project name="meta-freescale.git" path="layers/meta-freescale" remote="githf" revision="1aa79a0c9b7d6d8af626b2d39a1d518d70d28205" upstream="kirkstone"/>
</manifest> \ No newline at end of file
diff --git a/bsp/pinned-tdx.xml b/bsp/pinned-tdx.xml
index 8cc70e6..c123a29 100644
--- a/bsp/pinned-tdx.xml
+++ b/bsp/pinned-tdx.xml
@@ -1,6 +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="33b78f3508d5170a63e407a9216182026b5ebe08" upstream="kirkstone-6.x.y"/>
- <project name="meta-toradex-nxp.git" path="layers/meta-toradex-nxp" remote="tdx" revision="a23c4b6d01831d45634d4156b513746dda051161" upstream="kirkstone-6.x.y"/>
+ <project name="meta-toradex-bsp-common.git" path="layers/meta-toradex-bsp-common" remote="tdx" revision="8d1f2f55a0aacba66f768ad8162d64c04e859e28" upstream="kirkstone-6.x.y"/>
+ <project name="meta-toradex-nxp.git" path="layers/meta-toradex-nxp" remote="tdx" revision="a5f45db56ced7e4e767546535e9f8d6121cca42f" upstream="kirkstone-6.x.y"/>
+ <project name="meta-toradex-ti.git" path="layers/meta-toradex-ti" remote="tdx" revision="18b9c3cdefb6fa9236e025c6814ba0262ab61d17" upstream="kirkstone-6.x.y"/>
</manifest> \ No newline at end of file
diff --git a/bsp/pinned-ti.xml b/bsp/pinned-ti.xml
new file mode 100644
index 0000000..d54176e
--- /dev/null
+++ b/bsp/pinned-ti.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <project name="meta-arm" path="layers/meta-arm" remote="yocto" revision="d7b7b6fb6c7c5545e718e44f38853d1718ce5446" upstream="kirkstone"/>
+ <project name="meta-ti" path="layers/meta-ti" remote="yocto" revision="376a2143533c6497b4e79304eccca2a630784436" upstream="kirkstone"/>
+</manifest> \ No newline at end of file
diff --git a/tdxref/default.xml b/tdxref/default.xml
index 566f09c..d7f520f 100644
--- a/tdxref/default.xml
+++ b/tdxref/default.xml
@@ -4,11 +4,13 @@
<include name="base/pinned.xml"/>
<include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-ti.xml"/>
<include name="bsp/pinned-tdx.xml"/>
- <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="44d44933200287f7d17cf6981af4b4a0961c308d" upstream="kirkstone"/>
- <project name="meta-toradex-demos.git" path="layers/meta-toradex-demos" remote="tdx" revision="842174e46db477167f44870160edadb46c7a3468" upstream="kirkstone-6.x.y"/>
- <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="2712e46aadd2ec74711d69503b61dba3548e0aa4" upstream="kirkstone-6.x.y">
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="fe0bf7f0e5408aac6cc89ff3b19b1b1941df4f64" upstream="kirkstone"/>
+ <project name="meta-security" path="layers/meta-security" remote="yocto" revision="1a3e42cedbd94ca73be45800d0e902fec35d0f0f" upstream="kirkstone"/>
+ <project name="meta-toradex-demos.git" path="layers/meta-toradex-demos" remote="tdx" revision="b2296baaa1b19b27932b590d5c94fd98afdbb813" upstream="kirkstone-6.x.y"/>
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="749f9fc6c4ef45243fa649ce97a2e2cde254993a" upstream="kirkstone-6.x.y">
<copyfile dest="export" src="buildconf/export"/>
</project>
</manifest> \ No newline at end of file
diff --git a/tdxref/integration.xml b/tdxref/integration.xml
index a63ceea..ad33b21 100644
--- a/tdxref/integration.xml
+++ b/tdxref/integration.xml
@@ -4,9 +4,11 @@
<include name="base/pinned.xml"/>
<include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-ti.xml"/>
<include name="bsp/integration-tdx.xml"/>
- <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="44d44933200287f7d17cf6981af4b4a0961c308d" upstream="kirkstone"/>
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="fe0bf7f0e5408aac6cc89ff3b19b1b1941df4f64" upstream="kirkstone"/>
+ <project name="meta-security" path="layers/meta-security" remote="yocto" revision="1a3e42cedbd94ca73be45800d0e902fec35d0f0f" upstream="kirkstone"/>
<project name="meta-toradex-demos.git" path="layers/meta-toradex-demos" remote="tdx" revision="kirkstone-6.x.y"/>
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y">
<copyfile dest="export" src="buildconf/export"/>
diff --git a/tdxref/next.xml b/tdxref/next.xml
index 56c785d..1a5165f 100644
--- a/tdxref/next.xml
+++ b/tdxref/next.xml
@@ -4,9 +4,11 @@
<include name="base/integration.xml" />
<include name="bsp/integration-nxp.xml" />
+ <include name="bsp/integration-ti.xml" />
<include name="bsp/integration-tdx.xml" />
<project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="kirkstone"/>
+ <project name="meta-security" path="layers/meta-security" remote="yocto" revision="kirkstone"/>
<project name="meta-toradex-demos.git" path="layers/meta-toradex-demos" remote="tdx" revision="kirkstone-6.x.y"/>
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y">
<copyfile dest="export" src="buildconf/export"/>
diff --git a/tester/default.xml b/tester/default.xml
new file mode 100644
index 0000000..e6dbe9c
--- /dev/null
+++ b/tester/default.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/pinned.xml" />
+ <include name="bsp/pinned-nxp.xml" />
+ <include name="bsp/pinned-ti.xml"/>
+ <include name="bsp/pinned-tdx.xml" />
+
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+ <remote alias="repo" fetch="https://gitlab.int.toradex.com/rd/testing/som-fct" name="tdx-int"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="fe0bf7f0e5408aac6cc89ff3b19b1b1941df4f64" upstream="kirkstone"/>
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="749f9fc6c4ef45243fa649ce97a2e2cde254993a" upstream="kirkstone-6.x.y"/>
+
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="tdx-int" revision="05de993dea541973d5610de03b7d1e23ed519bc4" upstream="kirkstone-6.x.y">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+</manifest>
diff --git a/tester/integration.xml b/tester/integration.xml
new file mode 100644
index 0000000..31d5f5b
--- /dev/null
+++ b/tester/integration.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/pinned.xml" />
+ <include name="bsp/pinned-nxp.xml" />
+ <include name="bsp/pinned-ti.xml"/>
+ <include name="bsp/integration-tdx.xml" />
+
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+ <remote alias="repo" fetch="https://gitlab.int.toradex.com/rd/testing/som-fct" name="tdx-int"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="fe0bf7f0e5408aac6cc89ff3b19b1b1941df4f64" upstream="kirkstone"/>
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y"/>
+
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="tdx-int" revision="kirkstone-6.x.y">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+</manifest>
diff --git a/tester/next.xml b/tester/next.xml
new file mode 100644
index 0000000..f6a901e
--- /dev/null
+++ b/tester/next.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <include name="base/integration.xml" />
+ <include name="bsp/integration-nxp.xml" />
+ <include name="bsp/integration-ti.xml"/>
+ <include name="bsp/integration-tdx.xml" />
+
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+ <remote alias="repo" fetch="https://gitlab.int.toradex.com/rd/testing/som-fct" name="tdx-int"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="kirkstone"/>
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y"/>
+
+ <project name="meta-toradex-somfctdut.git" path="layers/meta-toradex-somfctdut" remote="tdx-int" revision="kirkstone-6.x.y">
+ <copyfile dest="export_somfctdut" src="buildconf/export"/>
+ </project>
+</manifest>
diff --git a/tezi/default.xml b/tezi/default.xml
new file mode 100644
index 0000000..d72f563
--- /dev/null
+++ b/tezi/default.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+
+ <include name="base/pinned.xml"/>
+ <include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-ti.xml"/>
+ <include name="bsp/pinned-tdx.xml"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="fe0bf7f0e5408aac6cc89ff3b19b1b1941df4f64" upstream="kirkstone"/>
+ <!-- meta-toradex-distro is used for bumpSRCREV -->
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="749f9fc6c4ef45243fa649ce97a2e2cde254993a" upstream="kirkstone-6.x.y"/>
+ <project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="006e35ea0f9bebcc2f8b21882d476988023b815e" upstream="kirkstone-6.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest> \ No newline at end of file
diff --git a/tezi/integration.xml b/tezi/integration.xml
new file mode 100644
index 0000000..c6484d1
--- /dev/null
+++ b/tezi/integration.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+
+ <include name="base/pinned.xml"/>
+ <include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-ti.xml"/>
+ <include name="bsp/integration-tdx.xml"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="fe0bf7f0e5408aac6cc89ff3b19b1b1941df4f64" upstream="kirkstone"/>
+ <!-- meta-toradex-distro is used for bumpSRCREV -->
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y"/>
+ <project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="kirkstone-6.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest> \ No newline at end of file
diff --git a/tezi/next.xml b/tezi/next.xml
new file mode 100644
index 0000000..7a8da75
--- /dev/null
+++ b/tezi/next.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote alias="repo" fetch="https://github.com/meta-qt5" name="githq"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="githt"/>
+
+ <include name="base/integration.xml"/>
+ <include name="bsp/integration-nxp.xml"/>
+ <include name="bsp/integration-ti.xml"/>
+ <include name="bsp/integration-tdx.xml"/>
+
+ <project name="meta-qt5.git" path="layers/meta-qt5" remote="githq" revision="kirkstone"/>
+ <!-- meta-toradex-distro is used for bumpSRCREV -->
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y"/>
+ <project name="meta-toradex-tezi.git" path="layers/meta-toradex-tezi" remote="githt" revision="kirkstone-6.x.y">
+ <copyfile dest="export" src="buildconf/export"/>
+ </project>
+</manifest>
diff --git a/torizoncore/default.xml b/torizoncore/default.xml
index 7526a20..814a25f 100644
--- a/torizoncore/default.xml
+++ b/torizoncore/default.xml
@@ -2,16 +2,19 @@
<manifest>
<include name="base/pinned.xml"/>
<include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-ti.xml"/>
<include name="bsp/pinned-tdx.xml"/>
<remote alias="repo" fetch="https://github.com/uptane" name="uptane"/>
- <remote alias="repo" fetch="https://github.com/toradex" name="toradex-torizon"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="toradex"/>
+ <remote alias="repo" fetch="https://github.com/torizon" name="torizon"/>
- <project name="meta-security" path="layers/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e"/>
- <project name="meta-updater" path="layers/meta-updater" remote="uptane" revision="c74a06710818bbac3079eb1f3b370625ea1ba494"/>
- <project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="9a487c1851aa2021cf24f951957e22fd429c8025"/>
- <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="2712e46aadd2ec74711d69503b61dba3548e0aa4"/>
- <project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="806083451af19102e0789cadf2aa45eb2926a18c">
+ <project name="meta-security" path="layers/meta-security" remote="yocto" revision="1a3e42cedbd94ca73be45800d0e902fec35d0f0f"/>
+ <project name="meta-updater" path="layers/meta-updater" remote="uptane" revision="6c4feab2db70cb0c8ddce7e18dc7b851ad475b32"/>
+ <project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="cb2bc17e96552cdfc141d27bd9f4dbd95a872846"/>
+ <project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="b2e00094d6e588433f54fe7f89ff83dfd4b755a7"/>
+ <project name="meta-toradex-security" path="layers/meta-toradex-security" remote="toradex" revision="d4ed7e16b604d0a7f422f7353dd809da0a720c00"/>
+ <project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="torizon" revision="a0fda5c93fae15a9fad7c34f72a0d131d718bde3">
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
</manifest> \ No newline at end of file
diff --git a/torizoncore/integration.xml b/torizoncore/integration.xml
index 26fdfb8..099671c 100644
--- a/torizoncore/integration.xml
+++ b/torizoncore/integration.xml
@@ -2,16 +2,19 @@
<manifest>
<include name="base/pinned.xml"/>
<include name="bsp/pinned-nxp.xml"/>
+ <include name="bsp/pinned-ti.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"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="toradex"/>
+ <remote alias="repo" fetch="https://github.com/torizon" name="torizon"/>
- <project name="meta-security" path="layers/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e"/>
- <project name="meta-updater" path="layers/meta-updater" remote="uptane" revision="c74a06710818bbac3079eb1f3b370625ea1ba494"/>
- <project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="9a487c1851aa2021cf24f951957e22fd429c8025"/>
+ <project name="meta-security" path="layers/meta-security" remote="yocto" revision="1a3e42cedbd94ca73be45800d0e902fec35d0f0f"/>
+ <project name="meta-updater" path="layers/meta-updater" remote="uptane" revision="6c4feab2db70cb0c8ddce7e18dc7b851ad475b32"/>
+ <project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="cb2bc17e96552cdfc141d27bd9f4dbd95a872846"/>
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y"/>
- <project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="kirkstone-6.x.y">
+ <project name="meta-toradex-security" path="layers/meta-toradex-security" remote="toradex" revision="kirkstone-6.x.y"/>
+ <project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="torizon" revision="kirkstone-6.x.y">
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
</manifest> \ No newline at end of file
diff --git a/torizoncore/next.xml b/torizoncore/next.xml
index 8bdc992..40a6531 100644
--- a/torizoncore/next.xml
+++ b/torizoncore/next.xml
@@ -2,16 +2,19 @@
<manifest>
<include name="base/integration.xml" />
<include name="bsp/integration-nxp.xml" />
+ <include name="bsp/integration-ti.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"/>
+ <remote alias="repo" fetch="https://github.com/toradex" name="toradex"/>
+ <remote alias="repo" fetch="https://github.com/torizon" name="torizon"/>
<project name="meta-security" path="layers/meta-security" remote="yocto" revision="kirkstone"/>
<project name="meta-updater" path="layers/meta-updater" remote="uptane" revision="kirkstone"/>
<project name="meta-virtualization" path="layers/meta-virtualization" remote="yocto" revision="kirkstone"/>
<project name="meta-toradex-distro.git" path="layers/meta-toradex-distro" remote="tdx" revision="kirkstone-6.x.y"/>
- <project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="toradex-torizon" revision="kirkstone-6.x.y">
+ <project name="meta-toradex-security" path="layers/meta-toradex-security" remote="toradex" revision="kirkstone-6.x.y"/>
+ <project name="meta-toradex-torizon" path="layers/meta-toradex-torizon" remote="torizon" revision="kirkstone-6.x.y">
<linkfile dest="setup-environment" src="scripts/setup-environment"/>
</project>
</manifest>