mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: No longer need meta-qt4 since rocko and qt3 is also long dead
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
bfe50984af
commit
6a8acca22f
|
@ -4,18 +4,16 @@ buildertorepos = {
|
|||
"eclipse-plugin-neon": ["eclipse-poky-neon"],
|
||||
"eclipse-plugin-oxygen": ["eclipse-poky-oxygen"],
|
||||
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
||||
"meta-qt4",
|
||||
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
||||
"meta-mingw", "meta-gplv2"],
|
||||
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
|
||||
"meta-qt4",
|
||||
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
||||
"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"],
|
||||
"checkuri": ["poky", "meta-qt4", "meta-qt3"],
|
||||
"checkuri": ["poky"],
|
||||
"check-layer": ["poky", "meta-mingw", "meta-gplv2"],
|
||||
"default": ["poky"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user