From 16ff910cca7932525cd42d1b86ac4ba0e3b5777c Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Wed, 11 Apr 2018 20:02:00 -0700 Subject: meta-security: remove depened on other security layers Signed-off-by: Armin Kuster --- conf/layer.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 04605a1..efc426e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,6 +12,3 @@ BBFILE_PRIORITY_security = "6" LAYERSERIES_COMPAT_security = "sumo" LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" -LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}" -LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}" -LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "vtpm", "tpm-layer meta-filesystems", "",d)}" -- cgit v1.2.3-54-g00ecf