diff mbox series

[meta-security,1/3] meta-hardening/layer: lower the priority from 10 to 6

Message ID 20230306175528.395007-1-jose.quaresma@foundries.io
State New
Headers show
Series [meta-security,1/3] meta-hardening/layer: lower the priority from 10 to 6 | expand

Commit Message

Jose Quaresma March 6, 2023, 5:55 p.m. UTC
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>
---
 meta-hardening/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jose Quaresma March 24, 2023, 12:08 p.m. UTC | #1
Hi Armin,

Can this patch and the others in the series be bakported to kirkstone?

Jose

Jose Quaresma via lists.yoctoproject.org <quaresma.jose=
gmail.com@lists.yoctoproject.org> escreveu no dia segunda, 6/03/2023 à(s)
17:55:

> 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>
> ---
>  meta-tpm/conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
> index 81690ca..12bd6b7 100644
> --- a/meta-tpm/conf/layer.conf
> +++ b/meta-tpm/conf/layer.conf
> @@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb
> ${LAYERDIR}/recipes*/*/*.bbappend"
>
>  BBFILE_COLLECTIONS += "tpm-layer"
>  BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
> -BBFILE_PRIORITY_tpm-layer = "10"
> +BBFILE_PRIORITY_tpm-layer = "6"
>
>  LAYERSERIES_COMPAT_tpm-layer = "mickledore"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59350):
> https://lists.yoctoproject.org/g/yocto/message/59350
> Mute This Topic: https://lists.yoctoproject.org/mt/97431082/5052612
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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"
 
 BBFILE_COLLECTIONS += "harden-layer"
 BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
-BBFILE_PRIORITY_harden-layer = "10"
+BBFILE_PRIORITY_harden-layer = "6"
 
 LAYERSERIES_COMPAT_harden-layer = "mickledore"