diff options
| -rw-r--r-- | conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-security-compliance/conf/layer.conf | 2 | ||||
| -rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 7218560..04605a1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "security" | |||
| 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_security = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_security = "6" | 10 | BBFILE_PRIORITY_security = "6" |
| 11 | 11 | ||
| 12 | LAYERSERIES_COMPAT_security = "sumo" | ||
| 13 | |||
| 12 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" | 14 | LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" |
| 13 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}" | 15 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}" |
| 14 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}" | 16 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}" |
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index 68d5528..31716d6 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf | |||
| @@ -8,6 +8,8 @@ BBFILE_COLLECTIONS += "scanners-layer" | |||
| 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_scanners-layer = "6" | 9 | BBFILE_PRIORITY_scanners-layer = "6" |
| 10 | 10 | ||
| 11 | LAYERSERIES_COMPAT_scanners-layer = "sumo" | ||
| 12 | |||
| 11 | LAYERDEPENDS_scanners-layer = " \ | 13 | LAYERDEPENDS_scanners-layer = " \ |
| 12 | core \ | 14 | core \ |
| 13 | " | 15 | " |
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index 36486d1..a2f0cab 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf | |||
| @@ -8,6 +8,8 @@ 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 = "sumo" | ||
| 12 | |||
| 11 | LAYERDEPENDS_tpm-layer = " \ | 13 | LAYERDEPENDS_tpm-layer = " \ |
| 12 | core \ | 14 | core \ |
| 13 | " | 15 | " |
