mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +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
e9c3f8fbd8
|
@ -6,7 +6,7 @@ buildertorepos = {
|
||||||
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
||||||
"meta-mingw", "meta-gplv2"],
|
"meta-mingw", "meta-gplv2"],
|
||||||
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
|
"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"],
|
"non-gpl3": ["poky", "meta-gplv2"],
|
||||||
"meta-mingw": ["poky", "meta-mingw"],
|
"meta-mingw": ["poky", "meta-mingw"],
|
||||||
"qa-extras": ["poky", "meta-mingw"],
|
"qa-extras": ["poky", "meta-mingw"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user