mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
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:
parent
da47b89fe8
commit
b113aba114
15
config.json
15
config.json
|
@ -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",
|
||||
|
|
2
scripts/exein-path-intercepts/clang
Executable file
2
scripts/exein-path-intercepts/clang
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exit 1
|
2
scripts/exein-path-intercepts/llvm-strip
Executable file
2
scripts/exein-path-intercepts/llvm-strip
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exit 1
|
Loading…
Reference in New Issue
Block a user