summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-10-09 09:40:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-11 17:04:53 +0100
commitb3a7565465c1c4a70a2cddc8bb62baa78ac70475 (patch)
tree521262dae0481b8c902f5241122f4d4645723d1f /documentation
parentd278c5ddb118b219ebf01deae056d0b5f1f03f45 (diff)
downloadpoky-b3a7565465c1c4a70a2cddc8bb62baa78ac70475.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: 14131a42a7ea8bbae2165c1b8dbcabd5f28b2b22) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 32c9e7407d..dd97a63c0d 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