diff mbox series

[yocto-autobuilder2] schedulers: use proper bitbake repo and branch for abelloni-next

Message ID 20240109075839.743568-1-alexandre.belloni@bootlin.com
State New
Headers show
Series [yocto-autobuilder2] schedulers: use proper bitbake repo and branch for abelloni-next | expand

Commit Message

Alexandre Belloni Jan. 9, 2024, 7:58 a.m. UTC
From: Alexandre Belloni <alexandre.belloni@bootlin.com>

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 schedulers.py | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/schedulers.py b/schedulers.py
index 5c2ba5e1b8bd..c14b7678b5fd 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -45,6 +45,8 @@  branchdefaults = {
         'branch_poky': 'abelloni/master-next',
         'repo_oecore': 'ssh://git@push.openembedded.org/openembedded-core-contrib',
         'branch_oecore': 'abelloni/master-next',
+        'repo_bitbake': 'ssh://git@push.openembedded.org/bitbake-contrib',
+        'branch_bitbake': 'abelloni/master-next',
     },
     'mut': {
         'branch': 'master',