From b322d3d93f79009286ab852ce23f2041d273dca7 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@seco.com> Date: Mon, 25 Sep 2023 10:59:50 +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 d061eb4..304b8bc 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: kernel-module-touchgpio -- GitLab