schedulers: Add zeus branch/release

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2019-10-08 20:42:14 +01:00
parent 52bbef9f6c
commit 8eba9650b1

View File

@ -121,7 +121,7 @@ def parent_scheduler(target):
name="branchselector",
default="master",
label="Release Shortcut Selector",
choices=["master", "master-next", "mut", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
choices=["master", "master-next", "mut", "zeus", "warrior", "thud", "sumo", "rocko", "pyro", "morty"],
selectors={
'master': {
'branch': 'master',
@ -151,6 +151,15 @@ def parent_scheduler(target):
'branch_meta-mingw': 'master',
'branch_oecore': 'master',
},
'zeus': {
'branch': 'zeus',
'branch_poky': 'zeus',
'branch_bitbake': '1.44',
'branch_meta-gplv2': 'zeus',
'branch_meta-intel': 'zeus',
'branch_meta-mingw': 'zeus',
'branch_oecore': 'zeus',
},
'warrior': {
'branch': 'warrior',
'branch_poky': 'warrior',