All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] layer.conf: Update for zeus series
@ 2019-10-08 22:54 Armin Kuster
  2019-10-11  7:51 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2019-10-08 22:54 UTC (permalink / raw)
  To: yocto

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 conf/layer.conf                          | 2 +-
 meta-integrity/conf/layer.conf           | 2 +-
 meta-security-compliance/conf/layer.conf | 2 +-
 meta-tpm/conf/layer.conf                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index b9a4f25..3e890e1 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "security"
 BBFILE_PATTERN_security = "^${LAYERDIR}/"
 BBFILE_PRIORITY_security = "8"
 
-LAYERSERIES_COMPAT_security = "warrior"
+LAYERSERIES_COMPAT_security = "zeus"
 
 LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 41989da..962424c 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -21,6 +21,6 @@ INTEGRITY_BASE := '${LAYERDIR}'
 # interactive shell is enough.
 OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
 
-LAYERSERIES_COMPAT_integrity = "warrior"
+LAYERSERIES_COMPAT_integrity = "zeus"
 # ima-evm-utils depends on keyutils from meta-oe
 LAYERDEPENDS_integrity = "core openembedded-layer"
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
index 9ccadab..0e93bd0 100644
--- a/meta-security-compliance/conf/layer.conf
+++ b/meta-security-compliance/conf/layer.conf
@@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "scanners-layer"
 BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
 BBFILE_PRIORITY_scanners-layer = "10"
 
-LAYERSERIES_COMPAT_scanners-layer = "warrior"
+LAYERSERIES_COMPAT_scanners-layer = "zeus"
 
 LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index cdccc55..3af2d95 100644
--- a/meta-tpm/conf/layer.conf
+++ b/meta-tpm/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "tpm-layer"
 BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
 BBFILE_PRIORITY_tpm-layer = "10"
 
-LAYERSERIES_COMPAT_tpm-layer = "warrior"
+LAYERSERIES_COMPAT_tpm-layer = "zeus"
 
 LAYERDEPENDS_tpm-layer = " \
     core \
-- 
2.17.1



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

* Re: [meta-security][PATCH] layer.conf: Update for zeus series
  2019-10-08 22:54 [meta-security][PATCH] layer.conf: Update for zeus series Armin Kuster
@ 2019-10-11  7:51 ` Martin Jansa
  2019-10-11 14:41   ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2019-10-11  7:51 UTC (permalink / raw)
  To: Armin Kuster; +Cc: Yocto Project

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

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

Please merge this to unblock CI.

On Wed, Oct 9, 2019 at 12:55 AM Armin Kuster <akuster808@gmail.com> wrote:

> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  conf/layer.conf                          | 2 +-
>  meta-integrity/conf/layer.conf           | 2 +-
>  meta-security-compliance/conf/layer.conf | 2 +-
>  meta-tpm/conf/layer.conf                 | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index b9a4f25..3e890e1 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "security"
>  BBFILE_PATTERN_security = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_security = "8"
>
> -LAYERSERIES_COMPAT_security = "warrior"
> +LAYERSERIES_COMPAT_security = "zeus"
>
>  LAYERDEPENDS_security = "core openembedded-layer perl-layer
> networking-layer meta-python"
> diff --git a/meta-integrity/conf/layer.conf
> b/meta-integrity/conf/layer.conf
> index 41989da..962424c 100644
> --- a/meta-integrity/conf/layer.conf
> +++ b/meta-integrity/conf/layer.conf
> @@ -21,6 +21,6 @@ INTEGRITY_BASE := '${LAYERDIR}'
>  # interactive shell is enough.
>  OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
>
> -LAYERSERIES_COMPAT_integrity = "warrior"
> +LAYERSERIES_COMPAT_integrity = "zeus"
>  # ima-evm-utils depends on keyutils from meta-oe
>  LAYERDEPENDS_integrity = "core openembedded-layer"
> diff --git a/meta-security-compliance/conf/layer.conf
> b/meta-security-compliance/conf/layer.conf
> index 9ccadab..0e93bd0 100644
> --- a/meta-security-compliance/conf/layer.conf
> +++ b/meta-security-compliance/conf/layer.conf
> @@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "scanners-layer"
>  BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_scanners-layer = "10"
>
> -LAYERSERIES_COMPAT_scanners-layer = "warrior"
> +LAYERSERIES_COMPAT_scanners-layer = "zeus"
>
>  LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
> diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
> index cdccc55..3af2d95 100644
> --- a/meta-tpm/conf/layer.conf
> +++ b/meta-tpm/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "tpm-layer"
>  BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_tpm-layer = "10"
>
> -LAYERSERIES_COMPAT_tpm-layer = "warrior"
> +LAYERSERIES_COMPAT_tpm-layer = "zeus"
>
>  LAYERDEPENDS_tpm-layer = " \
>      core \
> --
> 2.17.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

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

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

* Re: [meta-security][PATCH] layer.conf: Update for zeus series
  2019-10-11  7:51 ` Martin Jansa
