summaryrefslogtreecommitdiffstats
path: root/meta-tpm/conf/layer.conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-06-02 01:57:37 +0000
committerArmin Kuster <akuster808@gmail.com>2021-06-06 13:03:37 -0700
commit2bfc09017d3c6dfc611a46e42a09771c23004a93 (patch)
treed969a6cab5f70add8c5f54a11c568c3f179d3e99 /meta-tpm/conf/layer.conf
parentb226ebdc4af3be30018f9e73ae1c7e3f365323d9 (diff)
downloadmeta-security-2bfc09017d3c6dfc611a46e42a09771c23004a93.tar.gz
meta-tpm: add layer sanity check
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-tpm/conf/layer.conf')
-rw-r--r--meta-tpm/conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 1b766cb..0b102c5 100644
--- a/meta-tpm/conf/layer.conf
+++ b/meta-tpm/conf/layer.conf
@@ -17,6 +17,10 @@ LAYERDEPENDS_tpm-layer = " \
17" 17"
18BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm" 18BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
19 19
20# Sanity check for meta-integrity layer.
21# Setting SKIP_META_TPM_SANITY_CHECK to "1" would skip the bbappend files check.
22INHERIT += "sanity-meta-tpm"
23
20BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
21networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ 25networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \
22" 26"