summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-30 11:25:18 +0200
committerArmin Kuster <akuster808@gmail.com>2021-08-01 08:47:08 -0700
commit68be8afc6b3e0e354344237aed4ccb749ff45973 (patch)
tree32c9cfe145e64ed05857633634fd2208eec2a5ef
parentb206ba59db30297075bbe78e925c8e08b088d7f5 (diff)
downloadmeta-security-68be8afc6b3e0e354344237aed4ccb749ff45973.tar.gz
layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--conf/layer.conf2
-rw-r--r--meta-hardening/conf/layer.conf2
-rw-r--r--meta-integrity/conf/layer.conf2
-rw-r--r--meta-parsec/conf/layer.conf2
-rw-r--r--meta-security-compliance/conf/layer.conf2
-rw-r--r--meta-security-isafw/conf/layer.conf2
-rw-r--r--meta-tpm/conf/layer.conf2
7 files changed, 7 insertions, 7 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7853d6e..cdcfaee 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 = "hardknott" 12LAYERSERIES_COMPAT_security = "honister"
13 13
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" 14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
15 15
diff --git a/meta-hardening/conf/layer.conf b/meta-hardening/conf/layer.conf
index 085ea45..1cd6f4f 100644
--- a/meta-hardening/conf/layer.conf
+++ b/meta-hardening/conf/layer.conf
@@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "harden-layer"
8BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_harden-layer = "10" 9BBFILE_PRIORITY_harden-layer = "10"
10 10
11LAYERSERIES_COMPAT_harden-layer = "hardknott" 11LAYERSERIES_COMPAT_harden-layer = "honister"
12 12
13LAYERDEPENDS_harden-layer = "core openembedded-layer" 13LAYERDEPENDS_harden-layer = "core openembedded-layer"
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 37776f8..e9446e6 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 = "hardknott" 23LAYERSERIES_COMPAT_integrity = "honister"
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 2d4aa12..86d41b2 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 = "hardknott gatesgarth" 11LAYERSERIES_COMPAT_parsec-layer = "honister"
12 12
13LAYERDEPENDS_parsec-layer = "core rust-layer clang-layer tpm-layer" 13LAYERDEPENDS_parsec-layer = "core rust-layer clang-layer tpm-layer"
14BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" 14BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec"
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
index 2024d4a..ec4fd47 100644
--- a/meta-security-compliance/conf/layer.conf
+++ b/meta-security-compliance/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer"
8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" 8BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_scanners-layer = "10" 9BBFILE_PRIORITY_scanners-layer = "10"
10 10
11LAYERSERIES_COMPAT_scanners-layer = "hardknott" 11LAYERSERIES_COMPAT_scanners-layer = "honister"
12 12
13LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" 13LAYERDEPENDS_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 1f1095f..86b0d4b 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
15LAYERDEPENDS_security-isafw = "core" 15LAYERDEPENDS_security-isafw = "core"
16 16
17LAYERSERIES_COMPAT_security-isafw = "hardknott" 17LAYERSERIES_COMPAT_security-isafw = "honister"
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 0b102c5..b00dd3c 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 = "10" 9BBFILE_PRIORITY_tpm-layer = "10"
10 10
11LAYERSERIES_COMPAT_tpm-layer = "hardknott" 11LAYERSERIES_COMPAT_tpm-layer = "honister"
12 12
13LAYERDEPENDS_tpm-layer = " \ 13LAYERDEPENDS_tpm-layer = " \
14 core \ 14 core \