summaryrefslogtreecommitdiffstats
path: root/documentation/profile-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-30 18:58:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-08 14:36:38 +0100
commite426fd7f86aaf2c1fcc967a6bee003a90d044b91 (patch)
tree130b96fd0a690e439c334b15b2b596a637b9072b /documentation/profile-manual
parentfed404fca0ae6eb313aeac7c029d22c06b5486a7 (diff)
downloadpoky-e426fd7f86aaf2c1fcc967a6bee003a90d044b91.tar.gz
manuals: fix incorrect double backticks
As reported by "make sphinx-lint" (From yocto-docs rev: 1601bf2d294c3a8e7c4c654539c8a4da3ed054d0) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/profile-manual')
-rw-r--r--documentation/profile-manual/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst
index 2f82137538..e9705ebf99 100644
--- a/documentation/profile-manual/usage.rst
+++ b/documentation/profile-manual/usage.rst
@@ -1872,7 +1872,7 @@ Practically speaking, that means you need to do the following:
1872 1872
1873- Or build a non-SDK image but include the profiling tools 1873- Or build a non-SDK image but include the profiling tools
1874 (edit ``local.conf`` and add ``tools-profile`` to the end of 1874 (edit ``local.conf`` and add ``tools-profile`` to the end of
1875 :term:``EXTRA_IMAGE_FEATURES`` variable):: 1875 :term:`EXTRA_IMAGE_FEATURES` variable)::
1876 1876
1877 $ bitbake core-image-sato 1877 $ bitbake core-image-sato
1878 1878