From 9c6ffbe937dad2f4a34590a0565210811fea8138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 10 Oct 2019 01:07:51 +0200 Subject: [PATCH] Add LAYERDEPENDS (finally) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/layer.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 186a7a1..c294055 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,5 +7,13 @@ BBFILE_COLLECTIONS += "office-layer" BBFILE_PATTERN_office-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_office-layer = "7" +LAYERDEPENDS_office-layer = " \ + core \ + openembedded-layer \ + meta-python \ + gnome-layer \ + networking-layer \ +" + LAYERSERIES_COMPAT_office-layer = "thud warrior zeus"