summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-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 b61de1993d..1150940133 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1471,6 +1471,18 @@ system and gives an overview of their function and contents.
1471 variable only in certain contexts (e.g. when building for kernel 1471 variable only in certain contexts (e.g. when building for kernel
1472 and kernel module recipes). 1472 and kernel module recipes).
1473 1473
1474 :term:`CVE_PRODUCT`
1475 In a recipe, defines the name used to match the recipe name
1476 against the name in the upstream `NIST CVE database <https://nvd.nist.gov/>`__.
1477
1478 The default is ${:term:`BPN`}. If it does not match the name in NIST CVE
1479 database or matches with multiple entries in the database, the default
1480 value needs to be changed.
1481
1482 Here is an example from the :oe_layerindex:`Berkeley DB recipe </layerindex/recipe/544>`::
1483
1484 CVE_PRODUCT = "oracle_berkeley_db berkeley_db"
1485
1474 :term:`CVSDIR` 1486 :term:`CVSDIR`
1475 The directory in which files checked out under the CVS system are 1487 The directory in which files checked out under the CVS system are
1476 stored. 1488 stored.