diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-03-06 17:55:26 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-03-20 16:27:24 -0400 |
commit | d8306e4824ba88f337b02daa21b3a44e552cd4de (patch) | |
tree | 17fe62571e0b9cb6355bfbb7c93e22e8b0a5433a | |
parent | c06b9a18a669d61f68796f5092d286338b4559be (diff) | |
download | meta-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.conf | 2 |
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 | ||
7 | BBFILE_COLLECTIONS += "harden-layer" | 7 | BBFILE_COLLECTIONS += "harden-layer" |
8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_harden-layer = "10" | 9 | BBFILE_PRIORITY_harden-layer = "6" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_harden-layer = "mickledore" | 11 | LAYERSERIES_COMPAT_harden-layer = "mickledore" |
12 | 12 | ||