From eb653c5f09569b6b32d02a8c3ba3f995367730e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 2 Dec 2019 09:48:16 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index ff22a21..c6e22bc 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -4,7 +4,7 @@ BBPATH .= ":${LAYERDIR}" # recipes BBFILES += "${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*/*.bb" # appends -BBFILES += "${LAYERDIR}/extends-*/*.bb ${LAYERDIR}/extends-*/*.bbappend" +BBFILES += "${LAYERDIR}/appends/*/*.bbappend" BBFILE_COLLECTIONS += "meta-musicians" BBFILE_PATTERN_meta-musicians := "^${LAYERDIR}/" @@ -20,4 +20,4 @@ LAYERDEPENDS_meta-musicians = " \ meta-python \ qt5-layer \ " -LAYERSERIES_COMPAT_meta-musicians = "thud warrior zeus" +LAYERSERIES_COMPAT_meta-musicians = "zeus"