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:
Richard Purdie 2019-04-12 10:20:24 +01:00
parent bfe50984af
commit 6a8acca22f

View File

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