diff mbox series

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

Message ID 20260726065438.3170266-2-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder2] schedulers: setup wrynose branch for meta-intel | expand

Commit Message

Yoann Congal July 26, 2026, 6:54 a.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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 <yoann.congal@smile.fr>
---
 schedulers.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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',