summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2023-03-06 17:55:26 +0000
committerArmin Kuster <akuster808@gmail.com>2023-03-20 16:27:24 -0400
commitd8306e4824ba88f337b02daa21b3a44e552cd4de (patch)
tree17fe62571e0b9cb6355bfbb7c93e22e8b0a5433a
parentc06b9a18a669d61f68796f5092d286338b4559be (diff)
downloadmeta-security-d8306e4824ba88f337b02daa21b3a44e552cd4de.tar.gz
meta-hardening/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-hardening/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hardening/conf/layer.conf b/meta-hardening/conf/layer.conf
index add3cbc..1dbc537 100644
--- a/meta-hardening/conf/layer.conf
+++ b/meta-hardening/conf/layer.conf
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6 6
7BBFILE_COLLECTIONS += "harden-layer" 7BBFILE_COLLECTIONS += "harden-layer"
8BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_harden-layer = "10" 9BBFILE_PRIORITY_harden-layer = "6"
10 10
11LAYERSERIES_COMPAT_harden-layer = "mickledore" 11LAYERSERIES_COMPAT_harden-layer = "mickledore"
12 12