@@ -9396,6 +9396,17 @@ system and gives an overview of their function and contents.
See also :term:`SPDX_INCLUDE_SOURCES`.
+ :term:`SPDX_GIT_PURL_MAPPINGS`
+ A space separated list of ``domain:purl_type`` mappings to configure PURL
+ (Package URLs) generation for Git source downloads.
+
+ For example, adding ``gitlab.example.com:pkg:gitlab`` to this variable
+ will map repositories hosted on "gitlab.example.com" to the ``pkg:gitlab``
+ PURL type.
+
+ See also the :term:`SPDX_PACKAGE_URLS` variable for more information on
+ PURLs.
+
:term:`SPDX_IMAGE_SUPPLIER`
The name of an agent variable prefix describing the organization or
person who supplies the image SBOM. When set, the supplier is attached
Added by commit 9f1825e74d0f ("spdx30: Add Git version and PURL to source downloads") in OE-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/ref-manual/variables.rst | 11 +++++++++++ 1 file changed, 11 insertions(+)