summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-11 20:02:00 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-13 08:18:36 -0700
commit16ff910cca7932525cd42d1b86ac4ba0e3b5777c (patch)
treeec7efc1bacb74cb0641a0b765570637e678736f7
parentd2a71316f273a272a3ae97ed6015e1a8ed3006a8 (diff)
downloadmeta-security-16ff910cca7932525cd42d1b86ac4ba0e3b5777c.tar.gz
meta-security: remove depened on other security layers
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--conf/layer.conf3
1 files changed, 0 insertions, 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"
12LAYERSERIES_COMPAT_security = "sumo" 12LAYERSERIES_COMPAT_security = "sumo"
13 13
14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" 14LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python"
15LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm", "tpm-layer", "",d)}"
16LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "tpm2", "tpm-layer", "",d)}"
17LAYERDEPENDS_security += "${@bb.utils.contains("MACHINE_FEATURES", "vtpm", "tpm-layer meta-filesystems", "",d)}"