mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: Older releases need meta-mingw in qa-extras
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
4ea16f4c73
commit
99132fb40b
|
@ -11,6 +11,7 @@ buildertorepos = {
|
|||
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
||||
"non-gpl3": ["poky", "meta-gplv2"],
|
||||
"meta-mingw": ["poky", "meta-mingw"],
|
||||
"qa-extras": ["poky", "meta-mingw"],
|
||||
"meta-oe": ["poky", "meta-openembedded"],
|
||||
"meta-virt": ["poky", "meta-openembedded", "meta-virtualization"],
|
||||
"qemuarm-oecore": ["oecore", "bitbake"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user