diff options
author | Scott Murray <scott.murray@konsulko.com> | 2025-07-02 18:38:07 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2025-07-04 12:41:20 -0400 |
commit | ea67ceefdca42da806f3312c6703eff769463b8b (patch) | |
tree | 026e8a2dac262dd2bd8db2ff9d51e13a743d4e69 | |
parent | ef790621653f6b88adfe58be4a1f508408d48cd2 (diff) | |
download | meta-security-ea67ceefdca42da806f3312c6703eff769463b8b.tar.gz |
layer.conf: Update to whinlatter (5.3) release
Update LAYERSERIES_COMPAT in all layer.conf files with the exception
of meta-parsec to whinlatter. For meta-parsec, whinlatter has been
added, and the EOL releases removed, as an initial update.
Signed-off-by: Scott Murray <scott.murray@konsulko.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-tpm/conf/layer.conf | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 84d40a1..7a86054 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 = "styhead walnascar" | 12 | LAYERSERIES_COMPAT_security = "whinlatter" |
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 a7e32e5..367d3d7 100644 --- a/meta-hardening/conf/layer.conf +++ b/meta-hardening/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "harden-layer" | |||
8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_harden-layer = "6" | 9 | BBFILE_PRIORITY_harden-layer = "6" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_harden-layer = "styhead walnascar" | 11 | LAYERSERIES_COMPAT_harden-layer = "whinlatter" |
12 | 12 | ||
13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" | 13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" |
14 | 14 | ||
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 33127c7..23d6848 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 = "styhead walnascar" | 23 | LAYERSERIES_COMPAT_integrity = "whinlatter" |
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 614c17e..29a8f11 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 = "walnascar styhead nanbield scarthgap" | 11 | LAYERSERIES_COMPAT_parsec-layer = "whinlatter walnascar scarthgap" |
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-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 5f96114..582fe1e 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 = "6" | 9 | BBFILE_PRIORITY_tpm-layer = "6" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_tpm-layer = "styhead walnascar" | 11 | LAYERSERIES_COMPAT_tpm-layer = "whinlatter" |
12 | 12 | ||
13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
14 | core \ | 14 | core \ |