summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/sbom.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/sbom.rst')
-rw-r--r--documentation/dev-manual/sbom.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/dev-manual/sbom.rst b/documentation/dev-manual/sbom.rst
index 448c071c55..f51d08f84d 100644
--- a/documentation/dev-manual/sbom.rst
+++ b/documentation/dev-manual/sbom.rst
@@ -63,6 +63,9 @@ generated files are available in ``tmp/deploy/spdx/MACHINE`` too, such as:
63 (when :term:`SPDX_ARCHIVE_SOURCES` is set). Those are needed to fulfill 63 (when :term:`SPDX_ARCHIVE_SOURCES` is set). Those are needed to fulfill
64 "source code access" license requirements. 64 "source code access" license requirements.
65 65
66See also the :term:`SPDX_CUSTOM_ANNOTATION_VARS` variable which allows
67to associate custom notes to a recipe.
68
66See the `tools page <https://spdx.dev/resources/tools/>`__ on the :term:`SPDX` 69See the `tools page <https://spdx.dev/resources/tools/>`__ on the :term:`SPDX`
67project website for a list of tools to consume and transform the :term:`SPDX` 70project website for a list of tools to consume and transform the :term:`SPDX`
68data generated by the OpenEmbedded build system. 71data generated by the OpenEmbedded build system.