From 7517da38bbeb59426ca16579f563df399be546f6 Mon Sep 17 00:00:00 2001 From: Hannah Kiekens Date: Wed, 27 Oct 2021 21:27:37 +0200 Subject: [PATCH] Remove unsupported yocto versions --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index c7e190d..8eae439 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,7 +18,7 @@ BBFILE_PRIORITY_kf5 = "6" LICENSE_PATH += "${LAYERDIR}/conf/licenses" -LAYERSERIES_COMPAT_kf5 = "warrior zeus dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_kf5 = "dunfell gatesgarth hardknott" # disable check per default until all recipes are updated KF5_REUSE_LICENSECHECK_ENABLED = "0"