config/schedulers: Fix meta-exein branch naming

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2024-02-06 23:08:39 +00:00
parent 1452dffe06
commit 90129562dd
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ repos = {
"meta-agl": ["https://git.automotivelinux.org/AGL/meta-agl", "next"],
"meta-aws": ["https://github.com/aws/meta-aws.git", "master"],
"meta-ti": ["ssh://git@push.yoctoproject.org/meta-ti", "master"],
"meta-exein": ["https://github.com/exein-io/meta-exein-official", "master"],
"meta-exein": ["https://github.com/exein-io/meta-exein-official", "main"],
"meta-security": ["ssh://git@push.yoctoproject.org/meta-security", "master"],
"oecore": ["ssh://git@push.openembedded.org/openembedded-core",
"master"],

View File

@ -24,6 +24,7 @@ branchdefaults = {
'branch_meta-gplv2': 'master',
'branch_meta-intel': 'master',
'branch_meta-mingw': 'master',
'branch_meta-exein': 'main',
'branch_meta-openembedded': 'master',
'branch_oecore': 'master',
},