mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-17 04:07:20 +00:00
meta-integrity: add sanity check
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,8 +1,24 @@
|
||||
This README file contains information on the contents of the
|
||||
integrity layer.
|
||||
|
||||
Please see the corresponding sections below for details.
|
||||
|
||||
The bbappend files for some recipes (e.g. linux-yocto) in this layer need
|
||||
to have 'integrity' in DISTRO_FEATURES to have effect.
|
||||
To enable them, add in configuration file the following line.
|
||||
|
||||
DISTRO_FEATURES_append = " integrity"
|
||||
|
||||
If meta-integrity is included, but integrity is not enabled as a
|
||||
distro feature a warning is printed at parse time:
|
||||
|
||||
You have included the meta-integritry layer, but
|
||||
'integrity' has not been enabled in your DISTRO_FEATURES. Some bbappend files
|
||||
and preferred version setting may not take effect.
|
||||
|
||||
If you know what you are doing, this warning can be disabled by setting the following
|
||||
variable in your configuration:
|
||||
|
||||
SKIP_META_INTEGRITY_SANITY_CHECK = 1
|
||||
|
||||
Dependencies
|
||||
============
|
||||
|
||||
Reference in New Issue
Block a user