summaryrefslogtreecommitdiffstats
path: root/meta-security-compliance/conf/layer.conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-06-13 11:31:32 -0400
committerArmin Kuster <akuster808@gmail.com>2023-06-20 11:07:20 -0400
commit51a07148625a6b7564d0c0d54a882b2919e37684 (patch)
tree036f4a6a2cbe36cedd487c06cca20fdc2f634d42 /meta-security-compliance/conf/layer.conf
parent4bfd29a330a7dce83d5babc27b087b08c7928748 (diff)
downloadmeta-security-51a07148625a6b7564d0c0d54a882b2919e37684.tar.gz
meta-security-compliance: remove layer
simplify structure. 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.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"