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. assessments, as all the components used in the Software Supply Chain are listed. The OpenEmbedded build system doesn't generate such information by default, -though the `:term:`Poky` reference distribution has it enabled out of the box. +though the :term:`Poky` reference distribution has it enabled out of the box. To enable it, inherit the :ref:`ref-classes-create-spdx` class from a configuration file:: INHERIT += "create-spdx" -In the `:term:`Poky` reference distribution, :term:`SPDX` generation does +In the :term:`Poky` reference distribution, :term:`SPDX` generation does consume some build time resources and thus if needed it can be disabled from a :term:`configuration file`::