From 9df36c33af8fc57fd5b54c0bc3f6b68acc8d8032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Dec 2019 21:49:04 +0100 Subject: [PATCH] layer.conf: drop rocko, sumo, thud and warrior from LAYERSERIES_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The next patch will introduce usage of features_check.bbclass which is not avaliable those branches of oe-core (master's name is still zeus). 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 26606b6..a9b9b61 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "games-layer" BBFILE_PATTERN_games-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_games-layer = "15" -LAYERSERIES_COMPAT_games-layer = "rocko sumo thud warrior zeus" +LAYERSERIES_COMPAT_games-layer = "zeus"