From 0f096ec8b577b6aff363fbf92feeffa4cbdf8dbc Mon Sep 17 00:00:00 2001
From: gitbot <gitbot.north@seco.com>
Date: Thu, 11 Jul 2024 15:35:02 +0000
Subject: [PATCH] Integrate gitlab-ci/77a91f9210b767e07697518d6c347b9bbf64c669

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/77a91f9210b767e07697518d6c347b9bbf64c669

YT-93 Improve release workflow
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 SRCREV.conf    | 2 +-
 default.xml    | 8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index edbfded2..77a91f92 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit edbfded230886e9f5f193293b8c0a088d433d13f
+Subproject commit 77a91f9210b767e07697518d6c347b9bbf64c669
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9fe6288c..d2f90a24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,13 +4,13 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: edbfded230886e9f5f193293b8c0a088d433d13f
+    ref: 77a91f9210b767e07697518d6c347b9bbf64c669
     file: 'manifest-pipeline-yocto.yml'
 
 variables:
   MANIFEST_PROJECT_ID: 1725
   MASTER_BRANCH: dunfell
-  GITLAB_CI_REVISION: edbfded230886e9f5f193293b8c0a088d433d13f
+  GITLAB_CI_REVISION: 77a91f9210b767e07697518d6c347b9bbf64c669
 
 generate-build-pipeline:
   variables:
diff --git a/SRCREV.conf b/SRCREV.conf
index ea89b24e..ec340a45 100644
--- a/SRCREV.conf
+++ b/SRCREV.conf
@@ -2,7 +2,7 @@ SRCREV_pn-gf-productiontests = "c53ac92fccefc9e5489e4b21f969cfc6e94b5a56"
 SRCREV_pn-gfeeprom = "f42c69410e26e87169cc1ee6fde1e843cc122302"
 SRCREV_pn-guf-show-demo = "dd131b8daf8023dea33165ab60c58d8f2e8f1f20"
 SRCREV_pn-libmdb = "c58d4e485f218369df1fcb723c7fd28697195703"
-SRCREV_pn-ltp-guf-tests = "4c60cbe10d853ee095d1213bf463ff53db59b3f8"
+SRCREV_pn-ltp-guf-tests = "40a0ed3292440a2d6777ae410765153ba58b659e"
 SRCREV_pn-touchcal-conv = "af0975508f788ef62c72972c51f04330bfa9c8f3"
 SRCREV_pn-gfxml2dto = "66160ee5b1c65111f2e011034b18baf83251090b"
 SRCREV_pn-egalaxi2c = "0b203dde93a67edc4a42a843a2528edf59af0c22"
diff --git a/default.xml b/default.xml
index 5a5ba68f..74cadfce 100644
--- a/default.xml
+++ b/default.xml
@@ -21,10 +21,10 @@
     <project name="meta-qt5.git"                    revision="10f3673fd4b6c6e1e61c23478802f83652475a5f"  remote="qt5-github"   path="sources/meta-qt5"                  />
     <project name="meta-freescale.git"              revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9"  remote="fslc"         path="sources/meta-freescale"            />
     <project name="meta-freescale-distro.git"       revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b"  remote="fslc"         path="sources/meta-freescale-distro"     />
-    <project name="layers/meta-seconorth-machine"   revision="2452f88a5eb66fd88e426df6568c676fc4d9338a"  remote="seco-ne"      path="sources/meta-seconorth-machine"    />
-    <project name="layers/meta-seconorth-distro"    revision="c5ae7a5cd0c55a7f8554bb5c41b9a6c8e4b450f5"  remote="seco-ne"      path="sources/meta-seconorth-distro"     />
-    <project name="layers/meta-seconorth-nogplv3"   revision="3c451e9e025a40ff31978ea4fc7a003334c4de0c"  remote="seco-ne"      path="sources/meta-seconorth-nogplv3"    />
-    <project name="config"                          revision="9c25a5a758ce6c5ce2026d40a9b92b57c668c203"  remote="seco-ne"      path=".conf"                              >
+    <project name="layers/meta-seconorth-machine"   revision="61ea1d81516b89709d21ffa7556008035c71d132"  remote="seco-ne"      path="sources/meta-seconorth-machine"    />
+    <project name="layers/meta-seconorth-distro"    revision="081e2dc979c893c892561d04a529cc45dac603a3"  remote="seco-ne"      path="sources/meta-seconorth-distro"     />
+    <project name="layers/meta-seconorth-nogplv3"   revision="be7505ecb7279486b32269f2cedbccd6c5c170a0"  remote="seco-ne"      path="sources/meta-seconorth-nogplv3"    />
+    <project name="config"                          revision="68c024a8bfb71d818b4a972a420ea152adc67d85"  remote="seco-ne"      path=".conf"                              >
         <linkfile dest="setup-environment" src="setup-environment" />
     </project>
 
-- 
GitLab