summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2025-05-23 21:49:01 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-26 13:02:49 +0100
commitfe721fe5748eba8e6f27ba2b3c74efc79878b827 (patch)
tree8df326e6b449f0cf15dd3be53ac2988b53c24bca
parent65ffae4706dd84d984f4731b0cc32c6fda25dd11 (diff)
downloadpoky-fe721fe5748eba8e6f27ba2b3c74efc79878b827.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: d38f9b25c0bd095fe1158f14226fb74f8645496a) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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