summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2019-12-06 09:35:48 -0800
committerArmin Kuster <akuster808@gmail.com>2019-12-07 15:31:34 -0800
commit72b05edff59fbeed58b1258b7b148b1461f8ca38 (patch)
tree62614acb6219a65db9c17e3eb84b84521725c750
parent2df7dd9fba2b8c31061ebd863a1cf66079673ab7 (diff)
downloadmeta-security-72b05edff59fbeed58b1258b7b148b1461f8ca38.tar.gz
meta-security: add layer index callouts
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-integrity/conf/layer.conf2
-rw-r--r--meta-security-compliance/conf/layer.conf2
-rw-r--r--meta-tpm/conf/layer.conf1
3 files changed, 5 insertions, 0 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 962424c..bfc9c6f 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -24,3 +24,5 @@ OE_TERMINAL_EXPORTS += "INTEGRITY_BASE"
24LAYERSERIES_COMPAT_integrity = "zeus" 24LAYERSERIES_COMPAT_integrity = "zeus"
25# ima-evm-utils depends on keyutils from meta-oe 25# ima-evm-utils depends on keyutils from meta-oe
26LAYERDEPENDS_integrity = "core openembedded-layer" 26LAYERDEPENDS_integrity = "core openembedded-layer"
27
28BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity"
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf
index 0e93bd0..e346bf3 100644
--- a/meta-security-compliance/conf/layer.conf
+++ b/meta-security-compliance/conf/layer.conf
@@ -11,3 +11,5 @@ BBFILE_PRIORITY_scanners-layer = "10"
11LAYERSERIES_COMPAT_scanners-layer = "zeus" 11LAYERSERIES_COMPAT_scanners-layer = "zeus"
12 12
13LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" 13LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python"
14
15BBLAYERS_LAYERINDEX_NAME_integrity = "meta-security-compliance"
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 3af2d95..175eba8 100644
--- a/meta-tpm/conf/layer.conf
+++ b/meta-tpm/conf/layer.conf
@@ -14,3 +14,4 @@ LAYERDEPENDS_tpm-layer = " \
14 core \ 14 core \
15 openembedded-layer \ 15 openembedded-layer \
16" 16"
17BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"