diff options
| author | Armin Kuster <akuster808@gmail.com> | 2024-09-15 11:27:10 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-09-15 11:27:10 -0400 |
| commit | 5e742d7fb09f63c558738dc9ec728dfdc624cec4 (patch) | |
| tree | 9b04fa9e74a8d448a06868335fbf8679f28f2fe0 | |
| parent | 594018f8a516a4c235087bc2ed3a487a45dd4f14 (diff) | |
| download | meta-security-5e742d7fb09f63c558738dc9ec728dfdc624cec4.tar.gz | |
layer.conf: Update to styhead release name series
few more layers to fixup
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-hardening/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-integrity/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-hardening/conf/layer.conf b/meta-hardening/conf/layer.conf index 8da050b..f5db751 100644 --- a/meta-hardening/conf/layer.conf +++ b/meta-hardening/conf/layer.conf | |||
| @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "harden-layer" | |||
| 8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_harden-layer = "6" | 9 | BBFILE_PRIORITY_harden-layer = "6" |
| 10 | 10 | ||
| 11 | LAYERSERIES_COMPAT_harden-layer = "nanbield scarthgap" | 11 | LAYERSERIES_COMPAT_harden-layer = "styhead" |
| 12 | 12 | ||
| 13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" | 13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" |
| 14 | 14 | ||
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index aab9652..292ba21 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 = "nanbield scarthgap" | 23 | LAYERSERIES_COMPAT_integrity = "styhead" |
| 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-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 58b61d4..b8df817 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 = "nanbield scarthgap" | 11 | LAYERSERIES_COMPAT_tpm-layer = "styhead" |
| 12 | 12 | ||
| 13 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
| 14 | core \ | 14 | core \ |
