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:
Richard Purdie 2024-10-28 14:38:02 +00:00
parent 15f37f7101
commit 29a5a12025

View File

@ -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',
}, },