From ae16bba7254aee895e31ddd35368ec2637010ff8 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 16 May 2025 15:54:27 +0200 Subject: [PATCH] schedulers: set meta-webosose branch to scarthgap-webos for scarthgap builds * 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 Signed-off-by: Richard Purdie --- schedulers.py | 2 ++ 1 file changed, 2 insertions(+) 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',