mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: Fix styhead for meta-ti
meta-ti will never have a styhead branch. Have the scheduler point to a valid branch. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
15f37f7101
commit
29a5a12025
|
@ -79,7 +79,7 @@ branchdefaults = {
|
||||||
'branch_meta-mingw': 'styhead',
|
'branch_meta-mingw': 'styhead',
|
||||||
'branch_meta-openembedded': 'styhead',
|
'branch_meta-openembedded': 'styhead',
|
||||||
'branch_meta-security': 'styhead',
|
'branch_meta-security': 'styhead',
|
||||||
'branch_meta-ti': 'styhead',
|
'branch_meta-ti': 'master',
|
||||||
'branch_meta-virtualization': 'styhead',
|
'branch_meta-virtualization': 'styhead',
|
||||||
'branch_oecore': 'styhead',
|
'branch_oecore': 'styhead',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user