From 89baa7eaa8434c2df3d6060b0e9f4aff039aadb0 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 6 Jun 2025 10:26:45 +0000 Subject: [PATCH] layers: update compatible Yocto releases Add whinlatter to compatible layes and remove old Yocto release that don't have recent enough CMake to work with Qt. Oldest supported release for Qt 6.11 will now be Yocto 5.0 Scarthgap. Change-Id: Ie40fdebd1c80ce913b0e5acbc5d1d1f815366f1e Reviewed-by: Mikko Gronoff --- README.md | 8 ++++---- conf/layer.conf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 588e40e..44c1b1a 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ the LAYERSERIES_COMPAT (c). | walnascar | x | x | x | | | | | | | | styhead | x | x | x | c | | | | | | | scarthgap | x | x | x | c | c | x | | | | -| nanbield | c | c | c | c | c | c | | | | -| mickledore | c | c | c | c | c | c | c | | | -| langdale | c | c | c | c | c | c | c | | | -| kirkstone | x | x | x | c | c | x | c | c | c | +| nanbield | | c | c | c | c | c | | | | +| mickledore | | c | c | c | c | c | c | | | +| langdale | | c | c | c | c | c | c | | | +| kirkstone | | x | x | c | c | x | c | c | c | | honister | | | | | c | c | c | c | c | | hardknott | | | | | c | c | c | c | c | | gatesgarth | | | | | c | c | c | c | c | diff --git a/conf/layer.conf b/conf/layer.conf index 2386020..95c5d0c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -35,7 +35,7 @@ LAYERVERSION_qt6-layer = "1" LAYERDEPENDS_qt6-layer = "core openembedded-layer meta-python" -LAYERSERIES_COMPAT_qt6-layer = "kirkstone langdale mickledore nanbield scarthgap styhead walnascar" +LAYERSERIES_COMPAT_qt6-layer = "scarthgap styhead walnascar whinlatter" LICENSE_PATH += "${LAYERDIR}/licenses"