summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-09 15:42:25 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commit17f0700b9f80f2140e3b696b419d21280ddcd814 (patch)
tree2edaefd8e8ac1ff33e5128e2f4c2271d1ada6c1a
parent229b7a45cc6422a62eeb1aa630e29f2ed8e5cd57 (diff)
downloadmeta-security-17f0700b9f80f2140e3b696b419d21280ddcd814.tar.gz
meta-security-compliance: bump layer priority
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-security-compliance/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
index 31716d6..8aff382 100644
--- a/meta-security-compliance/conf/layer.conf
+++ b/meta-security-compliance/conf/layer.conf
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6 6
7BBFILE_COLLECTIONS += "scanners-layer" 7BBFILE_COLLECTIONS += "scanners-layer"
8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_scanners-layer = "6" 9BBFILE_PRIORITY_scanners-layer = "10"
10 10
11LAYERSERIES_COMPAT_scanners-layer = "sumo" 11LAYERSERIES_COMPAT_scanners-layer = "sumo"
12 12