mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
config: also fetch meta-kernel for a-full builds
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
parent
3a6d511338
commit
5e75d2500f
|
@ -6,7 +6,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-kernel"],
|
||||
"non-gpl3": ["poky", "meta-gplv2"],
|
||||
"meta-mingw": ["poky", "meta-mingw"],
|
||||
"qa-extras": ["poky", "meta-mingw"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user