From d7a0a38a722dbad4dc79584e04a01dd7ceb98dc1 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 17 Mar 2022 04:32:52 +0200 Subject: [PATCH] Drop older OE releases from the list of compatible releases Master is about to become compatible with kirkstone only. 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 5cb6daa..aa4c39e 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 kirkstone" +LAYERSERIES_COMPAT_games-layer = "kirkstone"