* [meta-security][PATCH] meta-securtiy: Add gatesgarth to LAYERSERIES_COMPAT
@ 2020-10-16 4:38 akuster
2020-10-19 14:52 ` [yocto] " Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: akuster @ 2020-10-16 4:38 UTC (permalink / raw)
To: yocto
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
conf/layer.conf | 2 +-
meta-hardening/conf/layer.conf | 2 +-
meta-integrity/conf/layer.conf | 2 +-
meta-security-compliance/conf/layer.conf | 2 +-
meta-security-isafw/conf/layer.conf | 2 +-
meta-tpm/conf/layer.conf | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 2c3bd96..8c0254b 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 = "dunfell"
+LAYERSERIES_COMPAT_security = "gatesgarth"
LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
diff --git a/meta-hardening/conf/layer.conf b/meta-hardening/conf/layer.conf
index 5896214..22d8874 100644
--- a/meta-hardening/conf/layer.conf
+++ b/meta-hardening/conf/layer.conf
@@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "harden-layer"
BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_harden-layer = "10"
-LAYERSERIES_COMPAT_harden-layer = "dunfell"
+LAYERSERIES_COMPAT_harden-layer = "gatesgarth"
LAYERDEPENDS_harden-layer = "core openembedded-layer"
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 6075df9..76374eb 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -20,7 +20,7 @@ INTEGRITY_BASE := '${LAYERDIR}'
# interactive shell is enough.
OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
-LAYERSERIES_COMPAT_integrity = "dunfell"
+LAYERSERIES_COMPAT_integrity = "gatesgarth"
# 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 965c837..db243f7 100644
--- a/meta-security-compliance/conf/layer.conf
+++ b/meta-security-compliance/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer"
BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_scanners-layer = "10"
-LAYERSERIES_COMPAT_scanners-layer = "dunfell"
+LAYERSERIES_COMPAT_scanners-layer = "gatesgarth"
LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
diff --git a/meta-security-isafw/conf/layer.conf b/meta-security-isafw/conf/layer.conf
index 63f990a..b8ee1c0 100644
--- a/meta-security-isafw/conf/layer.conf
+++ b/meta-security-isafw/conf/layer.conf
@@ -14,4 +14,4 @@ LAYERVERSION_security-isafw = "1"
LAYERDEPENDS_security-isafw = "core"
-LAYERSERIES_COMPAT_security-isafw = "dunfell"
+LAYERSERIES_COMPAT_security-isafw = "gatesgarth"
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 46d0279..cd62fba 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 = "dunfell"
+LAYERSERIES_COMPAT_tpm-layer = "gatesgarth"
LAYERDEPENDS_tpm-layer = " \
core \
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [yocto] [meta-security][PATCH] meta-securtiy: Add gatesgarth to LAYERSERIES_COMPAT
2020-10-16 4:38 [meta-security][PATCH] meta-securtiy: Add gatesgarth to LAYERSERIES_COMPAT akuster
@ 2020-10-19 14:52 ` Martin Jansa
2020-10-24 20:18 ` akuster
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2020-10-19 14:52 UTC (permalink / raw)
To: akuster; +Cc: Yocto-mailing-list
[-- Attachment #1: Type: text/plain, Size: 3550 bytes --]
Small typo in commit summary, but other than that please merge :).
On Fri, Oct 16, 2020 at 6:39 AM akuster <akuster808@gmail.com> wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
> conf/layer.conf | 2 +-
> meta-hardening/conf/layer.conf | 2 +-
> meta-integrity/conf/layer.conf | 2 +-
> meta-security-compliance/conf/layer.conf | 2 +-
> meta-security-isafw/conf/layer.conf | 2 +-
> meta-tpm/conf/layer.conf | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 2c3bd96..8c0254b 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 = "dunfell"
> +LAYERSERIES_COMPAT_security = "gatesgarth"
>
> LAYERDEPENDS_security = "core openembedded-layer perl-layer
> networking-layer meta-python"
> diff --git a/meta-hardening/conf/layer.conf
> b/meta-hardening/conf/layer.conf
> index 5896214..22d8874 100644
> --- a/meta-hardening/conf/layer.conf
> +++ b/meta-hardening/conf/layer.conf
> @@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "harden-layer"
> BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
> BBFILE_PRIORITY_harden-layer = "10"
>
> -LAYERSERIES_COMPAT_harden-layer = "dunfell"
> +LAYERSERIES_COMPAT_harden-layer = "gatesgarth"
>
> LAYERDEPENDS_harden-layer = "core openembedded-layer"
> diff --git a/meta-integrity/conf/layer.conf
> b/meta-integrity/conf/layer.conf
> index 6075df9..76374eb 100644
> --- a/meta-integrity/conf/layer.conf
> +++ b/meta-integrity/conf/layer.conf
> @@ -20,7 +20,7 @@ INTEGRITY_BASE := '${LAYERDIR}'
> # interactive shell is enough.
> OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
>
> -LAYERSERIES_COMPAT_integrity = "dunfell"
> +LAYERSERIES_COMPAT_integrity = "gatesgarth"
> # 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 965c837..db243f7 100644
> --- a/meta-security-compliance/conf/layer.conf
> +++ b/meta-security-compliance/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer"
> BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
> BBFILE_PRIORITY_scanners-layer = "10"
>
> -LAYERSERIES_COMPAT_scanners-layer = "dunfell"
> +LAYERSERIES_COMPAT_scanners-layer = "gatesgarth"
>
> LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
>
> diff --git a/meta-security-isafw/conf/layer.conf
> b/meta-security-isafw/conf/layer.conf
> index 63f990a..b8ee1c0 100644
> --- a/meta-security-isafw/conf/layer.conf
> +++ b/meta-security-isafw/conf/layer.conf
> @@ -14,4 +14,4 @@ LAYERVERSION_security-isafw = "1"
>
> LAYERDEPENDS_security-isafw = "core"
>
> -LAYERSERIES_COMPAT_security-isafw = "dunfell"
> +LAYERSERIES_COMPAT_security-isafw = "gatesgarth"
> diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
> index 46d0279..cd62fba 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 = "dunfell"
> +LAYERSERIES_COMPAT_tpm-layer = "gatesgarth"
>
> LAYERDEPENDS_tpm-layer = " \
> core \
> --
> 2.17.1
>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 4455 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [yocto] [meta-security][PATCH] meta-securtiy: Add gatesgarth to LAYERSERIES_COMPAT
2020-10-19 14:52 ` [yocto] " Martin Jansa
@ 2020-10-24 20:18 ` akuster
0 siblings, 0 replies; 3+ messages in thread
From: akuster @ 2020-10-24 20:18 UTC (permalink / raw)
To: Martin Jansa; +Cc: Yocto-mailing-list
On 10/19/20 7:52 AM, Martin Jansa wrote:
> Small typo in commit summary, but other than that please merge :).
>
thanks for the feedback.
merge to gatesgarth
-armin
> On Fri, Oct 16, 2020 at 6:39 AM akuster <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-hardening/conf/layer.conf | 2 +-
> meta-integrity/conf/layer.conf | 2 +-
> meta-security-compliance/conf/layer.conf | 2 +-
> meta-security-isafw/conf/layer.conf | 2 +-
> meta-tpm/conf/layer.conf | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 2c3bd96..8c0254b 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 = "dunfell"
> +LAYERSERIES_COMPAT_security = "gatesgarth"
>
> LAYERDEPENDS_security = "core openembedded-layer perl-layer
> networking-layer meta-python"
> diff --git a/meta-hardening/conf/layer.conf
> b/meta-hardening/conf/layer.conf
> index 5896214..22d8874 100644
> --- a/meta-hardening/conf/layer.conf
> +++ b/meta-hardening/conf/layer.conf
> @@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "harden-layer"
> BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
> BBFILE_PRIORITY_harden-layer = "10"
>
> -LAYERSERIES_COMPAT_harden-layer = "dunfell"
> +LAYERSERIES_COMPAT_harden-layer = "gatesgarth"
>
> LAYERDEPENDS_harden-layer = "core openembedded-layer"
> diff --git a/meta-integrity/conf/layer.conf
> b/meta-integrity/conf/layer.conf
> index 6075df9..76374eb 100644
> --- a/meta-integrity/conf/layer.conf
> +++ b/meta-integrity/conf/layer.conf
> @@ -20,7 +20,7 @@ INTEGRITY_BASE := '${LAYERDIR}'
> # interactive shell is enough.
> OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
>
> -LAYERSERIES_COMPAT_integrity = "dunfell"
> +LAYERSERIES_COMPAT_integrity = "gatesgarth"
> # 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 965c837..db243f7 100644
> --- a/meta-security-compliance/conf/layer.conf
> +++ b/meta-security-compliance/conf/layer.conf
> @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer"
> BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
> BBFILE_PRIORITY_scanners-layer = "10"
>
> -LAYERSERIES_COMPAT_scanners-layer = "dunfell"
> +LAYERSERIES_COMPAT_scanners-layer = "gatesgarth"
>
> LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
>
> diff --git a/meta-security-isafw/conf/layer.conf
> b/meta-security-isafw/conf/layer.conf
> index 63f990a..b8ee1c0 100644
> --- a/meta-security-isafw/conf/layer.conf
> +++ b/meta-security-isafw/conf/layer.conf
> @@ -14,4 +14,4 @@ LAYERVERSION_security-isafw = "1"
>
> LAYERDEPENDS_security-isafw = "core"
>
> -LAYERSERIES_COMPAT_security-isafw = "dunfell"
> +LAYERSERIES_COMPAT_security-isafw = "gatesgarth"
> diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
> index 46d0279..cd62fba 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 = "dunfell"
> +LAYERSERIES_COMPAT_tpm-layer = "gatesgarth"
>
> LAYERDEPENDS_tpm-layer = " \
> core \
> --
> 2.17.1
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-24 20:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 4:38 [meta-security][PATCH] meta-securtiy: Add gatesgarth to LAYERSERIES_COMPAT akuster
2020-10-19 14:52 ` [yocto] " Martin Jansa
2020-10-24 20:18 ` akuster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox