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