summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-09-30 10:12:51 +0800
committerJoe MacDonald <joe@deserted.net>2022-10-02 21:38:35 -0400
commit506daf988c844e857c674ef70a46476a005bf17b (patch)
tree4906a72ed42e59efe06f56c27bea2da7e92a2835
parentfbb3340b0e2ebf79a192265062f22ae43edb8494 (diff)
downloadmeta-selinux-506daf988c844e857c674ef70a46476a005bf17b.tar.gz
layer.conf: add langdale to LAYERSERIES_COMPAT
Signed-off-by: Yi Zhao <yi.zhao@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 d6f83c9..5673b73 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,7 +17,7 @@ BBFILE_PRIORITY_selinux = "5"
17# cause compatibility issues with other layers 17# cause compatibility issues with other layers
18LAYERVERSION_selinux = "1" 18LAYERVERSION_selinux = "1"
19 19
20LAYERSERIES_COMPAT_selinux = "kirkstone" 20LAYERSERIES_COMPAT_selinux = "kirkstone langdale"
21 21
22LAYERDEPENDS_selinux = " \ 22LAYERDEPENDS_selinux = " \
23 core \ 23 core \