config: fix repos for nightly-non-gpl3

nightly-non-gpl3 builder needs the meta-gplv2 repository as well as poky

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
This commit is contained in:
Joshua Lock 2018-02-28 12:02:20 +00:00
parent f1c40f6fab
commit 2e575d2377

View File

@ -5,6 +5,7 @@ buildertorepos = {
"nightly": ["poky", "meta-intel", "openembedded-core", "bitbake",
"eclipse-poky-neon", "eclipse-poky-oxygen", "meta-qt4",
"meta-qt3", "meta-mingw", "meta-gplv2"],
"nightly-non-gpl3": ["poky", "meta-gplv2"],
"nightly-qa-extras": ["poky", "meta-mingw"],
"nightly-oecore": ["openembedded-core", "bitbake"],
"nightly-checkuri": ["poky", "meta-qt4", "meta-qt3"],