diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-06-02 01:57:37 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-06-06 13:03:37 -0700 |
| commit | 2bfc09017d3c6dfc611a46e42a09771c23004a93 (patch) | |
| tree | d969a6cab5f70add8c5f54a11c568c3f179d3e99 /meta-tpm/conf/layer.conf | |
| parent | b226ebdc4af3be30018f9e73ae1c7e3f365323d9 (diff) | |
| download | meta-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.conf | 4 |
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 | " |
| 18 | BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm" | 18 | BBLAYERS_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. | ||
| 22 | INHERIT += "sanity-meta-tpm" | ||
| 23 | |||
| 20 | BBFILES_DYNAMIC += " \ | 24 | BBFILES_DYNAMIC += " \ |
| 21 | networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ | 25 | networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ |
| 22 | " | 26 | " |
