summaryrefslogtreecommitdiffstats
path: root/meta-integrity/conf
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-06-02 01:59:22 +0000
committerArmin Kuster <akuster808@gmail.com>2021-06-06 13:03:37 -0700
commit6e75e751ff1a0e1c45545a032a598a9098fa75f2 (patch)
tree1afe59574ec49fb07bf39743bac57fd329673e58 /meta-integrity/conf
parent35e1b6175005334fab7a3714133c6e7b98e0a80f (diff)
downloadmeta-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.conf4
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
27BBLAYERS_LAYERINDEX_NAME_integrity = "meta-integrity" 27BBLAYERS_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.
31INHERIT += "sanity-meta-integrity"
32
29BBFILES_DYNAMIC += " \ 33BBFILES_DYNAMIC += " \
30networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ 34networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \
31" 35"