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>
This commit is contained in:
Scott Murray
2026-03-07 12:02:54 +02:00
parent 6320bcb769
commit 0936595355
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
- mkdir -p $CI_PROJECT_DIR/log/
.after-my-script: &after-my-script
- cd $CI_PROJECT_DIR/poky
- cd $CI_PROJECT_DIR/openembedded-core
- . ./oe-init-build-env $CI_PROJECT_DIR/build
- for x in `ls $CI_PROJECT_DIR/build/tmp/log/error-report/ | grep error_report_`; do
- send-error-report -y tmp/log/error-report/$x
+1 -1
View File
@@ -23,7 +23,7 @@ repos:
layers:
meta:
poky:
meta-yocto:
url: "https://git.yoctoproject.org/git/meta-yocto"
branch: master
layers: