diff options
-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-security-compliance/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-security-isafw/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 2c3bd96..8c0254b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -9,6 +9,6 @@ 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 = "dunfell" | 12 | LAYERSERIES_COMPAT_security = "gatesgarth" |
13 | 13 | ||
14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" | 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" |
diff --git a/meta-hardening/conf/layer.conf b/meta-hardening/conf/layer.conf index 5896214..22d8874 100644 --- a/meta-hardening/conf/layer.conf +++ b/meta-hardening/conf/layer.conf | |||
@@ -8,6 +8,6 @@ BBFILE_COLLECTIONS += "harden-layer" | |||
8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_harden-layer = "10" | 9 | BBFILE_PRIORITY_harden-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_harden-layer = "dunfell" | 11 | LAYERSERIES_COMPAT_harden-layer = "gatesgarth" |
12 | 12 | ||
13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" | 13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" |
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index 6075df9..76374eb 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 = "dunfell" | 23 | LAYERSERIES_COMPAT_integrity = "gatesgarth" |
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-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index 965c837..db243f7 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf | |||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "scanners-layer" | |||
8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_scanners-layer = "10" | 9 | BBFILE_PRIORITY_scanners-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_scanners-layer = "dunfell" | 11 | LAYERSERIES_COMPAT_scanners-layer = "gatesgarth" |
12 | 12 | ||
13 | LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" | 13 | LAYERDEPENDS_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 63f990a..b8ee1c0 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 | ||
15 | LAYERDEPENDS_security-isafw = "core" | 15 | LAYERDEPENDS_security-isafw = "core" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_security-isafw = "dunfell" | 17 | LAYERSERIES_COMPAT_security-isafw = "gatesgarth" |
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 46d0279..cd62fba 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 = "10" | 9 | BBFILE_PRIORITY_tpm-layer = "10" |
10 | 10 | ||
11 | LAYERSERIES_COMPAT_tpm-layer = "dunfell" | 11 | LAYERSERIES_COMPAT_tpm-layer = "gatesgarth" |
12 | 12 | ||
13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
14 | core \ | 14 | core \ |