[yocto] [meta-selinux][PATCH] layer.conf: add zeus compatibility

Nicolas Dechesne nicolas.dechesne at linaro.org
Fri Oct 11 01:10:02 PDT 2019


From: Joe MacDonald <joe_macdonald at mentor.com>

Also remove thud and warrior, based on:
f5170305dcff (compat: remove thud from warrior layer compatibility
list)

Since thud or warrior users are expected to use the 'thud' or
'warrior' branch.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 89b9468..226a75a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -21,7 +21,7 @@ BBFILE_PRIORITY_selinux = "5"
 # cause compatibility issues with other layers
 LAYERVERSION_selinux = "1"
 
-LAYERSERIES_COMPAT_selinux = "thud warrior"
+LAYERSERIES_COMPAT_selinux = "zeus"
 
 LAYERDEPENDS_selinux = " \
     core \
-- 
2.20.1



More information about the yocto mailing list