diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | 5cf19087d539c055d1f36a33399ebeaeecf740a8 (patch) | |
tree | 63dc41a63172f28fcadf35a74456dda61c9b462b /documentation | |
parent | fe955396c161774e0d3306ac93adc77408920e17 (diff) | |
download | poky-5cf19087d539c055d1f36a33399ebeaeecf740a8.tar.gz |
ref-manual/variables.rst: document SPDX_PACKAGE_URL
Used for SPDX3 software_packageUrl field.
(From yocto-docs rev: 108549dae76a582bc98d3b7bd976e0239a6b92a6)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 038e5541ef..03839ac0ad 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8875,6 +8875,12 @@ system and gives an overview of their function and contents. | |||
8875 | output (``software_packageVersion``). The default value for this variable | 8875 | output (``software_packageVersion``). The default value for this variable |
8876 | is :term:`PV`. | 8876 | is :term:`PV`. |
8877 | 8877 | ||
8878 | :term:`SPDX_PACKAGE_URL` | ||
8879 | Provides a place for the SPDX data creator to record the package URL | ||
8880 | string (``software_packageUrl``, in accordance with the Package URL | ||
8881 | specification) for a software Package. The default value of this variable | ||
8882 | is an empty string. | ||
8883 | |||
8878 | :term:`SPDX_PRETTY` | 8884 | :term:`SPDX_PRETTY` |
8879 | This option makes the SPDX output more human-readable, using | 8885 | This option makes the SPDX output more human-readable, using |
8880 | identation and newlines, instead of the default output in a | 8886 | identation and newlines, instead of the default output in a |