From e6e2d9fbdade54c866fd272b7d232cb14ca5bb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 6 Apr 2018 20:59:54 +0200 Subject: [PATCH] layer.conf: add LAYERDEPEND / LAYERSERIES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 3daf3e1..4950fc8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,3 +7,6 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb" BBFILE_COLLECTIONS += "meta-retro" BBFILE_PATTERN_meta-retro := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-retro = "10" + +LAYERDEPENDS_meta-retro = "core openembedded-layer filesystems-layer games-layer" +LAYERSERIES_COMPAT_meta-retro = "sumo rocko"