diff options
Diffstat (limited to 'documentation/dev-manual/sbom.rst')
-rw-r--r-- | documentation/dev-manual/sbom.rst | 3 |
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 | ||
66 | See also the :term:`SPDX_CUSTOM_ANNOTATION_VARS` variable which allows | ||
67 | to associate custom notes to a recipe. | ||
68 | |||
66 | See the `tools page <https://spdx.dev/resources/tools/>`__ on the :term:`SPDX` | 69 | See the `tools page <https://spdx.dev/resources/tools/>`__ on the :term:`SPDX` |
67 | project website for a list of tools to consume and transform the :term:`SPDX` | 70 | project website for a list of tools to consume and transform the :term:`SPDX` |
68 | data generated by the OpenEmbedded build system. | 71 | data generated by the OpenEmbedded build system. |