summaryrefslogtreecommitdiffstats
path: root/meta-security-compliance/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-security-compliance/conf/layer.conf')
-rw-r--r--meta-security-compliance/conf/layer.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
deleted file mode 100644
index 82409a6..0000000
--- a/meta-security-compliance/conf/layer.conf
+++ /dev/null
@@ -1,15 +0,0 @@
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"
6
7BBFILE_COLLECTIONS += "scanners-layer"
8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_scanners-layer = "6"
10
11LAYERSERIES_COMPAT_scanners-layer = "mickledore"
12
13LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
14
15BBLAYERS_LAYERINDEX_NAME_scanners-layer = "meta-security-compliance"