From 8c0348cd3f7401370214914378ba23d493e6936f Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 2 Mar 2022 02:57:54 +0200 Subject: [PATCH] Add kirkstone to layer compatibility list Signed-off-by: Marko Lindqvist --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index b79880a..5cb6daa 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_PATTERN_games-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_games-layer = "15" LAYERDEPENDS_games-layer = "core openembedded-layer filesystems-layer gnome-layer networking-layer multimedia-layer meta-python" -LAYERSERIES_COMPAT_games-layer = "dunfell gatesgarth hardknott honister" +LAYERSERIES_COMPAT_games-layer = "dunfell gatesgarth hardknott honister kirkstone"