mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2026-01-27 11:01:23 +01:00
config.py: add meta-riscv
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ffe0b6de86
commit
044e5fe818
|
|
@ -24,7 +24,7 @@ buildertorepos = {
|
|||
"qemuarm-oecore": ["oecore", "bitbake"],
|
||||
"checkuri": baserepos,
|
||||
"check-layer": baserepos + ["meta-mingw", "meta-gplv2"],
|
||||
"check-layer-nightly": baserepos + ["meta-agl", "meta-arm", "meta-aws", "meta-intel", "meta-openembedded", "meta-virtualization", "meta-ti", "meta-security", "meta-clang", "meta-exein", "meta-qcom"],
|
||||
"check-layer-nightly": baserepos + ["meta-agl", "meta-arm", "meta-aws", "meta-intel", "meta-openembedded", "meta-virtualization", "meta-ti", "meta-security", "meta-clang", "meta-exein", "meta-qcom", "meta-riscv"],
|
||||
"docs": ["yocto-autobuilder-helper", "yocto-docs", "bitbake"],
|
||||
"reproducible-meta-oe": baserepos + ["meta-openembedded"],
|
||||
"patchtest": baserepos + ["meta-patchtest", "meta-openembedded"],
|
||||
|
|
@ -66,6 +66,7 @@ repos = {
|
|||
"meta-clang": ["https://github.com/kraj/meta-clang.git", "master"],
|
||||
"meta-webosose": ["https://github.com/webosose/meta-webosose.git", "master"],
|
||||
"meta-qcom": ["https://github.com/qualcomm-linux/meta-qcom", "master"],
|
||||
"meta-riscv": ["https://github.com/riscv/meta-riscv.git", "master"],
|
||||
}
|
||||
|
||||
trigger_builders_wait_shared = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user