summaryrefslogtreecommitdiffstats
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:05:04 +0100
commit0116a35c409c58c670d38289c33b664a32e119e7 (patch)
tree62790c699f1d5ebed7a91ddb7457862be754003e
parenta8f7f1b87e7ee18abeac9d311aee5dc63673a899 (diff)
downloadpoky-0116a35c409c58c670d38289c33b664a32e119e7.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>
-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