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-20 12:10:40 -1000
commit9ac1631eb791975dd20902c72c35cbf98472804d (patch)
tree355c32e74e82cf9453f989d32efd75c2867ff674 /documentation
parent46b5926f8fd6c31641e42e9f84c6965b6fcde6e3 (diff)
downloadpoky-9ac1631eb791975dd20902c72c35cbf98472804d.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: a92b206cec9f17db4bb50eb8e7ca088e55a43e61) 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 4baef38cfd..8f7281676c 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -475,11 +475,11 @@ universal, the list includes them just in case:
475 section in the Yocto Project Overview and Concepts Manual. 475 section in the Yocto Project Overview and Concepts Manual.
476 476
477 :term:`SPDX` 477 :term:`SPDX`
478 This term means *Software Package Data Exchange*, and is used as a open 478 This term means *Software Package Data Exchange*, and is used as an open
479 standard for providing a *Software Bill of Materials* (:term:`SBOM`). 479 standard for providing a *Software Bill of Materials* (:term:`SBOM`).
480 This standard is developed through a `Linux Foundation project 480 This standard is developed through a `Linux Foundation project
481 <https://spdx.dev/>`__ and is used by the OpenEmbedded Build System to 481 <https://spdx.dev/>`__ and is used by the OpenEmbedded Build System to
482 provide an :term:`SBOM` associated to each a software image. 482 provide an :term:`SBOM` associated to each software image.
483 483
484 For details, see Wikipedia's :wikipedia:`SPDX page <Software_Package_Data_Exchange>` 484 For details, see Wikipedia's :wikipedia:`SPDX page <Software_Package_Data_Exchange>`
485 and the ":ref:`dev-manual/sbom:creating a software bill of materials`" 485 and the ":ref:`dev-manual/sbom:creating a software bill of materials`"