diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-06-02 08:49:51 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-07 16:58:24 -0700 |
commit | 5c215dd6793535c1382a02b3798789ef9956a6bc (patch) | |
tree | 88a84fbc4ddcf9b001e77ba987633f6086ea8d15 | |
parent | 982ff6fb974973ce9fe9fa72e92d0f00d021193c (diff) | |
download | meta-security-5c215dd6793535c1382a02b3798789ef9956a6bc.tar.gz |
layer.conf: Post release codename changes
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-hardening/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-integrity/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-parsec/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-security-compliance/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-security-isafw/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 7d57f9c..fa7d79e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "security" | |||
9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_security = "8" | 10 | BBFILE_PRIORITY_security = "8" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_security = "kirkstone" | 12 | LAYERSERIES_COMPAT_security = "kirkstone langdale" |
13 | 13 | ||
14 | LAYERDEPENDS_security = "core openembedded-layer" | 14 | LAYERDEPENDS_security = "core openembedded-layer" |
15 | 15 | ||
diff --git a/meta-hardening/conf/layer.conf b/meta-hardening/conf/layer.conf index bc33d97..5983161 100644 --- a/meta-hardening/conf/layer.conf +++ b/meta-hardening/conf/layer.conf | |||
@@ -8,6 +8,6 @@ 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 = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_harden-layer = "kirkstone" | 11 | LAYERSERIES_COMPAT_harden-layer = "kirkstone langdale" |
12 | 12 | ||
13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" | 13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" |
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 3d58be4..1fcf33c 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
@@ -20,7 +20,7 @@ INTEGRITY_BASE := '${LAYERDIR}' | |||
20 | # interactive shell is enough. | 20 | # interactive shell is enough. |
21 | OE_TERMINAL_EXPORTS += "INTEGRITY_BASE" | 21 | OE_TERMINAL_EXPORTS += "INTEGRITY_BASE" |
22 | 22 | ||
23 | LAYERSERIES_COMPAT_integrity = "kirkstone" | 23 | LAYERSERIES_COMPAT_integrity = "kirkstone langdale" |
24 | # ima-evm-utils depends on keyutils from meta-oe | 24 | # ima-evm-utils depends on keyutils from meta-oe |
25 | LAYERDEPENDS_integrity = "core openembedded-layer" | 25 | LAYERDEPENDS_integrity = "core openembedded-layer" |
26 | 26 | ||
diff --git a/meta-parsec/conf/layer.conf b/meta-parsec/conf/layer.conf index 544cc4e..a748d77 100644 --- a/meta-parsec/conf/layer.conf +++ b/meta-parsec/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "parsec-layer" | |||
8 | BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_parsec-layer = "5" | 9 | BBFILE_PRIORITY_parsec-layer = "5" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_parsec-layer = "kirkstone" | 11 | LAYERSERIES_COMPAT_parsec-layer = "kirkstone langdale" |
12 | 12 | ||
13 | LAYERDEPENDS_parsec-layer = "core clang-layer" | 13 | LAYERDEPENDS_parsec-layer = "core clang-layer" |
14 | BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" | 14 | BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" |
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index 7c07625..ec57541 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer" | |||
8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_scanners-layer = "10" | 9 | BBFILE_PRIORITY_scanners-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_scanners-layer = "kirkstone" | 11 | LAYERSERIES_COMPAT_scanners-layer = "kirkstone langdale" |
12 | 12 | ||
13 | LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" | 13 | LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" |
14 | 14 | ||
diff --git a/meta-security-isafw/conf/layer.conf b/meta-security-isafw/conf/layer.conf index e8cdc1b..724742d 100644 --- a/meta-security-isafw/conf/layer.conf +++ b/meta-security-isafw/conf/layer.conf | |||
@@ -14,4 +14,4 @@ LAYERVERSION_security-isafw = "1" | |||
14 | 14 | ||
15 | LAYERDEPENDS_security-isafw = "core" | 15 | LAYERDEPENDS_security-isafw = "core" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_security-isafw = "kirkstone" | 17 | LAYERSERIES_COMPAT_security-isafw = "kirkstone langdale" |
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 52e3ee0..1fd2e4c 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "tpm-layer" | |||
8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_tpm-layer = "10" | 9 | BBFILE_PRIORITY_tpm-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_tpm-layer = "kirkstone" | 11 | LAYERSERIES_COMPAT_tpm-layer = "kirkstone langdale" |
12 | 12 | ||
13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
14 | core \ | 14 | core \ |