summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2026-03-07 12:02:54 +0200
committerScott Murray <scott.murray@konsulko.com>2026-03-07 12:02:54 +0200
commit0936595355433f9691fd30257743865b9ae27a1d (patch)
tree1371375390893562618defe2dc287ba825e7d0b6
parent6320bcb7691f1c78e29f74e830e1d05ed9656fc9 (diff)
downloadmeta-security-0936595355433f9691fd30257743865b9ae27a1d.tar.gz
A couple of small CI fixes
Change the "poky" layer configuration name to "meta-yocto" in the KAS configuration so the cloned repo name is less confusing in logs, and fix a spot where "poky" -> "openembedded-core" had been missed in the gitlab configuration. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--kas/kas-security-base.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80b2dfd..701a65a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@
10 - mkdir -p $CI_PROJECT_DIR/log/ 10 - mkdir -p $CI_PROJECT_DIR/log/
11 11
12.after-my-script: &after-my-script 12.after-my-script: &after-my-script
13 - cd $CI_PROJECT_DIR/poky 13 - cd $CI_PROJECT_DIR/openembedded-core
14 - . ./oe-init-build-env $CI_PROJECT_DIR/build 14 - . ./oe-init-build-env $CI_PROJECT_DIR/build
15 - for x in `ls $CI_PROJECT_DIR/build/tmp/log/error-report/ | grep error_report_`; do 15 - for x in `ls $CI_PROJECT_DIR/build/tmp/log/error-report/ | grep error_report_`; do
16 - send-error-report -y tmp/log/error-report/$x 16 - send-error-report -y tmp/log/error-report/$x
diff --git a/kas/kas-security-base.yml b/kas/kas-security-base.yml
index 2ab81aa..38043f5 100644
--- a/kas/kas-security-base.yml
+++ b/kas/kas-security-base.yml
@@ -23,7 +23,7 @@ repos:
23 layers: 23 layers:
24 meta: 24 meta:
25 25
26 poky: 26 meta-yocto:
27 url: "https://git.yoctoproject.org/git/meta-yocto" 27 url: "https://git.yoctoproject.org/git/meta-yocto"
28 branch: master 28 branch: master
29 layers: 29 layers: