summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2020-03-25 14:01:58 +0100
committerArmin Kuster <akuster808@gmail.com>2020-03-27 16:53:25 -0700
commit7f7897590c74d0979748397a655fd3b4b49de7f4 (patch)
tree90f7ec24c1ed77f7354c0b6b0198e5081323e9d9
parent47de50efdbd9b86951d90a7ac290aff385e37cad (diff)
downloadmeta-security-7f7897590c74d0979748397a655fd3b4b49de7f4.tar.gz
layer.conf: update LAYERSERIES_COMPAT for dunfell
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 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-security-compliance/conf/layer.conf2
-rw-r--r--meta-security-isafw/conf/layer.conf2
-rw-r--r--meta-tpm/conf/layer.conf2
5 files changed, 5 insertions, 5 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 3e890e1..2c3bd96 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "security"
9BBFILE_PATTERN_security = "^${LAYERDIR}/" 9BBFILE_PATTERN_security = "^${LAYERDIR}/"
10BBFILE_PRIORITY_security = "8" 10BBFILE_PRIORITY_security = "8"
11 11
12LAYERSERIES_COMPAT_security = "zeus" 12LAYERSERIES_COMPAT_security = "dunfell"
13 13
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" 14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index bfc9c6f..b4edac3 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -21,7 +21,7 @@ INTEGRITY_BASE := '${LAYERDIR}'
21# interactive shell is enough. 21# interactive shell is enough.
22OE_TERMINAL_EXPORTS += "INTEGRITY_BASE" 22OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
23 23
24LAYERSERIES_COMPAT_integrity = "zeus" 24LAYERSERIES_COMPAT_integrity = "dunfell"
25# ima-evm-utils depends on keyutils from meta-oe 25# ima-evm-utils depends on keyutils from meta-oe
26LAYERDEPENDS_integrity = "core openembedded-layer" 26LAYERDEPENDS_integrity = "core openembedded-layer"
27 27
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
index 8572a1f..965c837 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 = "zeus" 11LAYERSERIES_COMPAT_scanners-layer = "dunfell"
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 241c461..63f990a 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 = "zeus" 17LAYERSERIES_COMPAT_security-isafw = "dunfell"
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 175eba8..c3372c7 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 = "zeus" 11LAYERSERIES_COMPAT_tpm-layer = "dunfell"
12 12
13LAYERDEPENDS_tpm-layer = " \ 13LAYERDEPENDS_tpm-layer = " \
14 core \ 14 core \