From 79f72e2c49bdf50cc253cbea1fb3b7d99bb87698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 6 Apr 2018 21:56:09 +0200 Subject: [PATCH] layer.conf: Add LAYERSERIES_COMPAT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove warnings caused by oe-core changes [1]. Recipes building should be compatible to rocko and sumo [1] http://lists.openembedded.org/pipermail/openembedded-architecture/2018-April/000722.html Signed-off-by: Andreas Müller --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 3fe3e19..f5e39c6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,3 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/dependencies/*/*.bb ${LAYERD BBFILE_COLLECTIONS += "games-layer" BBFILE_PATTERN_games-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_games-layer = "15" + +LAYERSERIES_COMPAT_games-layer = "rocko sumo"