diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-04-18 11:05:28 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-03 11:46:08 +0100 |
| commit | 7d464df227b5e8ea32822e9be23fbfe5773bf277 (patch) | |
| tree | 514305ac3bb7890c7ec95f8673be622a559f1005 /documentation/dev-manual | |
| parent | 3ac07c43a15918a5c4e67260d72d65c86f1c07ce (diff) | |
| download | poky-7d464df227b5e8ea32822e9be23fbfe5773bf277.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. |
