mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-17 02:49:05 +02:00
config.py: Add buildtools-docs builder with meta-oe as a depenedncy
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8c7217134a
commit
fc65d707b7
|
@ -22,6 +22,7 @@ buildertorepos = {
|
|||
"meta-agl-core": ["poky", "meta-agl"],
|
||||
"meta-aws": ["poky", "meta-aws", "meta-openembedded"],
|
||||
"meta-clang": ["poky", "meta-clang"],
|
||||
"buildtools-docs": ["poky", "meta-openembedded"],
|
||||
"qemuarm-oecore": ["oecore", "bitbake"],
|
||||
"checkuri": ["poky"],
|
||||
"check-layer": ["poky", "meta-mingw", "meta-gplv2"],
|
||||
|
@ -134,7 +135,7 @@ trigger_builders_wait_perf = ["buildperf-debian11", "buildperf-alma8"]
|
|||
builders_others = [
|
||||
"reproducible-ubuntu", "reproducible-debian", "reproducible-fedora", "reproducible-centos",
|
||||
"meta-oe", "meta-virt", "meta-clang", "meta-exein",
|
||||
"bringup", "bringup-fast",
|
||||
"bringup", "bringup-fast", "buildtools-docs",
|
||||
"qemuarm-armhost",
|
||||
"check-layer-nightly",
|
||||
"metrics", "indexing",
|
||||
|
|
Loading…
Reference in New Issue
Block a user