diff options
| -rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 3502f0b..547a559 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -9,4 +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 | LAYERDEPENDS_security = "openembedded-layer perl-layer networking-layer filesystems-layer" | 12 | LAYERDEPENDS_security = "core openembedded-layer perl-layer" |
| 13 | LAYERDEPENDS_security += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "gnome-layer xfce-layer", "", d)}" | ||
| 14 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}" | ||
| 15 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}" | ||
| 16 | LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "vtpm", "tpm-layer mete-filesystems", "",d)}" | ||
