summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-06-22 18:51:04 +0200
committerSteve Sakoman <steve@sakoman.com>2023-07-21 06:27:34 -1000
commit6c185e7ae0c96da773b1441b2a6b3c7b091fe812 (patch)
treee8397996bc38a6c114861d0856b3655c72a35315 /documentation
parent10f1543541b115c5817af8a296e660a634805808 (diff)
downloadpoky-6c185e7ae0c96da773b1441b2a6b3c7b091fe812.tar.gz
docs: ref-manual: terms: fix typos in SPDX term
Fixes: 2c53ac40e99a ("ref-manual: terms.rst: add SBOM and SPDX terms") Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: aaa554381a46c66d7708967c65893992760aa5fe) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/terms.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index a9c84fe3a5..d94fa4a5c9 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -401,11 +401,11 @@ universal, the list includes them just in case:
401 section in the Yocto Project Overview and Concepts Manual. 401 section in the Yocto Project Overview and Concepts Manual.
402 402
403 :term:`SPDX` 403 :term:`SPDX`
404 This term means *Software Package Data Exchange*, and is used as a open 404 This term means *Software Package Data Exchange*, and is used as an open
405 standard for providing a *Software Bill of Materials* (:term:`SBOM`). 405 standard for providing a *Software Bill of Materials* (:term:`SBOM`).
406 This standard is developed through a `Linux Foundation project 406 This standard is developed through a `Linux Foundation project
407 <https://spdx.dev/>`__ and is used by the OpenEmbedded Build System to 407 <https://spdx.dev/>`__ and is used by the OpenEmbedded Build System to
408 provide an :term:`SBOM` associated to each a software image. 408 provide an :term:`SBOM` associated to each software image.
409 409
410 For details, see Wikipedia's :wikipedia:`SPDX page <Software_Package_Data_Exchange>` 410 For details, see Wikipedia's :wikipedia:`SPDX page <Software_Package_Data_Exchange>`
411 and the ":ref:`dev-manual/common-tasks:creating a software bill of materials`" 411 and the ":ref:`dev-manual/common-tasks:creating a software bill of materials`"