config.py: Add meta-oe-mirror builder

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2023-10-19 11:56:29 +01:00
parent f65f73867b
commit 93c034d436

View File

@ -27,6 +27,7 @@ buildertorepos = {
"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"],
"reproducible-meta-oe": ["poky", "meta-openembedded"],
"meta-oe-mirror": ["poky", "meta-openembedded"],
"default": ["poky"]
}
@ -127,6 +128,7 @@ builders_others = [
"buildperf-debian11",
"buildperf-alma8",
"reproducible-meta-oe",
"meta-oe-mirror",
"auh"
]