summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2024-10-05 12:33:45 -0400
committerArmin Kuster <akuster808@gmail.com>2024-11-24 20:15:36 -0500
commit0055dfe35d98bcfb11cb649c89a868ad9c163497 (patch)
treecfc252ff1f8d2bec152527bbf1e383fdefeaa7bf
parent84d9cd56991a646453c8817eeeb2f8556e36854e (diff)
downloadmeta-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.conf2
-rw-r--r--meta-integrity/conf/layer.conf2
-rw-r--r--meta-parsec/conf/layer.conf2
-rw-r--r--meta-tpm/conf/layer.conf2
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"
9BBFILE_PATTERN_security = "^${LAYERDIR}/" 9BBFILE_PATTERN_security = "^${LAYERDIR}/"
10BBFILE_PRIORITY_security = "8" 10BBFILE_PRIORITY_security = "8"
11 11
12LAYERSERIES_COMPAT_security = "styhead" 12LAYERSERIES_COMPAT_security = "styhead walnascar"
13 13
14LAYERDEPENDS_security = "core openembedded-layer" 14LAYERDEPENDS_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.
21OE_TERMINAL_EXPORTS += "INTEGRITY_BASE" 21OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
22 22
23LAYERSERIES_COMPAT_integrity = "styhead" 23LAYERSERIES_COMPAT_integrity = "styhead walnascar"
24# ima-evm-utils depends on keyutils from meta-oe 24# ima-evm-utils depends on keyutils from meta-oe
25LAYERDEPENDS_integrity = "core openembedded-layer" 25LAYERDEPENDS_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"
8BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_parsec-layer = "5" 9BBFILE_PRIORITY_parsec-layer = "5"
10 10
11LAYERSERIES_COMPAT_parsec-layer = "styhead nanbield scarthgap" 11LAYERSERIES_COMPAT_parsec-layer = "walnascar styhead nanbield scarthgap"
12 12
13LAYERDEPENDS_parsec-layer = "core clang-layer" 13LAYERDEPENDS_parsec-layer = "core clang-layer"
14BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" 14BBLAYERS_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"
8BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_tpm-layer = "6" 9BBFILE_PRIORITY_tpm-layer = "6"
10 10
11LAYERSERIES_COMPAT_tpm-layer = "styhead" 11LAYERSERIES_COMPAT_tpm-layer = "styhead walnascar"
12 12
13LAYERDEPENDS_tpm-layer = " \ 13LAYERDEPENDS_tpm-layer = " \
14 core \ 14 core \