mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
config.py: Add meta-oe-mirror builder
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f65f73867b
commit
93c034d436
|
@ -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"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user