summaryrefslogtreecommitdiffstats
path: root/meta-security/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-security/conf/layer.conf')
-rw-r--r--meta-security/conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-security/conf/layer.conf b/meta-security/conf/layer.conf
new file mode 100644
index 000000000..efc426ed7
--- /dev/null
+++ b/meta-security/conf/layer.conf
@@ -0,0 +1,14 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "security"
+BBFILE_PATTERN_security = "^${LAYERDIR}/"
+BBFILE_PRIORITY_security = "6"
+
+LAYERSERIES_COMPAT_security = "sumo"
+
+LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
OpenPOWER on IntegriCloud