diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-04-18 11:05:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-28 14:46:17 +0100 |
commit | 9b6a25606eae96ed835e2f87c3c85d37a4607f76 (patch) | |
tree | 9fd3fbf0a39f3601c39368ef85377e07fd716bb4 /documentation/dev-manual | |
parent | aa6c2cc60eb23a71ac22148adc7ce93eadf92bb0 (diff) | |
download | poky-9b6a25606eae96ed835e2f87c3c85d37a4607f76.tar.gz |
manuals: document SPDX_CUSTOM_ANNOTATION_VARS
(From yocto-docs rev: 5811f4eb3e73aa5f8ca90e40ec6559a6d4d58fa3)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
CC: Saul Wold <Saul.Wold@windriver.com>
CC: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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. |