From b5940827d8bf5739fff9e8a90668228e96a8bd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Mar 2020 11:25:16 +0100 Subject: [PATCH] Mark layer as dunfell compatible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 b49fc3d..7a32b0a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "mortsgna-layer" BBFILE_PATTERN_mortsgna-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_mortsgna-layer = "7" -LAYERSERIES_COMPAT_mortsgna-layer = "zeus" +LAYERSERIES_COMPAT_mortsgna-layer = "zeus dunfell" # This is a compromise: Because of dynamic appends it needs oe-core only. Our # images have a huge dependency list (see README). So the layers set here are