meta-tpm: add layer sanity check

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2021-06-02 01:57:37 +00:00
parent b226ebdc4a
commit 2bfc09017d
3 changed files with 33 additions and 0 deletions
+4
View File
@@ -17,6 +17,10 @@ LAYERDEPENDS_tpm-layer = " \
"
BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
# Sanity check for meta-integrity layer.
# Setting SKIP_META_TPM_SANITY_CHECK to "1" would skip the bbappend files check.
INHERIT += "sanity-meta-tpm"
BBFILES_DYNAMIC += " \
networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \
"