diff mbox series

[yocto-autobuilder2,v2,2/2] schedulers: Add missing stable branches for non-core repos

Message ID 20260121174651.64212-2-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder2,v2,1/2] schedulers: sort repo branches in maintained stable branches | expand

Commit Message

Yoann Congal Jan. 21, 2026, 5:46 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>

---
v1->v2: removed whinlatter for meta-clang
---
 schedulers.py | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/schedulers.py b/schedulers.py
index 0018fcb..95d87e0 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -75,7 +75,9 @@  branchdefaults = {
         'branch': 'whinlatter',
         'branch_bitbake': '2.16',
         'branch_meta-arm': 'whinlatter',
+        'branch_meta-aws': 'whinlatter',
         'branch_meta-gplv2': 'master',
+        'branch_meta-intel': 'whinlatter',
         'branch_meta-mingw': 'whinlatter',
         'branch_meta-openembedded': 'whinlatter',
         'branch_meta-virtualization': 'whinlatter',
@@ -134,6 +136,7 @@  branchdefaults = {
         'branch_meta-ti': 'scarthgap',
         'branch_meta-virtualization': 'scarthgap',
         'branch_meta-webosose': 'scarthgap-webos',
+        'branch_meta-yocto': 'scarthgap',
         'branch_oecore': 'scarthgap',
         'branch_poky': 'scarthgap',
     },
@@ -199,8 +202,10 @@  branchdefaults = {
         'branch_meta-ti': 'kirkstone',
         'branch_meta-virtualization': 'kirkstone',
         'branch_meta-webosose': 'kirkstone-webos',
+        'branch_meta-yocto': 'kirkstone',
         'branch_oecore': 'kirkstone',
         'branch_poky': 'kirkstone',
+        'branch_yocto-docs': 'kirkstone',
     },
     'honister': {
         'branch': 'honister',