From 4c59484a582502fa026b6db29592958c44371b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 2 Dec 2019 09:43:45 +0100 Subject: [PATCH] layer.conf: remove thud & warrior from compatible layers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit distro_features_check -> features_check rename made incompatible 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 834032a..8db5bcf 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,4 +9,4 @@ BBFILE_PATTERN_meta-retro := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-retro = "10" LAYERDEPENDS_meta-retro = "core openembedded-layer filesystems-layer" -LAYERSERIES_COMPAT_meta-retro = "thud warrior zeus" +LAYERSERIES_COMPAT_meta-retro = "zeus"