config: also fetch meta-kernel for a-full builds

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton 2020-07-20 09:48:29 +01:00 committed by Richard Purdie
parent 3a6d511338
commit e9c3f8fbd8

View File

@ -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"],