summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab/issue_templates/mytemplate.md3
-rw-r--r--.gitlab/merge_request_templates/mytemplate.md3
-rw-r--r--default-floating.xml72
-rw-r--r--default.xml77
-rw-r--r--jellyfish_9.99.4.xml102
-rw-r--r--koi_10.91.0.xml103
-rw-r--r--koi_10.92.0.xml103
-rw-r--r--koi_10.93.0.xml103
-rw-r--r--lamprey_11.91.0.xml103
-rw-r--r--lamprey_11.92.0.xml99
-rw-r--r--lamprey_11.93.0.xml99
-rw-r--r--lamprey_12.0.0.xml99
-rw-r--r--lamprey_12.0.1.xml99
-rw-r--r--lamprey_12.1.0.xml99
-rw-r--r--lamprey_12.1.1.xml99
-rw-r--r--lamprey_12.1.2.xml99
-rw-r--r--lamprey_12.1.3.xml99
-rw-r--r--lamprey_12.1.4.xml99
-rw-r--r--lamprey_12.1.5.xml99
-rw-r--r--lamprey_12.1.6.xml99
-rw-r--r--lamprey_12.1.7.xml99
-rw-r--r--marlin_12.90.0.xml99
-rw-r--r--marlin_12.90.1.xml102
-rw-r--r--marlin_12.91.0.xml94
-rw-r--r--marlin_12.92.0.xml94
-rw-r--r--marlin_12.93.0.xml94
-rw-r--r--marlin_13.0.0.xml94
-rw-r--r--marlin_13.0.1.xml99
-rw-r--r--marlin_13.0.2.xml99
-rw-r--r--marlin_13.0.3.xml99
-rw-r--r--needlefish_13.91.0.xml84
-rw-r--r--needlefish_13.92.0.xml87
-rw-r--r--needlefish_14.0.0.xml88
-rw-r--r--needlefish_14.0.1.xml87
-rw-r--r--needlefish_14.0.2.xml87
-rw-r--r--octopus_14.91.0.xml87
-rw-r--r--octopus_14.92.0.xml87
-rw-r--r--octopus_14.93.0.xml87
-rw-r--r--octopus_14.94.0.xml87
-rw-r--r--pike_15.91.0.xml89
-rw-r--r--pike_15.91.1.xml89
-rw-r--r--pike_15.92.0.xml89
-rw-r--r--quillback_16.91.0.xml95
-rw-r--r--quillback_16.92.0.xml98
-rw-r--r--quillback_16.93.0.xml98
45 files changed, 3991 insertions, 79 deletions
diff --git a/.gitlab/issue_templates/mytemplate.md b/.gitlab/issue_templates/mytemplate.md
new file mode 100644
index 00000000..25d91d81
--- /dev/null
+++ b/.gitlab/issue_templates/mytemplate.md
@@ -0,0 +1,3 @@
+**Please use https://gerrit.automotivelinux.org for code contributions.**
+See also: https://docs.automotivelinux.org/ chapter "How to contribute".
+
diff --git a/.gitlab/merge_request_templates/mytemplate.md b/.gitlab/merge_request_templates/mytemplate.md
new file mode 100644
index 00000000..25d91d81
--- /dev/null
+++ b/.gitlab/merge_request_templates/mytemplate.md
@@ -0,0 +1,3 @@
+**Please use https://gerrit.automotivelinux.org for code contributions.**
+See also: https://docs.automotivelinux.org/ chapter "How to contribute".
+
diff --git a/default-floating.xml b/default-floating.xml
index aec173f3..322c0731 100644
--- a/default-floating.xml
+++ b/default-floating.xml
@@ -21,11 +21,8 @@
<!-- AGL things. -->
<project name="AGL/meta-agl" path="meta-agl" />
- <project name="AGL/meta-agl-cluster-demo" path="meta-agl-cluster-demo" />
<project name="AGL/meta-agl-demo" path="meta-agl-demo" />
<project name="AGL/meta-agl-devel" path="meta-agl-devel" />
- <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
- <project name="AGL/meta-agl-telematics-demo" path="meta-agl-telematics-demo" />
<!-- FLOATING has no fixed revision for external repos ! -->
@@ -33,68 +30,69 @@
<!-- YOCTO & OE -->
<!-- Yocto/OpenEmbedded things. -->
- <project name="poky" path="external/poky" remote="yocto" revision="dunfell" />
- <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="dunfell" />
- <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="dunfell" />
+ <project name="poky" path="external/poky" remote="yocto" revision="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="kirkstone" />
+ <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust" remote="yocto" revision="kirkstone/rust" />
<!-- UPSTREAM COMPONENTS -->
<!-- meta-virtualization -->
- <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="dunfell"/>
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="kirkstone"/>
<!-- Qt things -->
- <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="dunfell"/>
-
- <!-- Updater layers. -->
- <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="dunfell"/>
- <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="dunfell"/>
- <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="dunfell"/>
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="kirkstone"/>
<!-- Security layer -->
- <project name="meta-security" path="external/meta-security" remote="yocto" revision="dunfell"/>
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="master"/>
<!-- meta-spdxscanner - support for fossology -->
<project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="master"/>
- <!-- Alexa Auto SDK layer -->
- <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="2.0"/>
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="kirkstone"/>
- <!-- IoT SDK layer -->
- <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="dunfell"/>
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="kirkstone"/>
- <!-- clang support -->
- <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="dunfell"/>
+ <!-- meta-tensorflow -->
+ <project name="meta-tensorflow" path="external/meta-tensorflow" remote="yocto" revision="kirkstone"/>
- <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
- <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="dunfell" />
+ <!-- meta-aws -->
+ <project name="aws4embeddedlinux/meta-aws" path="external/meta-aws" remote="github" revision="kirkstone"/>
<!-- BSPs -->
+ <!-- meta-aws -->
+ <project name="aws4embeddedlinux/meta-aws" path="bsp/meta-aws" remote="github" revision="kirkstone"/>
+
<!-- Renesas Gen3 specific things -->
- <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="dunfell-dev-4.14"/>
- <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="dunfell-Yocto-v3.21.0-v2"/>
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
<!-- consolidate on meta-freescale from git.yoctoproject.org -->
- <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="dunfell"/>
- <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="dunfell"/>
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="kirkstone"/>
<!-- TI Vayu / Jacinto 6 / DRA7 -->
- <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="dunfell"/>
- <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="dunfell"/>
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="kirkstone"/>
<!-- Raspberry Pi 3, 3B+, and 4 -->
- <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="dunfell"/>
-
- <!-- DragonBoard 410c specific things -->
- <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="dunfell"/>
-
- <!-- Altera SOCFPGA platform -->
- <!-- https://github.com/kraj/meta-altera -->
- <project name="kraj/meta-altera" path="bsp/meta-altera" remote="github" revision="master"/>
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="kirkstone"/>
<!-- Sancloud BSP layers -->
- <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="dunfell"/>
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="kirkstone"/>
<project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="master"/>
+ <!-- Sifive BSP -->
+ <project name="dl9pf/meta-sifive" path="bsp/meta-sifive" remote="github" revision="master"/>
+
</manifest>
diff --git a/default.xml b/default.xml
index a14fd7eb..50cd2ec5 100644
--- a/default.xml
+++ b/default.xml
@@ -20,11 +20,8 @@
<!-- AGL things. -->
<project name="AGL/meta-agl" path="meta-agl" />
- <project name="AGL/meta-agl-cluster-demo" path="meta-agl-cluster-demo" />
<project name="AGL/meta-agl-demo" path="meta-agl-demo" />
<project name="AGL/meta-agl-devel" path="meta-agl-devel" />
- <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
- <project name="AGL/meta-agl-telematics-demo" path="meta-agl-telematics-demo" />
<!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
@@ -32,71 +29,67 @@
<!-- YOCTO & OE -->
<!-- Yocto/OpenEmbedded things. -->
- <project name="poky" path="external/poky" remote="yocto" revision="4e931b1d05018923dc145cd97f6f965f5cb6e1a5" upstream="dunfell" />
- <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
- <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="cc6fc6b1641ab23089c1e3bba11e0c6394f0867c" upstream="dunfell" />
+ <project name="poky" path="external/poky" remote="yocto" revision="54af8c5e80ebf63707ef4e51cc9d374f716da603" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="8609de00952d65bb813a48c535c937324efeb18a" upstream="kirkstone" />
+ <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust" remote="yocto" revision="1a6746a81da4d5bf2e5640fd2fa8f3ea453d40bf" upstream="kirkstone/rust" />
<!-- UPSTREAM COMPONENTS -->
<!-- meta-virtualization -->
- <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="ffd787fb850e5a1657a01febc8402c74832147a1" upstream="dunfell"/>
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="7902664f89678164b7fc90d421cee74cbec51cdf" upstream="kirkstone"/>
<!-- Qt things -->
- <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="0e7015f7a86dda995a39662edbb5c26da647c496" upstream="dunfell"/>
-
- <!-- Updater layers. -->
- <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="f4d70dae398a0b497e6c90c47b52439b43698d30" upstream="dunfell"/>
- <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
- <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="a38bc75c85d8b7bcdff510ce2c66e1446d1ded8a" upstream="dunfell"/>
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="fe0bf7f0e5408aac6cc89ff3b19b1b1941df4f64" upstream="kirkstone"/>
<!-- Security layer -->
- <project name="meta-security" path="external/meta-security" remote="yocto" revision="982a29bbb7ef32475aea7c4bb56c620065a50927" upstream="dunfell"/>
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="1a3e42cedbd94ca73be45800d0e902fec35d0f0f" upstream="kirkstone"/>
- <!-- meta-spdxscanner - support for fossology -->
- <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="dd50d88f1c7b7226c2dd608d014556a395861ab5" upstream="master"/>
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
- <!-- Alexa Auto SDK layer -->
- <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="86916d2d8c1702a8be3c88a9012ca56583bcc0c8" upstream="2.0"/>
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
- <!-- IoT SDK layer -->
- <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="9e62214c8ff2180e076d953753b979d5d41e4cd6" upstream="dunfell"/>
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
<!-- clang support -->
- <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="88685736c4a2f27bc72e398c66d5acc4e5628ffa" upstream="dunfell"/>
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="312ff1c39b1bf5d35c0321e873417eb013cea477" upstream="kirkstone"/>
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="8ace6f2c5d3c634e9c3f49b267e170aa4ba86ee4" upstream="kirkstone"/>
+ <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="418058a45eab3e1b50dd125c901f0ae4253bd472" upstream="main"/>
- <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
- <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="e2ef0dd8fa13d6b96e44773b09d07e4817d0a44d" upstream="dunfell" />
+ <!-- meta-tensorflow -->
+ <project name="meta-tensorflow" path="external/meta-tensorflow" remote="yocto" revision="ec20e19319f9eb89ceadc04923cc5bc75e865692" upstream="kirkstone"/>
<!-- BSPs -->
+ <!-- meta-aws -->
+ <project name="aws4embeddedlinux/meta-aws" path="bsp/meta-aws" remote="github" revision="a1aec268e6935a1bf7c7cae5166491551bdade5d" upstream="kirkstone"/>
+
<!-- Renesas Gen3 specific things -->
- <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="6c12c043f93966ec704d3a19765fbe200d42715d" upstream="dunfell-dev-4.14"/>
- <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="0dad8fb30506f085df3057c11dbc465c489d7e45" upstream="dunfell-Yocto-v3.21.0-v2"/>
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="11221be7ff3a535f17357bc8ac7e2851d0e8ff02" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
<!-- consolidate on meta-freescale from git.yoctoproject.org -->
- <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="6bc3d8825c20d21528e24a7237ff7392e01a81bd" upstream="dunfell"/>
- <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="9000d8b388de98a13d6db2a98cd21602e0a7b715" upstream="dunfell"/>
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="710e55d529c86d15a93c4421365ef62eb601a49b" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="9e94b64bdfebcf7bfdf2af6447cec866a4efa814" upstream="kirkstone"/>
<!-- TI Vayu / Jacinto 6 / DRA7 -->
- <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="0bd9c740267c0926e89bcfdb489790b7bf1fbd4b" upstream="dunfell"/>
- <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="f2b2b2095f1a9d3ef705f7518d9db1e3141da2fb" upstream="dunfell"/>
-
- <!-- Raspberry Pi 3, 3B+, and 4 -->
- <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="89ca43fe6411a40d1ba8f5379e49affd78cdd644" upstream="dunfell"/>
-
- <!-- DragonBoard 410c specific things -->
- <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="b187fb9232ca0a6b5f8f90b4715958546fc41d73" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="8899ce3b9ee450ea55ba33786facf08b59100cce" upstream="kirkstone"/>
- <!-- Altera SOCFPGA platform -->
- <!-- https://github.com/kraj/meta-altera -->
- <project name="kraj/meta-altera" path="bsp/meta-altera" remote="github" revision="1db773d79403c4439103f3fba51b6c42d5f7b266" upstream="master"/>
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="9dc6673d41044f1174551120ce63501421dbcd85" upstream="kirkstone"/>
<!-- Sancloud BSP layers -->
- <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="58ad2300f74acc92afa21eaeaef7fd47fcc2a61c" upstream="dunfell"/>
- <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="91dd94630dad98389bfe4e15207e771754bde75c" upstream="master"/>
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e1a23019ce2ff3879986fa63071f1a2caa23697c" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
- <!-- meta-synopsys - support for ARC HSDK board -->
- <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+ <!-- Sifive BSP -->
+ <project name="dl9pf/meta-sifive" path="bsp/meta-sifive" remote="github" revision="80a979fd222623b56e44493cf92bd9e276a65453" upstream="master"/>
</manifest>
diff --git a/jellyfish_9.99.4.xml b/jellyfish_9.99.4.xml
new file mode 100644
index 00000000..f86f4756
--- /dev/null
+++ b/jellyfish_9.99.4.xml
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/jellyfish/9.99.4"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-cluster-demo" path="meta-agl-cluster-demo" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+ <project name="AGL/meta-agl-extra" path="meta-agl-extra" />
+ <project name="AGL/meta-agl-telematics-demo" path="meta-agl-telematics-demo" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="4e931b1d05018923dc145cd97f6f965f5cb6e1a5" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="cc6fc6b1641ab23089c1e3bba11e0c6394f0867c" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="ffd787fb850e5a1657a01febc8402c74832147a1" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="0e7015f7a86dda995a39662edbb5c26da647c496" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="f4d70dae398a0b497e6c90c47b52439b43698d30" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="a38bc75c85d8b7bcdff510ce2c66e1446d1ded8a" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="982a29bbb7ef32475aea7c4bb56c620065a50927" upstream="dunfell"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="dd50d88f1c7b7226c2dd608d014556a395861ab5" upstream="master"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="86916d2d8c1702a8be3c88a9012ca56583bcc0c8" upstream="2.0"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="9e62214c8ff2180e076d953753b979d5d41e4cd6" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="88685736c4a2f27bc72e398c66d5acc4e5628ffa" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="e2ef0dd8fa13d6b96e44773b09d07e4817d0a44d" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="6c12c043f93966ec704d3a19765fbe200d42715d" upstream="dunfell-dev-4.14"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="0dad8fb30506f085df3057c11dbc465c489d7e45" upstream="dunfell-Yocto-v3.21.0-v2"/>
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="6bc3d8825c20d21528e24a7237ff7392e01a81bd" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="9000d8b388de98a13d6db2a98cd21602e0a7b715" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="0bd9c740267c0926e89bcfdb489790b7bf1fbd4b" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="f2b2b2095f1a9d3ef705f7518d9db1e3141da2fb" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="89ca43fe6411a40d1ba8f5379e49affd78cdd644" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Altera SOCFPGA platform -->
+ <!-- https://github.com/kraj/meta-altera -->
+ <project name="kraj/meta-altera" path="bsp/meta-altera" remote="github" revision="1db773d79403c4439103f3fba51b6c42d5f7b266" upstream="master"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="58ad2300f74acc92afa21eaeaef7fd47fcc2a61c" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="91dd94630dad98389bfe4e15207e771754bde75c" upstream="master"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/koi_10.91.0.xml b/koi_10.91.0.xml
new file mode 100644
index 00000000..b3dd61f1
--- /dev/null
+++ b/koi_10.91.0.xml
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/koi/10.91.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="424296bf9bb4bae27febf91bce0118df09ce5fa1" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="f2d02cb71eaff8eb285a1997b30be52486c160ae" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="ff997b6b3ba800978546098ab3cdaa113b6695e1" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="0d8eb956015acdea7e77cd6672d08dce18061510" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c74cc97641fd93e0e7a4383255e9a0ab3deaf9d7" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="master"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="86916d2d8c1702a8be3c88a9012ca56583bcc0c8" upstream="2.0"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="9e62214c8ff2180e076d953753b979d5d41e4cd6" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="e2ef0dd8fa13d6b96e44773b09d07e4817d0a44d" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="ebacfd2c83c37700c30850a4b82742954e630641" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="f3ecbd1a33e992475d78a58e8ae785a27cfe7c9e" upstream="dunfell-Yocto-v4.1.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="46f54fdc5ad854a22bf759aac7fd65db1d1bb574" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="05b1746a4adc240b690fe965ac5b8a043d9b9d03" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="07209f738f14c98e84874573c98a948ba894ecf3" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="89ca43fe6411a40d1ba8f5379e49affd78cdd644" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Altera SOCFPGA platform -->
+ <!-- https://github.com/kraj/meta-altera -->
+ <project name="kraj/meta-altera" path="bsp/meta-altera" remote="github" revision="1db773d79403c4439103f3fba51b6c42d5f7b266" upstream="master"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="3abbcd8318674c6d82bd93132e9134e946620624" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/koi_10.92.0.xml b/koi_10.92.0.xml
new file mode 100644
index 00000000..d3b0c678
--- /dev/null
+++ b/koi_10.92.0.xml
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/koi/10.92.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="424296bf9bb4bae27febf91bce0118df09ce5fa1" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="f2d02cb71eaff8eb285a1997b30be52486c160ae" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="ff997b6b3ba800978546098ab3cdaa113b6695e1" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="0d8eb956015acdea7e77cd6672d08dce18061510" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c74cc97641fd93e0e7a4383255e9a0ab3deaf9d7" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="master"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="86916d2d8c1702a8be3c88a9012ca56583bcc0c8" upstream="2.0"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="9e62214c8ff2180e076d953753b979d5d41e4cd6" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="e2ef0dd8fa13d6b96e44773b09d07e4817d0a44d" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="ebacfd2c83c37700c30850a4b82742954e630641" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="f3ecbd1a33e992475d78a58e8ae785a27cfe7c9e" upstream="dunfell-Yocto-v4.1.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="46f54fdc5ad854a22bf759aac7fd65db1d1bb574" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="05b1746a4adc240b690fe965ac5b8a043d9b9d03" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="07209f738f14c98e84874573c98a948ba894ecf3" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="987993209716302eb8f314f69a2a3340555f94d8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Altera SOCFPGA platform -->
+ <!-- https://github.com/kraj/meta-altera -->
+ <project name="kraj/meta-altera" path="bsp/meta-altera" remote="github" revision="1db773d79403c4439103f3fba51b6c42d5f7b266" upstream="master"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="3abbcd8318674c6d82bd93132e9134e946620624" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/koi_10.93.0.xml b/koi_10.93.0.xml
new file mode 100644
index 00000000..bbfb1223
--- /dev/null
+++ b/koi_10.93.0.xml
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/koi/10.93.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="424296bf9bb4bae27febf91bce0118df09ce5fa1" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="f2d02cb71eaff8eb285a1997b30be52486c160ae" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="ff997b6b3ba800978546098ab3cdaa113b6695e1" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="0d8eb956015acdea7e77cd6672d08dce18061510" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c74cc97641fd93e0e7a4383255e9a0ab3deaf9d7" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="master"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="86916d2d8c1702a8be3c88a9012ca56583bcc0c8" upstream="2.0"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="9e62214c8ff2180e076d953753b979d5d41e4cd6" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="e2ef0dd8fa13d6b96e44773b09d07e4817d0a44d" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="ebacfd2c83c37700c30850a4b82742954e630641" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="f3ecbd1a33e992475d78a58e8ae785a27cfe7c9e" upstream="dunfell-Yocto-v4.1.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="46f54fdc5ad854a22bf759aac7fd65db1d1bb574" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="05b1746a4adc240b690fe965ac5b8a043d9b9d03" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="07209f738f14c98e84874573c98a948ba894ecf3" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="987993209716302eb8f314f69a2a3340555f94d8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Altera SOCFPGA platform -->
+ <!-- https://github.com/kraj/meta-altera -->
+ <project name="kraj/meta-altera" path="bsp/meta-altera" remote="github" revision="1db773d79403c4439103f3fba51b6c42d5f7b266" upstream="master"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="3abbcd8318674c6d82bd93132e9134e946620624" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_11.91.0.xml b/lamprey_11.91.0.xml
new file mode 100644
index 00000000..afc5331e
--- /dev/null
+++ b/lamprey_11.91.0.xml
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/11.91.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="8f7d34d135e167f8949a9c44c00fd066408cb120" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="430ef96fe65f62d8da995f446d5b9b093544f031" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="89abc62b47f6f20db9d00a8ec9b2c1b6b60ac3f9" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="831f2d6451918f1cf77795c2cf5229d1e49f283f" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="d46f22b453f528868b483e39bc7a057ca68a5199" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="6b3000729ce3424c2aa8a03cd46ef37b200d2fc1" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="c0a59569d52e32c26de083597308e7bc189675dd" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="a99eb54e9b068375b306fec53f1530f7eb780014" upstream="v4.7.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="77190af02d48adc2b28216775e6318e9eeda571c" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Altera SOCFPGA platform -->
+ <!-- https://github.com/kraj/meta-altera -->
+ <project name="kraj/meta-altera" path="bsp/meta-altera" remote="github" revision="1db773d79403c4439103f3fba51b6c42d5f7b266" upstream="master"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="3abbcd8318674c6d82bd93132e9134e946620624" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_11.92.0.xml b/lamprey_11.92.0.xml
new file mode 100644
index 00000000..77b26170
--- /dev/null
+++ b/lamprey_11.92.0.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/11.92.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="6ebb33bdaccaeadff0c85aab27acf35723df00d8" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="11eae114522a6befa06c7f4021a83bc016133543" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="8be0bc1480e649b2df5f9f8e87e01c5acbe61182" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="93232ae6d52b0d1968aa0ce69fa745e85e3bbc6b" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="d46f22b453f528868b483e39bc7a057ca68a5199" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="6b3000729ce3424c2aa8a03cd46ef37b200d2fc1" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="c0a59569d52e32c26de083597308e7bc189675dd" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="a99eb54e9b068375b306fec53f1530f7eb780014" upstream="v4.7.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="77190af02d48adc2b28216775e6318e9eeda571c" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="586fb69bb95a80d3b84c1dd1d5a892f7d078bd7b" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_11.93.0.xml b/lamprey_11.93.0.xml
new file mode 100644
index 00000000..b511e4c9
--- /dev/null
+++ b/lamprey_11.93.0.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/11.93.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="6ebb33bdaccaeadff0c85aab27acf35723df00d8" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="11eae114522a6befa06c7f4021a83bc016133543" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="8be0bc1480e649b2df5f9f8e87e01c5acbe61182" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="93232ae6d52b0d1968aa0ce69fa745e85e3bbc6b" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="d46f22b453f528868b483e39bc7a057ca68a5199" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="6b3000729ce3424c2aa8a03cd46ef37b200d2fc1" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="c0a59569d52e32c26de083597308e7bc189675dd" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="a99eb54e9b068375b306fec53f1530f7eb780014" upstream="v4.7.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="77190af02d48adc2b28216775e6318e9eeda571c" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="586fb69bb95a80d3b84c1dd1d5a892f7d078bd7b" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.0.0.xml b/lamprey_12.0.0.xml
new file mode 100644
index 00000000..c73b2c4f
--- /dev/null
+++ b/lamprey_12.0.0.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.0.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="6ebb33bdaccaeadff0c85aab27acf35723df00d8" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="11eae114522a6befa06c7f4021a83bc016133543" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="8be0bc1480e649b2df5f9f8e87e01c5acbe61182" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="93232ae6d52b0d1968aa0ce69fa745e85e3bbc6b" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="d46f22b453f528868b483e39bc7a057ca68a5199" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="6b3000729ce3424c2aa8a03cd46ef37b200d2fc1" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="c0a59569d52e32c26de083597308e7bc189675dd" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="a99eb54e9b068375b306fec53f1530f7eb780014" upstream="v4.7.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="77190af02d48adc2b28216775e6318e9eeda571c" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="586fb69bb95a80d3b84c1dd1d5a892f7d078bd7b" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.0.1.xml b/lamprey_12.0.1.xml
new file mode 100644
index 00000000..439eadae
--- /dev/null
+++ b/lamprey_12.0.1.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.0.1"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="2a848e95074318f3a243df7b3f40513a13173a82" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="85f8047c71047d93cf79a954142157f85079968d" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="bf2930c69b163af0ece08cae2649afffa5b3e810" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="93232ae6d52b0d1968aa0ce69fa745e85e3bbc6b" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="c0a59569d52e32c26de083597308e7bc189675dd" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="a99eb54e9b068375b306fec53f1530f7eb780014" upstream="v4.7.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="f0c75016f06c0395d1e76fde0ef1beb71eaf404a" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="586fb69bb95a80d3b84c1dd1d5a892f7d078bd7b" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.1.0.xml b/lamprey_12.1.0.xml
new file mode 100644
index 00000000..85218492
--- /dev/null
+++ b/lamprey_12.1.0.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.1.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="0839888394a6e42e96f9f0d201376eb38bc79b24" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="7889158dcd187546fc5e99fd81d0779cad3e8d17" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="180241e0eee718fc52c7b6b25dbd1d845a8047c4" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="b76698c788cb8ca632077a972031899ef15025d6" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="52c7b51ab9ebe426a77559802333d8479864912e" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0fe77668f5d9a31a5d10449988c3d8fb8dc475c5" upstream="dunfell"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="da3177eca5e831f4cab15d51b4a7d3317f786a91" upstream="v5.5.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.1.1.xml b/lamprey_12.1.1.xml
new file mode 100644
index 00000000..6fd1d36e
--- /dev/null
+++ b/lamprey_12.1.1.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.1.1"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="bba323389749ec3e306509f8fb12649f031be152" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="ab9fca485e13f6f2f9761e1d2810f87c2e4f060a" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="c5f61e547b90aa8058cf816f00902afed9c96f72" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="b76698c788cb8ca632077a972031899ef15025d6" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="5ac36e49ab0f4b9bc72a3c747841c1f9e54e640a" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="b28a265e8544ef6bce7fb1b1dd23daa664ec86f5" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="a6199966375875fdfc295e6687c86a83fb53bf04" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.1.2.xml b/lamprey_12.1.2.xml
new file mode 100644
index 00000000..0fdf83f1
--- /dev/null
+++ b/lamprey_12.1.2.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.1.2"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="3ec873af83c7b09468605d8aadd0933aecbdb56d" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="0722ff6f021df91542b5efa1ff5b5f6269f66add" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="c5f61e547b90aa8058cf816f00902afed9c96f72" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="b76698c788cb8ca632077a972031899ef15025d6" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="5ac36e49ab0f4b9bc72a3c747841c1f9e54e640a" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="a6199966375875fdfc295e6687c86a83fb53bf04" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.1.3.xml b/lamprey_12.1.3.xml
new file mode 100644
index 00000000..b22097f8
--- /dev/null
+++ b/lamprey_12.1.3.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.1.3"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="f14992950eb90dc168eb82823ab69538f668f8bc" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="8ff12bfffcf0840d5518788a53d88d708ad3aae0" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="f6b88c1d2f515ffac90457c0d649d6c805fff736" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="3bb001d3f364bbf6588fed04b9ee2c7e74a0beba" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="3dbca0ef2ae1ea3862e540c59ad77adbcb419d57" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.1.4.xml b/lamprey_12.1.4.xml
new file mode 100644
index 00000000..5c4d24b7
--- /dev/null
+++ b/lamprey_12.1.4.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.1.4"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="1e298a42223dd2628288b372caf66c52506a8081" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="deee226017877d51188e0a46f9e6b93c10ffbb34" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="f6b88c1d2f515ffac90457c0d649d6c805fff736" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="3bb001d3f364bbf6588fed04b9ee2c7e74a0beba" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="3dbca0ef2ae1ea3862e540c59ad77adbcb419d57" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.1.5.xml b/lamprey_12.1.5.xml
new file mode 100644
index 00000000..94fe1ef6
--- /dev/null
+++ b/lamprey_12.1.5.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.1.5"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="d695bd0d3dc66f2111a25c6922f617be2d991071" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="52cee67833d1975a5bd52e4556c4cd312425a017" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="a63a54df3170fed387f810f23cdc2f483ad587df" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="3bb001d3f364bbf6588fed04b9ee2c7e74a0beba" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="c4347b507c2ba0d7eb3917303f83631244bf5048" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="88773cbb6367496b1a2ddca683afcd352be3cd58" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="2081e1bb9a44025db7297bfd5d024977d42191ed" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.1.6.xml b/lamprey_12.1.6.xml
new file mode 100644
index 00000000..a7b51a2c
--- /dev/null
+++ b/lamprey_12.1.6.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.1.6"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="4aad5914efe9789755789856882aac53de6c4ed3" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="f22bf6efaae61a8fd9272be64e7d75223c58922e" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="a63a54df3170fed387f810f23cdc2f483ad587df" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="3bb001d3f364bbf6588fed04b9ee2c7e74a0beba" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="c4347b507c2ba0d7eb3917303f83631244bf5048" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="88773cbb6367496b1a2ddca683afcd352be3cd58" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="2081e1bb9a44025db7297bfd5d024977d42191ed" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/lamprey_12.1.7.xml b/lamprey_12.1.7.xml
new file mode 100644
index 00000000..24476c89
--- /dev/null
+++ b/lamprey_12.1.7.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/lamprey/12.1.7"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="7f9b7f912e13451a4cd03b10a8090a5def68dc39" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="6792ebdd966aa0fb662989529193a0940fbfee00" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="beea119eb529b4a11f266004aee8b548427aea39" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="2231a85713443b29d9c35a3cc1b727da4db3be24" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="3bb001d3f364bbf6588fed04b9ee2c7e74a0beba" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="ae2001935fdd7cf7ee7e3b8a4826d7b59202be6d" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="f37f72a85ba273b27347169b727c889f42b91d6c" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="2081e1bb9a44025db7297bfd5d024977d42191ed" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_12.90.0.xml b/marlin_12.90.0.xml
new file mode 100644
index 00000000..34d2aae9
--- /dev/null
+++ b/marlin_12.90.0.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/12.90.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="6ebb33bdaccaeadff0c85aab27acf35723df00d8" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="11eae114522a6befa06c7f4021a83bc016133543" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="8be0bc1480e649b2df5f9f8e87e01c5acbe61182" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="93232ae6d52b0d1968aa0ce69fa745e85e3bbc6b" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="d46f22b453f528868b483e39bc7a057ca68a5199" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="e63d6f9abba5348e2183089d6ef5ea384d7ae8d8" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="6b3000729ce3424c2aa8a03cd46ef37b200d2fc1" upstream="dunfell" />
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="c0a59569d52e32c26de083597308e7bc189675dd" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="a99eb54e9b068375b306fec53f1530f7eb780014" upstream="v4.7.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="77190af02d48adc2b28216775e6318e9eeda571c" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="586fb69bb95a80d3b84c1dd1d5a892f7d078bd7b" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_12.90.1.xml b/marlin_12.90.1.xml
new file mode 100644
index 00000000..abcd2c95
--- /dev/null
+++ b/marlin_12.90.1.xml
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/12.90.1"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="0810ac6b926cd901f0619e95f367efc79d4c3159" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="3cf22d15885cf0e3e16078705e9a20f3d21f12db" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="9e9868ef3d6e5da7f0ecd0680fcd69324593842b" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Updater layers. -->
+ <project name="advancedtelematic/meta-updater" path="external/meta-updater" remote="github" revision="cc1b38310f4ebd0558438057a1edfeb4a3555b16" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-qemux86-64" path="external/meta-updater-qemux86-64" remote="github" revision="71e2e2426b09e5aed6eabed72c8d289c0343c2de" upstream="dunfell"/>
+ <project name="advancedtelematic/meta-updater-raspberrypi" path="external/meta-updater-raspberrypi" remote="github" revision="3e4795b85861e63c54f6f7c573f8bd13b3024072" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="b76698c788cb8ca632077a972031899ef15025d6" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- Alexa Auto SDK layer -->
+ <project name="alexa/alexa-auto-sdk" path="external/alexa-auto-sdk" remote="github" revision="e1564482a33648bede36740796c8d69ae3c6f7fb" upstream="2.3"/>
+
+ <!-- IoT SDK layer -->
+ <project name="intel-iot-devkit/meta-iot-cloud" path="external/meta-iot-cloud" remote="github" revision="5431f91969087d631972d73cd03b16eed0a61987" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="52c7b51ab9ebe426a77559802333d8479864912e" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0fe77668f5d9a31a5d10449988c3d8fb8dc475c5" upstream="dunfell"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="da3177eca5e831f4cab15d51b4a7d3317f786a91" upstream="v5.5.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="02a53f48b9bdb242185204610610f2209bc92ca6" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e220d23c2c01ca18161d3fb0486f295e6e90ba03" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="7b556aa2265cfc41e6e5fda7085619436fe9a385" upstream="dunfell"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_12.91.0.xml b/marlin_12.91.0.xml
new file mode 100644
index 00000000..1ba401e5
--- /dev/null
+++ b/marlin_12.91.0.xml
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/12.91.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="0839888394a6e42e96f9f0d201376eb38bc79b24" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="7889158dcd187546fc5e99fd81d0779cad3e8d17" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="180241e0eee718fc52c7b6b25dbd1d845a8047c4" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="b76698c788cb8ca632077a972031899ef15025d6" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="52c7b51ab9ebe426a77559802333d8479864912e" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="4d484dea63c527da1c435efb45ed20d1ab0dadc3" upstream="dunfell"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0fe77668f5d9a31a5d10449988c3d8fb8dc475c5" upstream="dunfell"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="da3177eca5e831f4cab15d51b4a7d3317f786a91" upstream="v5.5.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f2421b9fa04e9cad0109bfbd095ea0684c5e2281" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="a7b96dc91bb2818d8ed8210654db10d08d4d7890" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15f3d4a3c3773294f1cdb66a88744930941a892e" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="770da847ec938d8a5388ae16f25bdd235d72a7b9" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_12.92.0.xml b/marlin_12.92.0.xml
new file mode 100644
index 00000000..849b660c
--- /dev/null
+++ b/marlin_12.92.0.xml
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/12.92.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="795339092f87672e4f68e4d3bc4cfd0e252d1831" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="ab9fca485e13f6f2f9761e1d2810f87c2e4f060a" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="180241e0eee718fc52c7b6b25dbd1d845a8047c4" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="b76698c788cb8ca632077a972031899ef15025d6" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="52c7b51ab9ebe426a77559802333d8479864912e" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7d59dea18a27b16b0cede7ad5143281b82dd6701" upstream="dunfell"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0fe77668f5d9a31a5d10449988c3d8fb8dc475c5" upstream="dunfell"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="da3177eca5e831f4cab15d51b4a7d3317f786a91" upstream="v5.5.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="6d2922bee372157454e422df518b6cf0bfcf6700" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15f3d4a3c3773294f1cdb66a88744930941a892e" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="770da847ec938d8a5388ae16f25bdd235d72a7b9" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_12.93.0.xml b/marlin_12.93.0.xml
new file mode 100644
index 00000000..14667c49
--- /dev/null
+++ b/marlin_12.93.0.xml
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/12.93.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="bba323389749ec3e306509f8fb12649f031be152" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="ab9fca485e13f6f2f9761e1d2810f87c2e4f060a" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="c5f61e547b90aa8058cf816f00902afed9c96f72" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="b76698c788cb8ca632077a972031899ef15025d6" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="5ac36e49ab0f4b9bc72a3c747841c1f9e54e640a" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7d59dea18a27b16b0cede7ad5143281b82dd6701" upstream="dunfell"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="b28a265e8544ef6bce7fb1b1dd23daa664ec86f5" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="a6199966375875fdfc295e6687c86a83fb53bf04" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15613c951051c450fc8726b2576c23c105b79d53" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="ef68da514bd7cd4cfed75e69af1eb5c7ac11dbb9" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_13.0.0.xml b/marlin_13.0.0.xml
new file mode 100644
index 00000000..28808288
--- /dev/null
+++ b/marlin_13.0.0.xml
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/13.0.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="bba323389749ec3e306509f8fb12649f031be152" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="ab9fca485e13f6f2f9761e1d2810f87c2e4f060a" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="c5f61e547b90aa8058cf816f00902afed9c96f72" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="b4d24d70aca75791902df5cd59a4f4a54aa4a125" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="b76698c788cb8ca632077a972031899ef15025d6" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="5ac36e49ab0f4b9bc72a3c747841c1f9e54e640a" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7d59dea18a27b16b0cede7ad5143281b82dd6701" upstream="dunfell"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="b28a265e8544ef6bce7fb1b1dd23daa664ec86f5" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="a6199966375875fdfc295e6687c86a83fb53bf04" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="c4f04f3fb66f8f4365b08b553af8206372e90a63" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15613c951051c450fc8726b2576c23c105b79d53" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="ef68da514bd7cd4cfed75e69af1eb5c7ac11dbb9" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_13.0.1.xml b/marlin_13.0.1.xml
new file mode 100644
index 00000000..107d02bc
--- /dev/null
+++ b/marlin_13.0.1.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+ <remote name="alb" fetch="https://source.codeaurora.org/external/autobsps32"/>
+ <remote name="linaro" fetch="https://git.linaro.org/openembedded"/>
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/13.0.1"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="f14992950eb90dc168eb82823ab69538f668f8bc" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="8ff12bfffcf0840d5518788a53d88d708ad3aae0" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="f6b88c1d2f515ffac90457c0d649d6c805fff736" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="3bb001d3f364bbf6588fed04b9ee2c7e74a0beba" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7d59dea18a27b16b0cede7ad5143281b82dd6701" upstream="dunfell"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="3dbca0ef2ae1ea3862e540c59ad77adbcb419d57" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <project name="meta-alb" path="bsp/meta-alb" remote="alb" revision="deab83e3ae9651c2fa8704ba9401c1fde5f9fae5" upstream="release/bsp32.0-3.2"/>
+ <project name="meta-linaro" path="bsp/meta-linaro" remote="linaro" revision="10af9133aeb28b3487fd227c900c11b786505699" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15613c951051c450fc8726b2576c23c105b79d53" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="ef68da514bd7cd4cfed75e69af1eb5c7ac11dbb9" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_13.0.2.xml b/marlin_13.0.2.xml
new file mode 100644
index 00000000..2a8b1643
--- /dev/null
+++ b/marlin_13.0.2.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+ <remote name="alb" fetch="https://source.codeaurora.org/external/autobsps32"/>
+ <remote name="linaro" fetch="https://git.linaro.org/openembedded"/>
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/13.0.2"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="1e298a42223dd2628288b372caf66c52506a8081" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="deee226017877d51188e0a46f9e6b93c10ffbb34" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="f6b88c1d2f515ffac90457c0d649d6c805fff736" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="3bb001d3f364bbf6588fed04b9ee2c7e74a0beba" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7d59dea18a27b16b0cede7ad5143281b82dd6701" upstream="dunfell"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="3dbca0ef2ae1ea3862e540c59ad77adbcb419d57" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="c52f64973cd4043a5e8be1c7e29bb9690eb4c3e5" upstream="dunfell"/>
+
+ <project name="meta-alb" path="bsp/meta-alb" remote="alb" revision="deab83e3ae9651c2fa8704ba9401c1fde5f9fae5" upstream="release/bsp32.0-3.2"/>
+ <project name="meta-linaro" path="bsp/meta-linaro" remote="linaro" revision="10af9133aeb28b3487fd227c900c11b786505699" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15613c951051c450fc8726b2576c23c105b79d53" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="934064a01903b2ba9a82be93b3f0efdb4543a0e8" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="ef68da514bd7cd4cfed75e69af1eb5c7ac11dbb9" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/marlin_13.0.3.xml b/marlin_13.0.3.xml
new file mode 100644
index 00000000..49513627
--- /dev/null
+++ b/marlin_13.0.3.xml
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+ <remote name="alb" fetch="https://source.codeaurora.org/external/autobsps32"/>
+ <remote name="linaro" fetch="https://git.linaro.org/openembedded"/>
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/marlin/13.0.3"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="d695bd0d3dc66f2111a25c6922f617be2d991071" upstream="dunfell" />
+ <project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="52cee67833d1975a5bd52e4556c4cd312425a017" upstream="dunfell" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="a63a54df3170fed387f810f23cdc2f483ad587df" upstream="dunfell"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5ef3a0ffd3324937252790266e2b2e64d33ef34f" upstream="dunfell"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c62970fda82acf75035243766ecd195243e0f82a" upstream="dunfell"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="23bba6f8dfafc806c187fc58b31fe2466d95772d" upstream="dunfell"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="3bb001d3f364bbf6588fed04b9ee2c7e74a0beba" upstream="dunfell"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="b901080cf57d9a7f5476ab4d96e56c30db8170a8" upstream="dunfell" />
+
+ <!-- meta-ros layer -->
+ <project name="ros/meta-ros" path="external/meta-ros" remote="github" revision="7ded597103e8e54ffa979d042cdbbedb76ff7cb5" upstream="dunfell"/>
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7d59dea18a27b16b0cede7ad5143281b82dd6701" upstream="dunfell"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="4160ddb33390fa5266635c65c5a5abbed27845f6" upstream="dunfell-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="fc6201d93336a314c532e063e0abc48969b3b868" upstream="v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="c4347b507c2ba0d7eb3917303f83631244bf5048" upstream="dunfell"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="88773cbb6367496b1a2ddca683afcd352be3cd58" upstream="dunfell"/>
+
+ <project name="meta-alb" path="bsp/meta-alb" remote="alb" revision="deab83e3ae9651c2fa8704ba9401c1fde5f9fae5" upstream="release/bsp32.0-3.2"/>
+ <project name="meta-linaro" path="bsp/meta-linaro" remote="linaro" revision="10af9133aeb28b3487fd227c900c11b786505699" upstream="dunfell"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="5c09684863be8e803e3e987a5ce4940721c3f39a" upstream="dunfell"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="15613c951051c450fc8726b2576c23c105b79d53" upstream="dunfell"/>
+
+ <!-- Raspberry Pi 3, 3B+, and 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="2081e1bb9a44025db7297bfd5d024977d42191ed" upstream="dunfell"/>
+
+ <!-- DragonBoard 410c specific things -->
+ <project name="meta-qcom" path="bsp/meta-qcom" remote="yocto" revision="2778e164cd0427277e37fc03c8ed19179da1613b" upstream="dunfell"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="ef68da514bd7cd4cfed75e69af1eb5c7ac11dbb9" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+ <!-- meta-synopsys - support for ARC HSDK board -->
+ <project name="foss-for-synopsys-dwc-arc-processors/meta-synopsys" path="bsp/meta-synopsys" remote="github" revision="80656bf6551b2056c8cb02a74510e595e2553048" upstream="dunfell-agl"/>
+
+</manifest>
diff --git a/needlefish_13.91.0.xml b/needlefish_13.91.0.xml
new file mode 100644
index 00000000..12baca4a
--- /dev/null
+++ b/needlefish_13.91.0.xml
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/needlefish/13.91.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="a5ea426b1da472fc8549459fff3c1b8c6e02f4b5" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="fb7b26b0fb243620f52a61296f4eda6af6ad1af6" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="d81de7af35cc4ac803c1567a8af1c5725f80ef7d" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5b71df60e523423b9df6793de9387f87a149ac42" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="d3d8e62bf1caa3870a504c0addcfd200b33c189f" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="d669d873edf68dc7440bb07096737203bb7ec505" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="3cd0ace6e85357fd41097a5878271097cb3eedaa" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="7320fd6e4df8d622e741c923eb13c1c355a3972c" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="cdd388064845688ac3570aa76a5c01e3df32a67a" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="3a3bc0ef50031f6254f7b5f9c7b799051ec74e09" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="88e8c1cbf370940fae6dac4a8b732366f75173dc" upstream="master"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="0135a02ea577bd39dd552236ead2c5894d89da1d" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="a34ca4c3fedfed1915ec3acc40bc8c0edd70e8a4" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+</manifest>
diff --git a/needlefish_13.92.0.xml b/needlefish_13.92.0.xml
new file mode 100644
index 00000000..456ed921
--- /dev/null
+++ b/needlefish_13.92.0.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/needlefish/13.92.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="a5ea426b1da472fc8549459fff3c1b8c6e02f4b5" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="fb7b26b0fb243620f52a61296f4eda6af6ad1af6" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="d81de7af35cc4ac803c1567a8af1c5725f80ef7d" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5b71df60e523423b9df6793de9387f87a149ac42" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="d3d8e62bf1caa3870a504c0addcfd200b33c189f" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="d669d873edf68dc7440bb07096737203bb7ec505" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="090231ac1d9c8745cf08997fa7e09bc810b7897c" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="7320fd6e4df8d622e741c923eb13c1c355a3972c" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="cdd388064845688ac3570aa76a5c01e3df32a67a" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="3a3bc0ef50031f6254f7b5f9c7b799051ec74e09" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="88e8c1cbf370940fae6dac4a8b732366f75173dc" upstream="master"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="0135a02ea577bd39dd552236ead2c5894d89da1d" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="a34ca4c3fedfed1915ec3acc40bc8c0edd70e8a4" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+</manifest>
diff --git a/needlefish_14.0.0.xml b/needlefish_14.0.0.xml
new file mode 100644
index 00000000..b7d32736
--- /dev/null
+++ b/needlefish_14.0.0.xml
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/needlefish/14.0.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="a5ea426b1da472fc8549459fff3c1b8c6e02f4b5" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="fb7b26b0fb243620f52a61296f4eda6af6ad1af6" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="d81de7af35cc4ac803c1567a8af1c5725f80ef7d" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5b71df60e523423b9df6793de9387f87a149ac42" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="d3d8e62bf1caa3870a504c0addcfd200b33c189f" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="d669d873edf68dc7440bb07096737203bb7ec505" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github"
+revision="0655f2eb220d2a929157643f542f8f980986442c" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="3b4a52c7bbd88c9b5e40c2ffcf3cd063f0d09fc8" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="cdd388064845688ac3570aa76a5c01e3df32a67a" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="3a3bc0ef50031f6254f7b5f9c7b799051ec74e09" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="88e8c1cbf370940fae6dac4a8b732366f75173dc" upstream="master"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="0135a02ea577bd39dd552236ead2c5894d89da1d" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="a34ca4c3fedfed1915ec3acc40bc8c0edd70e8a4" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+</manifest>
diff --git a/needlefish_14.0.1.xml b/needlefish_14.0.1.xml
new file mode 100644
index 00000000..4735a4b1
--- /dev/null
+++ b/needlefish_14.0.1.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/needlefish/14.0.1"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="387ab5f18b17c3af3e9e30dc58584641a70f359f" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="acbe74879807fc6f82b62525d32c823899e19036" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="33eec78a244174a13fb222982f0051113ef618a4" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5b71df60e523423b9df6793de9387f87a149ac42" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="7952eba1d16264b605682ae1ccbea4d8c6e9fcac" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7702fabd669ad76e3393f1871bd0805080eb487e" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0e6f9a1c74a71622161e4e145b43f9f9b4f6d39a" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f89933bbebc21506ab75be63fba9ffbaebed94da" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="6d8213fc5ec192c33f963b8095d1f01af1574eea" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="88e8c1cbf370940fae6dac4a8b732366f75173dc" upstream="master"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="0135a02ea577bd39dd552236ead2c5894d89da1d" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="a34ca4c3fedfed1915ec3acc40bc8c0edd70e8a4" upstream="dunfell"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="98b2b2c34f186050e6092bc4f17ecb69aef6148a" upstream="master"/>
+
+</manifest>
diff --git a/needlefish_14.0.2.xml b/needlefish_14.0.2.xml
new file mode 100644
index 00000000..0810f98a
--- /dev/null
+++ b/needlefish_14.0.2.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/needlefish/14.0.2"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="2e79b199114b25d81bfaa029ccfb17676946d20d" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="50d4a8d2a983a68383ef1ffec2c8e21adf0c1a79" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="9482648daf0bb42ff3475e7892542cf99f3b8d48" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5b71df60e523423b9df6793de9387f87a149ac42" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="c728c3f9168c8a4ed05163a51dd48ca1ad8ac21d" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7702fabd669ad76e3393f1871bd0805080eb487e" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0e6f9a1c74a71622161e4e145b43f9f9b4f6d39a" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f89933bbebc21506ab75be63fba9ffbaebed94da" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="6d8213fc5ec192c33f963b8095d1f01af1574eea" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="2b11afa8aa19814264d1d7b97184ad5cb88ddfa0" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="dacad9302a92b0b7edf8546cdcad1f8ef753e462" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="7eb9a421f547e347c9da23463734758568e13f95" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+</manifest>
diff --git a/octopus_14.91.0.xml b/octopus_14.91.0.xml
new file mode 100644
index 00000000..41dcd925
--- /dev/null
+++ b/octopus_14.91.0.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/octopus/14.91.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="2e79b199114b25d81bfaa029ccfb17676946d20d" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="50d4a8d2a983a68383ef1ffec2c8e21adf0c1a79" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="9482648daf0bb42ff3475e7892542cf99f3b8d48" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5b71df60e523423b9df6793de9387f87a149ac42" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="c728c3f9168c8a4ed05163a51dd48ca1ad8ac21d" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7702fabd669ad76e3393f1871bd0805080eb487e" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0e6f9a1c74a71622161e4e145b43f9f9b4f6d39a" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f89933bbebc21506ab75be63fba9ffbaebed94da" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="6d8213fc5ec192c33f963b8095d1f01af1574eea" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="2b11afa8aa19814264d1d7b97184ad5cb88ddfa0" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="dacad9302a92b0b7edf8546cdcad1f8ef753e462" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="7eb9a421f547e347c9da23463734758568e13f95" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+</manifest>
diff --git a/octopus_14.92.0.xml b/octopus_14.92.0.xml
new file mode 100644
index 00000000..5e65c17a
--- /dev/null
+++ b/octopus_14.92.0.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/octopus/14.92.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="2e79b199114b25d81bfaa029ccfb17676946d20d" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="50d4a8d2a983a68383ef1ffec2c8e21adf0c1a79" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="9482648daf0bb42ff3475e7892542cf99f3b8d48" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="5b71df60e523423b9df6793de9387f87a149ac42" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="c728c3f9168c8a4ed05163a51dd48ca1ad8ac21d" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7702fabd669ad76e3393f1871bd0805080eb487e" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0e6f9a1c74a71622161e4e145b43f9f9b4f6d39a" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f89933bbebc21506ab75be63fba9ffbaebed94da" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="6d8213fc5ec192c33f963b8095d1f01af1574eea" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="2b11afa8aa19814264d1d7b97184ad5cb88ddfa0" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="dacad9302a92b0b7edf8546cdcad1f8ef753e462" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="7eb9a421f547e347c9da23463734758568e13f95" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+</manifest>
diff --git a/octopus_14.93.0.xml b/octopus_14.93.0.xml
new file mode 100644
index 00000000..baf5cb22
--- /dev/null
+++ b/octopus_14.93.0.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/octopus/14.93.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="c4e08719a782fd4119eaf643907b80cebf57f88f" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="a8055484f2829e8dfd03d5c8520b2c611aa7ebd2" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="927537108bcf2b98859512ce3eae59a73439994d" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="44d44933200287f7d17cf6981af4b4a0961c308d" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="bc8388c622c62cde24512d5b4473ede1f5710348" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7702fabd669ad76e3393f1871bd0805080eb487e" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0e6f9a1c74a71622161e4e145b43f9f9b4f6d39a" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f89933bbebc21506ab75be63fba9ffbaebed94da" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="6d8213fc5ec192c33f963b8095d1f01af1574eea" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="2b11afa8aa19814264d1d7b97184ad5cb88ddfa0" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="dacad9302a92b0b7edf8546cdcad1f8ef753e462" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="7eb9a421f547e347c9da23463734758568e13f95" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+</manifest>
diff --git a/octopus_14.94.0.xml b/octopus_14.94.0.xml
new file mode 100644
index 00000000..5e66fb12
--- /dev/null
+++ b/octopus_14.94.0.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/octopus/14.94.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="c4e08719a782fd4119eaf643907b80cebf57f88f" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="a8055484f2829e8dfd03d5c8520b2c611aa7ebd2" upstream="kirkstone" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="927537108bcf2b98859512ce3eae59a73439994d" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="44d44933200287f7d17cf6981af4b4a0961c308d" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="c79262a30bd385f5dbb009ef8704a1a01644528e" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="bc8388c622c62cde24512d5b4473ede1f5710348" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="7702fabd669ad76e3393f1871bd0805080eb487e" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0e6f9a1c74a71622161e4e145b43f9f9b4f6d39a" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f89933bbebc21506ab75be63fba9ffbaebed94da" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="6d8213fc5ec192c33f963b8095d1f01af1574eea" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="50b34c5cc9496441152ad28bf1022e5fc5ab0a7e" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="2b11afa8aa19814264d1d7b97184ad5cb88ddfa0" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="dacad9302a92b0b7edf8546cdcad1f8ef753e462" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="7eb9a421f547e347c9da23463734758568e13f95" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+</manifest>
diff --git a/pike_15.91.0.xml b/pike_15.91.0.xml
new file mode 100644
index 00000000..b94b0745
--- /dev/null
+++ b/pike_15.91.0.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/pike/15.91.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="f53ab3a2ff206a130cdc843839dd0ea5ec4ad02f" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="5f120a926b0fcd55cfe7565bb7ddf23661cad498" upstream="kirkstone" />
+ <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust-1.68" remote="yocto" revision="feed1bb0eb4aefb701d582156d7defb0c1fc0473" upstream="kirkstone/rust-1.68" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="9d056f957b42e31f1c2c5bad0af1ab6c84b53ee6" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="bff5bd937f0776166e81a63f3dd39ede348ef758" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="cc20e2af2ae1c74e306f6c039c4963457c4cbd0f" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="71321ddf78ea522b87a6b4bffefb14c988a6d921" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="bd02a07748a44726a43c9fa1842064dbb7084d73" upstream="kirkstone"/>
+ <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="1548ef193f55cf476af6189449ee876ba7a7fdaf" upstream="main"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0e6f9a1c74a71622161e4e145b43f9f9b4f6d39a" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="4ad7d2db225ef6338f4c2b7da3dbf46e7d77f2de" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="bf12dc09d88a53d7345377de277fbcc20ed87235" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="96aad3b29aa7a5ee4df5cf617a6336e5218fa9bd" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="1743b0101984094cb74fed9105afd59de110a044" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="2a06e4e84b04fc900f3a4524581548c9b5e57362" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="7ca1bf687945c01b7cbfea3174e4b10cd313f2d7" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+</manifest>
diff --git a/pike_15.91.1.xml b/pike_15.91.1.xml
new file mode 100644
index 00000000..432716b5
--- /dev/null
+++ b/pike_15.91.1.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/pike/15.91.1"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="f53ab3a2ff206a130cdc843839dd0ea5ec4ad02f" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="5f120a926b0fcd55cfe7565bb7ddf23661cad498" upstream="kirkstone" />
+ <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust-1.68" remote="yocto" revision="feed1bb0eb4aefb701d582156d7defb0c1fc0473" upstream="kirkstone/rust-1.68" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="9d056f957b42e31f1c2c5bad0af1ab6c84b53ee6" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="bff5bd937f0776166e81a63f3dd39ede348ef758" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="cc20e2af2ae1c74e306f6c039c4963457c4cbd0f" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="71321ddf78ea522b87a6b4bffefb14c988a6d921" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="bd02a07748a44726a43c9fa1842064dbb7084d73" upstream="kirkstone"/>
+ <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="1548ef193f55cf476af6189449ee876ba7a7fdaf" upstream="main"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="0e6f9a1c74a71622161e4e145b43f9f9b4f6d39a" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="4ad7d2db225ef6338f4c2b7da3dbf46e7d77f2de" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="bf12dc09d88a53d7345377de277fbcc20ed87235" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="96aad3b29aa7a5ee4df5cf617a6336e5218fa9bd" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="1743b0101984094cb74fed9105afd59de110a044" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="2a06e4e84b04fc900f3a4524581548c9b5e57362" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="7ca1bf687945c01b7cbfea3174e4b10cd313f2d7" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+</manifest>
diff --git a/pike_15.92.0.xml b/pike_15.92.0.xml
new file mode 100644
index 00000000..6a8397d8
--- /dev/null
+++ b/pike_15.92.0.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/pike/15.92.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="f53ab3a2ff206a130cdc843839dd0ea5ec4ad02f" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="5f120a926b0fcd55cfe7565bb7ddf23661cad498" upstream="kirkstone" />
+ <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust-1.68" remote="yocto" revision="feed1bb0eb4aefb701d582156d7defb0c1fc0473" upstream="kirkstone/rust-1.68" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="9d056f957b42e31f1c2c5bad0af1ab6c84b53ee6" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="bff5bd937f0776166e81a63f3dd39ede348ef758" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="cc20e2af2ae1c74e306f6c039c4963457c4cbd0f" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="71321ddf78ea522b87a6b4bffefb14c988a6d921" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="bd02a07748a44726a43c9fa1842064dbb7084d73" upstream="kirkstone"/>
+ <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="1548ef193f55cf476af6189449ee876ba7a7fdaf" upstream="main"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="3a5cd5971edb07f0a17486e48062a1cb2f8a230f" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="4ad7d2db225ef6338f4c2b7da3dbf46e7d77f2de" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="bf12dc09d88a53d7345377de277fbcc20ed87235" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="96aad3b29aa7a5ee4df5cf617a6336e5218fa9bd" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="1743b0101984094cb74fed9105afd59de110a044" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="2a06e4e84b04fc900f3a4524581548c9b5e57362" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e1a23019ce2ff3879986fa63071f1a2caa23697c" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+</manifest>
diff --git a/quillback_16.91.0.xml b/quillback_16.91.0.xml
new file mode 100644
index 00000000..6b51d8d3
--- /dev/null
+++ b/quillback_16.91.0.xml
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/quillback/16.91.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="e51bf557f596c4da38789a948a3228ba11455e3c" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="9c5541f7e18a1fac3b8dea71e1ebb8398d58e6ff" upstream="kirkstone" />
+ <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust-1.68" remote="yocto" revision="6b3a208f7e14138728a6e581ac75e8973ab48ef3" upstream="kirkstone/rust-1.68" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="2d8b3cba8ff27c9ec2187a52b6a551fe1dcfaa07" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="31930afca79b74e0c788452d71356c1f045e7979" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="1a3e42cedbd94ca73be45800d0e902fec35d0f0f" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="2d08d6bf376a1e06c53164fd6283b03ec2309da4" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="19f8ee7125c5621a9ac6eb3d236c573318f7e0ec" upstream="kirkstone"/>
+ <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="9da59747656328f80faca43e52d4b4fa3ef6682d" upstream="main"/>
+
+ <!-- meta-tensorflow -->
+ <project name="meta-tensorflow" path="external/meta-tensorflow" remote="yocto" revision="ec20e19319f9eb89ceadc04923cc5bc75e865692" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="f669cd36bd9dbdec6d8d9a85d5ca164180973706" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="f5cc0843233ad0df25aaf801198f67a9c1774a54" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="1a6ea560015ecda5fff8eccaf5b1327f1bb6c57f" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="b187fb9232ca0a6b5f8f90b4715958546fc41d73" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="e4d60ab2c8565eaabbad1d51972296e412744190" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="59a6a1b5dd1e21189adec49c61eae04ed3e70338" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e1a23019ce2ff3879986fa63071f1a2caa23697c" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+ <!-- Sifive BSP -->
+ <project name="dl9pf/meta-sifive" path="bsp/meta-sifive" remote="github" revision="80a979fd222623b56e44493cf92bd9e276a65453" upstream="master"/>
+
+</manifest>
diff --git a/quillback_16.92.0.xml b/quillback_16.92.0.xml
new file mode 100644
index 00000000..0d896270
--- /dev/null
+++ b/quillback_16.92.0.xml
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/quillback/16.92.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="d8d6d921fad14b82167d9f031d4fca06b5e01883" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="8a75c61cce2aa1d6e5a3597ab8fc5a7e6aeae1e4" upstream="kirkstone" />
+ <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust-1.68" remote="yocto" revision="6b3a208f7e14138728a6e581ac75e8973ab48ef3" upstream="kirkstone/rust-1.68" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="67b0ef4256a484851f3556d281ca4caa88374388" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="ae8a97f79364bed1abc297636f7933d0e35f22be" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="1a3e42cedbd94ca73be45800d0e902fec35d0f0f" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="79169d9be565b7a87310ca280d3a21aaf608ce33" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="19f8ee7125c5621a9ac6eb3d236c573318f7e0ec" upstream="kirkstone"/>
+ <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="9da59747656328f80faca43e52d4b4fa3ef6682d" upstream="main"/>
+
+ <!-- meta-tensorflow -->
+ <project name="meta-tensorflow" path="external/meta-tensorflow" remote="yocto" revision="ec20e19319f9eb89ceadc04923cc5bc75e865692" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- meta-aws -->
+ <project name="aws4embeddedlinux/meta-aws" path="bsp/meta-aws" remote="github" revision="a1aec268e6935a1bf7c7cae5166491551bdade5d" upstream="kirkstone"/>
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="f669cd36bd9dbdec6d8d9a85d5ca164180973706" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="dfd01d7bdf87b6bda254780a35659975d2b2c66e" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="1a6ea560015ecda5fff8eccaf5b1327f1bb6c57f" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="b187fb9232ca0a6b5f8f90b4715958546fc41d73" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="6ad91a192fa1ab33775a22894a413aefd0b67106" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="59a6a1b5dd1e21189adec49c61eae04ed3e70338" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e1a23019ce2ff3879986fa63071f1a2caa23697c" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+ <!-- Sifive BSP -->
+ <project name="dl9pf/meta-sifive" path="bsp/meta-sifive" remote="github" revision="80a979fd222623b56e44493cf92bd9e276a65453" upstream="master"/>
+
+</manifest>
diff --git a/quillback_16.93.0.xml b/quillback_16.93.0.xml
new file mode 100644
index 00000000..bc705f30
--- /dev/null
+++ b/quillback_16.93.0.xml
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+
+ <!-- remote servers to query -->
+ <remote name="agl"
+ fetch="https://gerrit.automotivelinux.org/gerrit/"
+ review="https://gerrit.automotivelinux.org/gerrit/"
+ pushurl="ssh://gerrit.automotivelinux.org:29418"
+ />
+ <remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
+ <remote name="github" fetch="https://github.com/" />
+ <remote name="openembedded" fetch="https://git.openembedded.org/" />
+
+ <!-- defaults -->
+ <default remote="agl" sync-j="4" revision="refs/tags/quillback/16.93.0"/>
+
+
+ <!-- CORE -->
+ <!-- use agl revisions/branches here -->
+
+ <!-- AGL things. -->
+ <project name="AGL/meta-agl" path="meta-agl" />
+ <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
+ <project name="AGL/meta-agl-devel" path="meta-agl-devel" />
+
+
+ <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! -->
+
+ <!-- YOCTO & OE -->
+
+ <!-- Yocto/OpenEmbedded things. -->
+ <project name="poky" path="external/poky" remote="yocto" revision="755632c2fcab43aa05cdcfa529727064b045073c" upstream="kirkstone" />
+ <project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="402affcc073db39f782c1ebfd718edd5f11eed4c" upstream="kirkstone" />
+ <project name="meta-lts-mixins" path="external/meta-lts-mixins_rust" remote="yocto" revision="1a4a2bb94f115ba240adbe53280f8ef71f5739d0" upstream="kirkstone/rust-1.70" />
+
+
+ <!-- UPSTREAM COMPONENTS -->
+
+ <!-- meta-virtualization -->
+ <project name="meta-virtualization" path="external/meta-virtualization" remote="yocto" revision="88327090d26955a678c6f8bd2585aad4d802f6c4" upstream="kirkstone"/>
+
+ <!-- Qt things -->
+ <project name="meta-qt5/meta-qt5" path="external/meta-qt5" remote="github" revision="ae8a97f79364bed1abc297636f7933d0e35f22be" upstream="kirkstone"/>
+
+ <!-- Security layer -->
+ <project name="meta-security" path="external/meta-security" remote="yocto" revision="1a3e42cedbd94ca73be45800d0e902fec35d0f0f" upstream="kirkstone"/>
+
+ <!-- SELinux layer -->
+ <project name="meta-selinux" path="external/meta-selinux" remote="yocto" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" upstream="kirkstone"/>
+
+ <!-- meta-codescanner - support for using CodeScanner during the build -->
+ <project name="dl9pf/meta-codechecker" path="external/meta-codechecker" remote="github" revision="f27a46feb2291d333744850a82d5c8af303e3bd5" upstream="master"/>
+
+ <!-- meta-spdxscanner - support for fossology -->
+ <project name="meta-spdxscanner" path="external/meta-spdxscanner" remote="yocto" revision="25373bc58ece8b6f07680a103b4a1bbbc99e0db1" upstream="master"/>
+
+ <!-- clang support -->
+ <project name="kraj/meta-clang" path="external/meta-clang" remote="github" revision="312ff1c39b1bf5d35c0321e873417eb013cea477" upstream="kirkstone"/>
+
+ <!-- meta-python2 as stop-gap to allow chromium to build until upstream fixes the dependencies -->
+ <project name="meta-python2" path="external/meta-python2" remote="openembedded" revision="f02882e2aa9279ca7becca8d0cedbffe88b5a253" upstream="kirkstone" />
+
+ <!-- meta-flutter -->
+ <project name="meta-flutter/meta-flutter" path="external/meta-flutter" remote="github" revision="19f8ee7125c5621a9ac6eb3d236c573318f7e0ec" upstream="kirkstone"/>
+ <project name="meta-flutter/workspace-automation" path="external/workspace-automation" remote="github" revision="9da59747656328f80faca43e52d4b4fa3ef6682d" upstream="main"/>
+
+ <!-- meta-tensorflow -->
+ <project name="meta-tensorflow" path="external/meta-tensorflow" remote="yocto" revision="ec20e19319f9eb89ceadc04923cc5bc75e865692" upstream="kirkstone"/>
+
+ <!-- BSPs -->
+
+ <!-- meta-aws -->
+ <project name="aws4embeddedlinux/meta-aws" path="bsp/meta-aws" remote="github" revision="a1aec268e6935a1bf7c7cae5166491551bdade5d" upstream="kirkstone"/>
+
+ <!-- Renesas Gen3 specific things -->
+ <project name="renesas-rcar/meta-renesas" path="bsp/meta-renesas" remote="github" revision="f669cd36bd9dbdec6d8d9a85d5ca164180973706" upstream="kirkstone-dev"/>
+ <project name="CogentEmbedded/meta-rcar" path="bsp/meta-rcar" remote="github" revision="511808a3e794ad0e35386f83d3d159c9ba48b4be" upstream="kirkstone-Yocto-v5.9.0"/>
+ <project name="AGL/meta-agl-refhw" path="bsp/meta-agl-refhw" />
+
+ <!-- consolidate on meta-freescale from git.yoctoproject.org -->
+ <project name="meta-freescale" path="bsp/meta-freescale" remote="yocto" revision="47e0b467d8555e38a996b731977d9eed9ab02051" upstream="kirkstone"/>
+ <project name="Freescale/meta-freescale-3rdparty" path="bsp/meta-freescale-3rdparty" remote="github" revision="9e94b64bdfebcf7bfdf2af6447cec866a4efa814" upstream="kirkstone"/>
+
+ <!-- TI Vayu / Jacinto 6 / DRA7 -->
+ <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="b187fb9232ca0a6b5f8f90b4715958546fc41d73" upstream="kirkstone"/>
+ <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="5769fcfb036661a3ceaeb8f90d8a9928e3d29199" upstream="kirkstone"/>
+
+ <!-- Raspberry Pi 4 -->
+ <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="59a6a1b5dd1e21189adec49c61eae04ed3e70338" upstream="kirkstone"/>
+
+ <!-- Sancloud BSP layers -->
+ <project name="SanCloudLtd/meta-sancloud" path="bsp/meta-sancloud" remote="github" revision="e1a23019ce2ff3879986fa63071f1a2caa23697c" upstream="kirkstone"/>
+ <project name="EmbeddedAndroid/meta-rtlwifi" path="bsp/meta-rtlwifi" remote="github" revision="032a394e7569d1254cd17a0358475b986e64a5a4" upstream="master"/>
+
+ <!-- Sifive BSP -->
+ <project name="dl9pf/meta-sifive" path="bsp/meta-sifive" remote="github" revision="80a979fd222623b56e44493cf92bd9e276a65453" upstream="master"/>
+
+</manifest>