summaryrefslogtreecommitdiffstats
path: root/meta-integrity/README.md
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/README.md
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/README.md')
-rw-r--r--meta-integrity/README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/meta-integrity/README.md b/meta-integrity/README.md
index 5048fba..8254b0d 100644
--- a/meta-integrity/README.md
+++ b/meta-integrity/README.md
@@ -1,8 +1,24 @@
1This README file contains information on the contents of the 1This README file contains information on the contents of the
2integrity layer. 2integrity layer.
3 3
4Please see the corresponding sections below for details.
5 4
5The bbappend files for some recipes (e.g. linux-yocto) in this layer need
6to have 'integrity' in DISTRO_FEATURES to have effect.
7To enable them, add in configuration file the following line.
8
9 DISTRO_FEATURES_append = " integrity"
10
11If meta-integrity is included, but integrity is not enabled as a
12distro feature a warning is printed at parse time:
13
14 You have included the meta-integritry layer, but
15 'integrity' has not been enabled in your DISTRO_FEATURES. Some bbappend files
16 and preferred version setting may not take effect.
17
18If you know what you are doing, this warning can be disabled by setting the following
19variable in your configuration:
20
21 SKIP_META_INTEGRITY_SANITY_CHECK = 1
6 22
7Dependencies 23Dependencies
8============ 24============