mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:39:02 +02:00
config.py: add meta-clang to check-layer-nightly
We want to check-layer meta-clang in the future. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5a659e104e
commit
552f1b65e4
|
@ -24,7 +24,7 @@ buildertorepos = {
|
|||
"qemuarm-oecore": ["oecore", "bitbake"],
|
||||
"checkuri": ["poky"],
|
||||
"check-layer": ["poky", "meta-mingw", "meta-gplv2"],
|
||||
"check-layer-nightly": ["poky", "meta-agl", "meta-arm", "meta-aws", "meta-intel", "meta-openembedded", "meta-virtualization", "meta-ti", "meta-security"],
|
||||
"check-layer-nightly": ["poky", "meta-agl", "meta-arm", "meta-aws", "meta-intel", "meta-openembedded", "meta-virtualization", "meta-ti", "meta-security", "meta-clang"],
|
||||
"docs": ["yocto-docs", "bitbake"],
|
||||
"default": ["poky"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user