summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/sbom.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/sbom.rst')
-rw-r--r--documentation/dev-manual/sbom.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/sbom.rst b/documentation/dev-manual/sbom.rst
index d155b4775f..c67b7344d1 100644
--- a/documentation/dev-manual/sbom.rst
+++ b/documentation/dev-manual/sbom.rst
@@ -26,7 +26,7 @@ assessments, as all the components used in the Software Supply Chain are listed.
26 26
27The OpenEmbedded build system doesn't generate such information by default. 27The OpenEmbedded build system doesn't generate such information by default.
28To make this happen, you must inherit the 28To make this happen, you must inherit the
29:ref:`create-spdx <ref-classes-create-spdx>` class from a configuration file:: 29:ref:`ref-classes-create-spdx` class from a configuration file::
30 30
31 INHERIT += "create-spdx" 31 INHERIT += "create-spdx"
32 32
@@ -39,7 +39,7 @@ containing an index of JSON :term:`SPDX` files for individual recipes, together
39with an ``IMAGE-MACHINE.spdx.tar.zst`` compressed archive containing all such 39with an ``IMAGE-MACHINE.spdx.tar.zst`` compressed archive containing all such
40files. 40files.
41 41
42The :ref:`create-spdx <ref-classes-create-spdx>` class offers options to include 42The :ref:`ref-classes-create-spdx` class offers options to include
43more information in the output :term:`SPDX` data, such as making the generated 43more information in the output :term:`SPDX` data, such as making the generated
44files more human readable (:term:`SPDX_PRETTY`), adding compressed archives of 44files more human readable (:term:`SPDX_PRETTY`), adding compressed archives of
45the files in the generated target packages (:term:`SPDX_ARCHIVE_PACKAGED`), 45the files in the generated target packages (:term:`SPDX_ARCHIVE_PACKAGED`),