mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Fix meta-ti branch references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
71aa271f3d
commit
c4a41ad462
|
@ -61,7 +61,7 @@ branchdefaults = {
|
|||
'branch_meta-intel': 'honister',
|
||||
'branch_meta-mingw': 'honister',
|
||||
'branch_meta-openembedded': 'honister',
|
||||
'branch_meta-ti': 'honister',
|
||||
'branch_meta-ti': 'master',
|
||||
'branch_meta-virtualization': 'honister',
|
||||
'branch_oecore': 'honister',
|
||||
},
|
||||
|
@ -75,7 +75,7 @@ branchdefaults = {
|
|||
'branch_meta-intel': 'hardknott',
|
||||
'branch_meta-mingw': 'hardknott',
|
||||
'branch_meta-openembedded': 'hardknott',
|
||||
'branch_meta-ti': 'hardknott',
|
||||
'branch_meta-ti': 'master',
|
||||
'branch_meta-virtualization': 'hardknott',
|
||||
'branch_oecore': 'hardknott',
|
||||
},
|
||||
|
@ -89,7 +89,7 @@ branchdefaults = {
|
|||
'branch_meta-intel': 'gatesgarth',
|
||||
'branch_meta-mingw': 'gatesgarth',
|
||||
'branch_meta-openembedded': 'gatesgarth',
|
||||
'branch_meta-ti': 'gatesgarth',
|
||||
'branch_meta-ti': 'master',
|
||||
'branch_meta-virtualization': 'gatesgarth',
|
||||
'branch_oecore': 'gatesgarth',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user