@@ -45,12 +45,14 @@ branchdefaults = {
'branch_oecore': 'master-next',
},
'mathieu-next': {
+ 'reason': 'test mathieu/master-next',
'repo_poky': 'ssh://git@push.yoctoproject.org/poky-contrib',
'branch_poky': 'mathieu/master-next',
'repo_oecore': 'ssh://git@push.openembedded.org/openembedded-core-contrib',
'branch_oecore': 'mathieu/master-next',
'repo_bitbake': 'ssh://git@push.openembedded.org/bitbake-contrib',
'branch_bitbake': 'mathieu/master-next',
+ 'branch_meta-yocto': 'contrib/mathieu/master-next',
},
'mut': {
'branch': 'master',
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> --- schedulers.py | 2 ++ 1 file changed, 2 insertions(+) --- base-commit: 37a0183944496fb30ed73e4d2fd3acdb532a7d06 change-id: 20251017-mathieu-update-release-selector-0b0426eda722 Best regards,