From 9089f9b5bed1c692db1380dcfe38d9f48d5af684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Aug 2021 00:34:02 +0200 Subject: [PATCH] layer.conf: update compatible releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove zeus: If I understand mailing lists correctly, new override syntax is back-ported down to dunfell only * add honister: This is the next release and the first to support new override syntax only Signed-off-by: Andreas Müller --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 9a5a50d..b79880a 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 = "zeus dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_games-layer = "dunfell gatesgarth hardknott honister"