diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-06-02 01:59:22 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-06-06 13:03:37 -0700 |
| commit | 6e75e751ff1a0e1c45545a032a598a9098fa75f2 (patch) | |
| tree | 1afe59574ec49fb07bf39743bac57fd329673e58 /meta-integrity/conf | |
| parent | 35e1b6175005334fab7a3714133c6e7b98e0a80f (diff) | |
| download | meta-security-6e75e751ff1a0e1c45545a032a598a9098fa75f2.tar.gz | |
meta-integrity: add sanity check
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-integrity/conf')
| -rw-r--r-- | meta-integrity/conf/layer.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf index ba028da..37776f8 100644 --- a/meta-integrity/conf/layer.conf +++ b/meta-integrity/conf/layer.conf | |||
| @@ -26,6 +26,10 @@ LAYERDEPENDS_integrity = "core openembedded-layer" | |||
| 26 | 26 | ||
| 27 | BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity" | 27 | BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity" |
| 28 | 28 | ||
| 29 | # Sanity check for meta-integrity layer. | ||
| 30 | # Setting SKIP_META_INTEGRITY_SANITY_CHECK to "1" would skip the bbappend files check. | ||
| 31 | INHERIT += "sanity-meta-integrity" | ||
| 32 | |||
| 29 | BBFILES_DYNAMIC += " \ | 33 | BBFILES_DYNAMIC += " \ |
| 30 | networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ | 34 | networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ |
| 31 | " | 35 | " |