@ 2019-10-11 14:41   ` akuster808
  0 siblings, 0 replies; 3+ messages in thread
From: akuster808 @ 2019-10-11 14:41 UTC (permalink / raw)
  To: Martin Jansa, Armin Kuster; +Cc: Yocto Project

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



On 10/11/19 12:51 AM, Martin Jansa wrote:
> Acked-by: Martin Jansa <Martin.Jansa@gmail.com
> <mailto:Martin.Jansa@gmail.com>>
>
> Please merge this to unblock CI.

done

>
> On Wed, Oct 9, 2019 at 12:55 AM Armin Kuster <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     Signed-off-by: Armin Kuster <akuster808@gmail.com
>     <mailto:akuster808@gmail.com>>
>     ---
>      conf/layer.conf                          | 2 +-
>      meta-integrity/conf/layer.conf           | 2 +-
>      meta-security-compliance/conf/layer.conf | 2 +-
>      meta-tpm/conf/layer.conf                 | 2 +-
>      4 files changed, 4 insertions(+), 4 deletions(-)
>
>     diff --git a/conf/layer.conf b/conf/layer.conf
>     index b9a4f25..3e890e1 100644
>     --- a/conf/layer.conf
>     +++ b/conf/layer.conf
>     @@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "security"
>      BBFILE_PATTERN_security = "^${LAYERDIR}/"
>      BBFILE_PRIORITY_security = "8"
>
>     -LAYERSERIES_COMPAT_security = "warrior"
>     +LAYERSERIES_COMPAT_security = "zeus"
>
>      LAYERDEPENDS_security = "core openembedded-layer perl-layer
>     networking-layer meta-python"
>     diff --git a/meta-integrity/conf/layer.conf
>     b/meta-integrity/conf/layer.conf
>     index 41989da..962424c 100644
>     --- a/meta-integrity/conf/layer.conf
>     +++ b/meta-integrity/conf/layer.conf
>     @@ -21,6 +21,6 @@ INTEGRITY_BASE := '${LAYERDIR}'
>      # interactive shell is enough.
>      OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
>
>     -LAYERSERIES_COMPAT_integrity = "warrior"
>     +LAYERSERIES_COMPAT_integrity = "zeus"
>      # ima-evm-utils depends on keyutils from meta-oe
>      LAYERDEPENDS_integrity = "core openembedded-layer"
>     diff --git a/meta-security-compliance/conf/layer.conf
>     b/meta-security-compliance/conf/layer.conf
>     index 9ccadab..0e93bd0 100644
>     --- a/meta-security-compliance/conf/layer.conf
>     +++ b/meta-security-compliance/conf/layer.conf
>     @@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "scanners-layer"
>      BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
>      BBFILE_PRIORITY_scanners-layer = "10"
>
>     -LAYERSERIES_COMPAT_scanners-layer = "warrior"
>     +LAYERSERIES_COMPAT_scanners-layer = "zeus"
>
>      LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
>     diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
>     index cdccc55..3af2d95 100644
>     --- a/meta-tpm/conf/layer.conf
>     +++ b/meta-tpm/conf/layer.conf
>     @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "tpm-layer"
>      BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
>      BBFILE_PRIORITY_tpm-layer = "10"
>
>     -LAYERSERIES_COMPAT_tpm-layer = "warrior"
>     +LAYERSERIES_COMPAT_tpm-layer = "zeus"
>
>      LAYERDEPENDS_tpm-layer = " \
>          core \
>     -- 
>     2.17.1
>
>     -- 
>     _______________________________________________
>     yocto mailing list
>     yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>     https://lists.yoctoproject.org/listinfo/yocto
>
>


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

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

end of thread, other threads:[~2019-10-11 14:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 22:54 [meta-security][PATCH] layer.conf: Update for zeus series Armin Kuster
2019-10-11  7:51 ` Martin Jansa
2019-10-11 14:41   ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.