diff options
author | Armin Kuster <akuster808@gmail.com> | 2024-10-05 12:33:45 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-11-24 20:15:36 -0500 |
commit | 0055dfe35d98bcfb11cb649c89a868ad9c163497 (patch) | |
tree | cfc252ff1f8d2bec152527bbf1e383fdefeaa7bf | |
parent | 84d9cd56991a646453c8817eeeb2f8556e36854e (diff) | |
download | meta-security-0055dfe35d98bcfb11cb649c89a868ad9c163497.tar.gz |
layer.conf: Update to walnascar (5.2) layer/release series
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | 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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index c57c8b9..84d40a1 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" | 12 | LAYERSERIES_COMPAT_security = "styhead walnascar" |
13 | 13 | ||
14 | LAYERDEPENDS_security = "core openembedded-layer" | 14 | LAYERDEPENDS_security = "core openembedded-layer" |
15 | 15 | ||
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 292ba21..33127c7 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" | 23 | LAYERSERIES_COMPAT_integrity = "styhead walnascar" |
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 e59b60c..614c17e 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 = "styhead nanbield scarthgap" | 11 | LAYERSERIES_COMPAT_parsec-layer = "walnascar styhead nanbield 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 b8df817..5f96114 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" | 11 | LAYERSERIES_COMPAT_tpm-layer = "styhead walnascar" |
12 | 12 | ||
13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
14 | core \ | 14 | core \ |