schedulders: Fix oecore-contrib url

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2023-03-23 08:46:46 +00:00
parent 67d9f4a4df
commit 62ad8a5048

View File

@ -43,7 +43,7 @@ branchdefaults = {
'abelloni-next': {
'repo_poky': 'ssh://git@push.yoctoproject.org/poky-contrib',
'branch_poky': 'abelloni/master-next',
'repo_oecore': 'ssh://git@push.openembedded.org/openembedded-core-contrib',
'repo_oecore': 'git://git.openembedded.org/openembedded-core-contrib',
'branch_oecore': 'abelloni/master-next',
},
'mut': {