diff mbox series

[yocto-autobuilder2] schedulers: set meta-webosose branch to scarthgap-webos for scarthgap builds

Message ID 20250516135427.2540564-1-martin.jansa@gmail.com
State New
Headers show
Series [yocto-autobuilder2] schedulers: set meta-webosose branch to scarthgap-webos for scarthgap builds | expand

Commit Message

Martin Jansa May 16, 2025, 1:54 p.m. UTC
From: Martin Jansa <martin.jansa@gmail.com>

* scarthgap based build was triggered today:
  https://autobuilder.yoctoproject.org/valkyrie/#/builders/51/builds/39

  but it failed, because it uses meta-webosose from master branch not scarthgap-webos, missing the 3 commits from:
  https://github.com/webosose/meta-webosose/compare/master...scarthgap-webos

* adjust branch_meta-webosose
* add entry for meta-qt6 like kirkstone build has (but this
  isn't really necessary as the 6.8.1 is the default)

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
---
 schedulers.py | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/schedulers.py b/schedulers.py
index 29e85ba..3f0289e 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -116,6 +116,8 @@  branchdefaults = {
         'branch_meta-ti': 'scarthgap',
         'branch_meta-virtualization': 'scarthgap',
         'branch_oecore': 'scarthgap',
+        'branch_meta-webosose': 'scarthgap-webos',
+        'branch_meta-qt6': '6.8.1',
     },
     'nanbield': {
         'branch': 'nanbield',