[yocto] [meta-swupd][PATCH] layer.conf: add LAYERSERIES_COMPAT

André Draszik git at andred.net
Tue May 22 05:08:41 PDT 2018


From: André Draszik <andre.draszik at jci.com>

This layer is compatible with pyro and sumo/master (both tested),
and hence should also be compatible with rocko (untested).

Signed-off-by: André Draszik <andre.draszik at jci.com>
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 50e7558..16b1832 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,6 +11,8 @@ BBFILE_PRIORITY_meta-swupd = "6"
 
 LAYERVERSION_meta-swupd = "1"
 
+LAYERSERIES_COMPAT_meta-swupd = "pyro rocko sumo"
+
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
   oe-swupd-helpers->bash \
   oe-swupd-helpers->busybox \
-- 
2.17.0



More information about the yocto mailing list