From 9156c1abc459b2716c11e6b5dab26f9b4b2b7f68 Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@seco.com>
Date: Mon, 25 Sep 2023 11:03:46 +0000
Subject: [PATCH] Integrate gitlab-ci/confluence-add-supported-hardware and 1
 more

--

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

Confluence: add supported hardware information

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/0ef32ce7f18b4e0aa49465ec81c72759237995f3

Update simulated build to kirkstone-14.0

Remove temporary workarounds that were necessary due to changes after
the previously used release kirkstone-7.0.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 64dc51d..a750380 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 64dc51d3244909d5ce3dd1a99580d60fce0f0a64
+Subproject commit a750380925102dda54b0159a27adce3a7e5cf7db
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b61e171..a95a7cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 64dc51d3244909d5ce3dd1a99580d60fce0f0a64
+    ref: a750380925102dda54b0159a27adce3a7e5cf7db
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 64dc51d3244909d5ce3dd1a99580d60fce0f0a64
+  GITLAB_CI_REVISION: a750380925102dda54b0159a27adce3a7e5cf7db
   BB_RECIPE_NAME: secure-element-examples
-- 
GitLab