mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Add meta-virtualisation and mata-ti branch options
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7bcd57f51d
commit
71aa271f3d
|
@ -61,6 +61,8 @@ branchdefaults = {
|
|||
'branch_meta-intel': 'honister',
|
||||
'branch_meta-mingw': 'honister',
|
||||
'branch_meta-openembedded': 'honister',
|
||||
'branch_meta-ti': 'honister',
|
||||
'branch_meta-virtualization': 'honister',
|
||||
'branch_oecore': 'honister',
|
||||
},
|
||||
'hardknott': {
|
||||
|
@ -73,6 +75,8 @@ branchdefaults = {
|
|||
'branch_meta-intel': 'hardknott',
|
||||
'branch_meta-mingw': 'hardknott',
|
||||
'branch_meta-openembedded': 'hardknott',
|
||||
'branch_meta-ti': 'hardknott',
|
||||
'branch_meta-virtualization': 'hardknott',
|
||||
'branch_oecore': 'hardknott',
|
||||
},
|
||||
'gatesgarth': {
|
||||
|
@ -85,6 +89,8 @@ branchdefaults = {
|
|||
'branch_meta-intel': 'gatesgarth',
|
||||
'branch_meta-mingw': 'gatesgarth',
|
||||
'branch_meta-openembedded': 'gatesgarth',
|
||||
'branch_meta-ti': 'gatesgarth',
|
||||
'branch_meta-virtualization': 'gatesgarth',
|
||||
'branch_oecore': 'gatesgarth',
|
||||
},
|
||||
'dunfell': {
|
||||
|
@ -97,6 +103,8 @@ branchdefaults = {
|
|||
'branch_meta-intel': 'dunfell',
|
||||
'branch_meta-mingw': 'dunfell',
|
||||
'branch_meta-openembedded': 'dunfell',
|
||||
'branch_meta-ti': 'dunfell',
|
||||
'branch_meta-virtualization': 'dunfell',
|
||||
'branch_oecore': 'dunfell',
|
||||
},
|
||||
'zeus': {
|
||||
|
|
Loading…
Reference in New Issue
Block a user