From 9e4e68c878ee1454c448a13ea7084febb20013be Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 28 May 2022 11:55:49 +0200 Subject: [PATCH] Add kirkstone to list of supported releases --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4b0d25e..7b69af7 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 = "dunfell gatesgarth hardknott honister" +LAYERSERIES_COMPAT_kf5 = "dunfell gatesgarth hardknott honister kirkstone" # disable check per default until all recipes are updated KF5_REUSE_LICENSECHECK_ENABLED = "0"