summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 eba07b7832..e6806ce929 100644
--- a/documentation/dev-manual/sbom.rst
+++ b/documentation/dev-manual/sbom.rst
@@ -25,14 +25,14 @@ users can read in standardized format.
25assessments, as all the components used in the Software Supply Chain are listed. 25assessments, 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,
28though the `:term:`Poky` reference distribution has it enabled out of the box. 28though the :term:`Poky` reference distribution has it enabled out of the box.
29 29
30To enable it, inherit the :ref:`ref-classes-create-spdx` class from a 30To enable it, inherit the :ref:`ref-classes-create-spdx` class from a
31configuration file:: 31configuration file::
32 32
33 INHERIT += "create-spdx" 33 INHERIT += "create-spdx"
34 34
35In the `:term:`Poky` reference distribution, :term:`SPDX` generation does 35In the :term:`Poky` reference distribution, :term:`SPDX` generation does
36consume some build time resources and thus if needed it can be disabled from a 36consume some build time resources and thus if needed it can be disabled from a
37:term:`configuration file`:: 37:term:`configuration file`::
38 38