config.json: Add meta-exein compatibility testing

Add meta-exein yocto-check-layer testing. Due to HOSTTOOLS issues, we
need to had a horrible hack. v2 compatibility doesn't test for HOSTTOOLS
changes although perhaps the next version might.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2024-02-06 15:21:29 +00:00
parent da47b89fe8
commit b113aba114
3 changed files with 18 additions and 1 deletions

View File

@ -1199,7 +1199,7 @@
}
},
"check-layer-nightly" : {
"NEEDREPOS" : ["poky", "meta-agl", "meta-arm", "meta-aws", "meta-intel", "meta-ti", "meta-openembedded", "meta-virtualization", "meta-clang"],
"NEEDREPOS" : ["poky", "meta-agl", "meta-arm", "meta-aws", "meta-intel", "meta-ti", "meta-openembedded", "meta-virtualization", "meta-clang", "meta-exein"],
"step1" : {
"shortname" : "Test meta-agl YP Compatibility",
"EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-agl/meta-agl-core ../meta-agl/meta-netboot --dependency ../meta-openembedded/meta-oe ../meta-openembedded/meta-networking ../meta-openembedded/meta-python --no-auto-dependency"]
@ -1232,6 +1232,13 @@
"step8" : {
"shortname" : "Test meta-clang YP Compatibility",
"EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-clang --no-auto-dependency"]
},
"step9" : {
"shortname" : "Test meta-exein YP Compatibility",
"extravars" : [
"HOSTTOOLS:remove = 'clang llvm-strip'"
],
"EXTRACMDS" : ["export PATH=$PATH:${SCRIPTSDIR}/exein-path-intercepts; yocto-check-layer-wrapper ../meta-exein --dependency ../meta-openembedded/meta-oe --no-auto-dependency"]
}
},
"metrics" : {
@ -1824,6 +1831,12 @@
"revision" : "HEAD",
"no-layer-add" : true
},
"meta-exein" : {
"url" : "https://github.com/exein-io/meta-exein-official",
"branch" : "main",
"revision" : "HEAD",
"no-layer-add" : true
},
"auto-upgrade-helper" : {
"url" : "git://git.yoctoproject.org/auto-upgrade-helper",
"branch" : "master",

View File

@ -0,0 +1,2 @@
#!/bin/sh
exit 1

View File

@ -0,0 +1,2 @@
#!/bin/sh
exit 1