mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
config/schedulers: Fix meta-exein branch naming
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1452dffe06
commit
90129562dd
|
@ -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"],
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user