diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-28 10:37:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-28 13:17:13 +0000 |
commit | 4562a9b2f3707846afb7e85f78f59d1d7bf7b6a7 (patch) | |
tree | 6e5b8ca32d2db3c3479c38d588a6fdbc04e6e844 /documentation/ref-manual | |
parent | b8c7882472cd43511bbff1848c1b74f56d090b40 (diff) | |
download | poky-4562a9b2f3707846afb7e85f78f59d1d7bf7b6a7.tar.gz |
ref-manual/variables.rst: document the SPDX_PACKAGE_VERSION variable
This variable controls the package version as seen in the SPDX 3.0 JSON
output (software_packageVersion). The default value for this variable is
PV.
(From yocto-docs rev: 3b483c5295b26748c6f2cd63074b20ac3da97b32)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 20563d61f7..62e339ed81 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -8420,6 +8420,11 @@ system and gives an overview of their function and contents. | |||
8420 | and the prefix of ``documentNamespace``. It is set by default to | 8420 | and the prefix of ``documentNamespace``. It is set by default to |
8421 | ``http://spdx.org/spdxdoc``. | 8421 | ``http://spdx.org/spdxdoc``. |
8422 | 8422 | ||
8423 | :term:`SPDX_PACKAGE_VERSION` | ||
8424 | This variable controls the package version as seen in the SPDX 3.0 JSON | ||
8425 | output (``software_packageVersion``). The default value for this variable | ||
8426 | is :term:`PV`. | ||
8427 | |||
8423 | :term:`SPDX_PRETTY` | 8428 | :term:`SPDX_PRETTY` |
8424 | This option makes the SPDX output more human-readable, using | 8429 | This option makes the SPDX output more human-readable, using |
8425 | identation and newlines, instead of the default output in a | 8430 | identation and newlines, instead of the default output in a |