yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/3] meta-hardening/layer: lower the priority from 10 to 6
@ 2023-03-06 17:55 Jose Quaresma
  2023-03-06 17:55 ` [meta-security][PATCH 2/3] meta-security-compliance/layer: " Jose Quaresma
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jose Quaresma @ 2023-03-06 17:55 UTC (permalink / raw)
  To: yocto; +Cc: ricardo, Jose Quaresma

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(-)

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"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-security][PATCH 2/3] meta-security-compliance/layer: lower the priority from 10 to 6
  2023-03-06 17:55 [meta-security][PATCH 1/3] meta-hardening/layer: lower the priority from 10 to 6 Jose Quaresma
@ 2023-03-06 17:55 ` Jose Quaresma
  2023-03-06 17:55 ` [meta-security][PATCH 3/3] meta-tpm/layer: " Jose Quaresma
       [not found] ` <1749E61EB799563E.24753@lists.yoctoproject.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Jose Quaresma @ 2023-03-06 17:55 UTC (permalink / raw)
  To: yocto; +Cc: ricardo, Jose Quaresma

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-security-compliance/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
 BBFILE_COLLECTIONS += "scanners-layer"
 BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
-BBFILE_PRIORITY_scanners-layer = "10"
+BBFILE_PRIORITY_scanners-layer = "6"
 
 LAYERSERIES_COMPAT_scanners-layer = "mickledore"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-security][PATCH 3/3] meta-tpm/layer: lower the priority from 10 to 6
  2023-03-06 17:55 [meta-security][PATCH 1/3] meta-hardening/layer: lower the priority from 10 to 6 Jose Quaresma
  2023-03-06 17:55 ` [meta-security][PATCH 2/3] meta-security-compliance/layer: " Jose Quaresma
@ 2023-03-06 17:55 ` Jose Quaresma
       [not found] ` <1749E61EB799563E.24753@lists.yoctoproject.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Jose Quaresma @ 2023-03-06 17:55 UTC (permalink / raw)
  To: yocto; +Cc: ricardo, Jose Quaresma

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [yocto] [meta-security][PATCH 3/3] meta-tpm/layer: lower the priority from 10 to 6
       [not found] ` <1749E61EB799563E.24753@lists.yoctoproject.org>
@ 2023-03-24 12:08   ` Jose Quaresma
  0 siblings, 0 replies; 4+ messages in thread
From: Jose Quaresma @ 2023-03-24 12:08 UTC (permalink / raw)
  To: quaresma.jose; +Cc: yocto, ricardo, Jose Quaresma

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 2701 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-24 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-06 17:55 [meta-security][PATCH 1/3] meta-hardening/layer: lower the priority from 10 to 6 Jose Quaresma
2023-03-06 17:55 ` [meta-security][PATCH 2/3] meta-security-compliance/layer: " Jose Quaresma
2023-03-06 17:55 ` [meta-security][PATCH 3/3] meta-tpm/layer: " Jose Quaresma
     [not found] ` <1749E61EB799563E.24753@lists.yoctoproject.org>
2023-03-24 12:08   ` [yocto] " Jose Quaresma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).