summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index ca0aefa..ca1bb46 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "selinux"
9BBFILE_PATTERN_selinux := "^${LAYERDIR}/" 9BBFILE_PATTERN_selinux := "^${LAYERDIR}/"
10BBFILE_PRIORITY_selinux = "5" 10BBFILE_PRIORITY_selinux = "5"
11 11
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_selinux = "1"
15
16LAYERDEPENDS_selinux = "core"