[yocto-autobuilder2][PATCH] schedulers: setup wrynose branch for meta-intel

Yoann Congal <[email protected]> Sun, 26 Jul 2026 08:54:39 +0200
Newsgroups org.yoctoproject.lists.yocto-patches
Message-ID <[email protected]>
From: Yoann Congal <[email protected]>

Current builds use master by default and that failed:
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/41/builds/4034
  [...]/itt_3.28.0.bb: QA Issue: itt: LICENSE value "BSD-3-Clause AND GPL-2.0-only" has an invalid format [...]

Switching meta-intel to wrynose does fix that:
https://autobuilder.yoctoproject.org/valkyrie/?#/builders/41/builds/4037

Signed-off-by: Yoann Congal <[email protected]>
---
 schedulers.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/schedulers.py b/schedulers.py
index bb16dab..47c35b9 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -80,6 +80,7 @@ branchdefaults = {
         'branch_meta-aws': 'wrynose',
         'branch_meta-clang': 'wrynose',
         'branch_meta-exein': 'wrynose',
+        'branch_meta-intel': 'wrynose',
         'branch_meta-mingw': 'wrynose',
         'branch_meta-openembedded': 'wrynose',
         'branch_meta-qcom': 'wrynose',