summaryrefslogtreecommitdiffstats
path: root/meta-security-compliance/conf/layer.conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-09-28 19:38:47 -0700
committerArmin Kuster <akuster808@gmail.com>2017-09-30 11:47:20 -0700
commitc1781db5be57f0ff35c14f7982698dbbdcdf09f7 (patch)
tree68cf3ed7e7d98f5ff3d341da7a5d2d58d260a955 /meta-security-compliance/conf/layer.conf
parentd34afdfbf5e0567af9cad86805c48d02b7e8d573 (diff)
downloadmeta-security-c1781db5be57f0ff35c14f7982698dbbdcdf09f7.tar.gz
meta-security-compliance: add new layer for compliance and audit applications
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-security-compliance/conf/layer.conf')
-rw-r--r--meta-security-compliance/conf/layer.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
new file mode 100644
index 0000000..b1b9727
--- /dev/null
+++ b/meta-security-compliance/conf/layer.conf
@@ -0,0 +1,13 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass"
6
7BBFILE_COLLECTIONS += "scanners-layer"
8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_scanners-layer = "6"
10
11LAYERDEPENDS_scanners-layer = " \
12 core \
13"