mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: Add missing a-full dependency layers
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d056a415ad
commit
d82a7d575f
|
@ -10,7 +10,7 @@ buildertorepos = {
|
|||
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
||||
"meta-mingw", "meta-gplv2"],
|
||||
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
|
||||
"meta-mingw", "meta-gplv2", "meta-arm"],
|
||||
"meta-mingw", "meta-gplv2", "meta-arm", "meta-aws", "meta-agl", "meta-openembedded"],
|
||||
"non-gpl3": ["poky", "meta-gplv2"],
|
||||
"meta-mingw": ["poky", "meta-mingw"],
|
||||
"qa-extras": ["poky", "meta-mingw"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user