diff mbox series

[yocto-autobuilder2] config.py: Update meta-qt6 from 6.6.0 to 6.7.2

Message ID 20241105101341.2251465-1-mathieu.dubois-briand@bootlin.com
State New
Headers show
Series [yocto-autobuilder2] config.py: Update meta-qt6 from 6.6.0 to 6.7.2 | expand

Commit Message

Mathieu Dubois-Briand Nov. 5, 2024, 10:13 a.m. UTC
From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>

meta-qt6 is only used for the webosose builder and webosose now needs
Qt6.7.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 config.py     | 2 +-
 schedulers.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/config.py b/config.py
index 158cc5f2e2ab..13c4d09b0cc4 100644
--- a/config.py
+++ b/config.py
@@ -60,7 +60,7 @@  repos = {
                           "master"],
     "bitbake": ["ssh://git@push.openembedded.org/bitbake", "master"],
     "auto-upgrade-helper": ["ssh://git@push.yoctoproject.org/auto-upgrade-helper", "master"],
-    "meta-qt6": ["http://code.qt.io/yocto/meta-qt6.git", "6.6.0"],
+    "meta-qt6": ["http://code.qt.io/yocto/meta-qt6.git", "6.7.2"],
     "meta-qt4": ["ssh://git@push.yoctoproject.org/meta-qt4", "master"],
     "meta-qt3": ["ssh://git@push.yoctoproject.org/meta-qt3", "master"],
     "meta-mingw": ["ssh://git@push.yoctoproject.org/meta-mingw", "master"],
diff --git a/schedulers.py b/schedulers.py
index b9847c067be9..b53a96f1ac38 100644
--- a/schedulers.py
+++ b/schedulers.py
@@ -163,7 +163,7 @@  branchdefaults = {
         'branch_meta-virtualization': 'kirkstone',
         'branch_oecore': 'kirkstone',
         'branch_meta-webosose': 'kirkstone-webos',
-        'branch_meta-qt6': '6.6.0',
+        'branch_meta-qt6': '6.7.2',
     },
     'honister': {
         'branch': 'honister',