summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-03-06 17:55:27 +0000
committerArmin Kuster <akuster808@gmail.com>2023-03-20 16:27:24 -0400
commitb9eb2b4d82bc69c56dcda857d3b362e73dd74a67 (patch)
tree807adea6536a8931b226c89babc1c8bd572dde0f
parentd8306e4824ba88f337b02daa21b3a44e552cd4de (diff)
downloadmeta-security-b9eb2b4d82bc69c56dcda857d3b362e73dd74a67.tar.gz
meta-security-compliance/layer: lower the priority from 10 to 6
The priority change on sumo version without any description. Since then is very hard to add in other layers a new version of any recipe on this layer with such priority so these patch reverts the priority back to 6. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> 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 f07532c..82409a6 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 = "10" 9BBFILE_PRIORITY_scanners-layer = "6"
10 10
11LAYERSERIES_COMPAT_scanners-layer = "mickledore" 11LAYERSERIES_COMPAT_scanners-layer = "mickledore"
12 12