summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2021-06-04 16:23:41 +0800
committerJoe MacDonald <joe@deserted.net>2021-06-04 18:58:17 -0400
commitb7cf3fd557c02cbd78fab53bb37cbca45db504a8 (patch)
tree5a03fb9ed5416f3a814daa82b209ec51647c7dbc
parent29e586d1b40767a836e85bfb74c2a68b9ed76d3b (diff)
downloadmeta-selinux-b7cf3fd557c02cbd78fab53bb37cbca45db504a8.tar.gz
layer.conf: set LAYERSERIES_COMPAT with honister
Set LAYERSERIES_COMPAT with honister in layer.conf which aligns with oe-core. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ff009ef..aeed565 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -23,7 +23,7 @@ BBFILE_PRIORITY_selinux = "5"
23# cause compatibility issues with other layers 23# cause compatibility issues with other layers
24LAYERVERSION_selinux = "1" 24LAYERVERSION_selinux = "1"
25 25
26LAYERSERIES_COMPAT_selinux = "dunfell gatesgarth hardknott" 26LAYERSERIES_COMPAT_selinux = "honister"
27 27
28LAYERDEPENDS_selinux = " \ 28LAYERDEPENDS_selinux = " \
29 core \ 29 core \