From 21b5aa780ea79c32b340d53aaef808520983b88b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 1 Apr 2025 22:09:22 +0200 Subject: [PATCH] config.py: Update meta-qt6 from 6.7.2 to 6.8.1 meta-qt6 is only used for the webosose builder and webosose now uses 6.8.1 after: https://github.com/webosose/meta-webosose/commit/f2155a6afcd15729857032bfed364fb5f20f0c48 https://github.com/webosose/build-webos/commit/c9440cb8f05048755608a2b618fcfc16d241dea9 This update avoids: WARNING: meta-qt6/recipes-qt/squish/squish_7.2-20240124-0915.bb: squish is currenly not supported, build produces empty packages! shown on webosose builds on autobuilder, newer squish is included in meta-qt6 since: https://codereview.qt-project.org/c/yocto/meta-qt6/+/611845/6 this time without "inherit disable-build" which was showing that warning while parsing. Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- config.py | 2 +- schedulers.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index e07e558..a3489ec 100644 --- a/config.py +++ b/config.py @@ -61,7 +61,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.7.2"], + "meta-qt6": ["http://code.qt.io/yocto/meta-qt6.git", "6.8.1"], "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 593dff0..2cd2d9d 100644 --- a/schedulers.py +++ b/schedulers.py @@ -180,7 +180,7 @@ branchdefaults = { 'branch_meta-virtualization': 'kirkstone', 'branch_oecore': 'kirkstone', 'branch_meta-webosose': 'kirkstone-webos', - 'branch_meta-qt6': '6.7.2', + 'branch_meta-qt6': '6.8.1', }, 'honister': { 'branch': 'honister',