diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-23 21:49:01 -0400 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-02 10:26:30 -0700 |
commit | 89da6e7a4a75536697fa9b5a7b3c9682fc802325 (patch) | |
tree | 4ae9a36ca2048b048ad6e61fc36da4dec0140317 | |
parent | e1f79f066d1b96bef80e8b32aa6f170f8f7f5682 (diff) | |
download | poky-89da6e7a4a75536697fa9b5a7b3c9682fc802325.tar.gz |
sphinx-lint: superfluous backtick in front of role
Fix all instances of backtick-before-role as reported by 'make sphinx-lint'.
(From yocto-docs rev: 758e46b10926ca0ce8db59c9c5cd9c4ed6c8826e)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit d38f9b25c0bd095fe1158f14226fb74f8645496a)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 | ||