diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:40:59 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-10-30 08:30:00 -0700 |
commit | 90798fdc88f9319fa1fefd05cf3c8cecd49a4224 (patch) | |
tree | 1ae9757eccf9c9962b764e124574d612e638c057 /documentation | |
parent | 86373fe16b3bafae32eb34aef1fb3c9393d69a99 (diff) | |
download | poky-90798fdc88f9319fa1fefd05cf3c8cecd49a4224.tar.gz |
ref-manual: add missing CVE_CHECK manifest variables
Variables that can be used for toggling creation of manifest and
specifying the path to the output in the deploy directory.
(From yocto-docs rev: ec12435c8068c3fb78f11c9a550827e25beb6d67)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 14131a42a7ea8bbae2165c1b8dbcabd5f28b2b22)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 4e5fac7810..e5ea636a6d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -1678,9 +1678,21 @@ system and gives an overview of their function and contents. | |||
1678 | variable only in certain contexts (e.g. when building for kernel | 1678 | variable only in certain contexts (e.g. when building for kernel |
1679 | and kernel module recipes). | 1679 | and kernel module recipes). |
1680 | 1680 | ||
1681 | :term:`CVE_CHECK_CREATE_MANIFEST` | ||
1682 | Specifies whether to create a CVE manifest to place in the deploy | ||
1683 | directory. The default is "1". | ||
1684 | |||
1681 | :term:`CVE_CHECK_IGNORE` | 1685 | :term:`CVE_CHECK_IGNORE` |
1682 | This variable is deprecated and should be replaced by :term:`CVE_STATUS`. | 1686 | This variable is deprecated and should be replaced by :term:`CVE_STATUS`. |
1683 | 1687 | ||
1688 | :term:`CVE_CHECK_MANIFEST_JSON` | ||
1689 | Specifies the path to the CVE manifest in JSON format. See | ||
1690 | :term:`CVE_CHECK_CREATE_MANIFEST`. | ||
1691 | |||
1692 | :term:`CVE_CHECK_MANIFEST_JSON_SUFFIX` | ||
1693 | Allows to modify the JSON manifest suffix. See | ||
1694 | :term:`CVE_CHECK_MANIFEST_JSON`. | ||
1695 | |||
1684 | :term:`CVE_CHECK_REPORT_PATCHED` | 1696 | :term:`CVE_CHECK_REPORT_PATCHED` |
1685 | Specifies whether or not the :ref:`ref-classes-cve-check` | 1697 | Specifies whether or not the :ref:`ref-classes-cve-check` |
1686 | class should report patched or ignored CVEs. The default is "1", but you | 1698 | class should report patched or ignored CVEs. The default is "1", but you |