mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config: Add missing patchtest dependency on meta-openembedded
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
644e7a32c1
commit
2832ecd3fa
|
@ -27,7 +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"],
|
"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"],
|
"docs": ["yocto-docs", "bitbake"],
|
||||||
"reproducible-meta-oe": ["poky", "meta-openembedded"],
|
"reproducible-meta-oe": ["poky", "meta-openembedded"],
|
||||||
"patchtest": ["poky", "meta-patchtest"],
|
"patchtest": ["poky", "meta-patchtest", "meta-openembedded"],
|
||||||
"meta-oe-mirror": ["poky", "meta-openembedded"],
|
"meta-oe-mirror": ["poky", "meta-openembedded"],
|
||||||
"default": ["poky"]
|
"default": ["poky"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user