diff options
Diffstat (limited to 'documentation/dev-manual/sbom.rst')
-rw-r--r-- | documentation/dev-manual/sbom.rst | 4 |
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 | ||
27 | The OpenEmbedded build system doesn't generate such information by default. | 27 | The OpenEmbedded build system doesn't generate such information by default. |
28 | To make this happen, you must inherit the | 28 | To 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 | |||
39 | with an ``IMAGE-MACHINE.spdx.tar.zst`` compressed archive containing all such | 39 | with an ``IMAGE-MACHINE.spdx.tar.zst`` compressed archive containing all such |
40 | files. | 40 | files. |
41 | 41 | ||
42 | The :ref:`create-spdx <ref-classes-create-spdx>` class offers options to include | 42 | The :ref:`ref-classes-create-spdx` class offers options to include |
43 | more information in the output :term:`SPDX` data, such as making the generated | 43 | more information in the output :term:`SPDX` data, such as making the generated |
44 | files more human readable (:term:`SPDX_PRETTY`), adding compressed archives of | 44 | files more human readable (:term:`SPDX_PRETTY`), adding compressed archives of |
45 | the files in the generated target packages (:term:`SPDX_ARCHIVE_PACKAGED`), | 45 | the files in the generated target packages (:term:`SPDX_ARCHIVE_PACKAGED`), |