diff mbox series

[meta-swupdate] layer.conf: Update layer compatibility to zeus

Message ID 1570641825-8829-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series [meta-swupdate] layer.conf: Update layer compatibility to zeus | expand

Commit Message

'Darko Komljenovic' via swupdate Oct. 9, 2019, 5:23 p.m. UTC
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 0a3a280..123e9aa 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,6 +9,6 @@  BBFILE_COLLECTIONS += "swupdate"
 BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
 BBFILE_PRIORITY_swupdate = "6"
 
-LAYERSERIES_COMPAT_swupdate = "rocko sumo thud warrior"
+LAYERSERIES_COMPAT_swupdate = "rocko sumo thud warrior zeus"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"