diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-03-30 18:58:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-08 14:36:38 +0100 |
commit | e426fd7f86aaf2c1fcc967a6bee003a90d044b91 (patch) | |
tree | 130b96fd0a690e439c334b15b2b596a637b9072b /documentation | |
parent | fed404fca0ae6eb313aeac7c029d22c06b5486a7 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/dev-manual/layers.rst | 2 | ||||
-rw-r--r-- | documentation/profile-manual/usage.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst index f7929e630e..9e764c03ba 100644 --- a/documentation/dev-manual/layers.rst +++ b/documentation/dev-manual/layers.rst | |||
@@ -732,7 +732,7 @@ The following list describes the available commands: | |||
732 | 732 | ||
733 | - ``save-build-conf``: Saves the currently active build configuration | 733 | - ``save-build-conf``: Saves the currently active build configuration |
734 | (``conf/local.conf``, ``conf/bblayers.conf``) as a template into a layer. | 734 | (``conf/local.conf``, ``conf/bblayers.conf``) as a template into a layer. |
735 | This template can later be used for setting up builds via :term:``TEMPLATECONF``. | 735 | This template can later be used for setting up builds via :term:`TEMPLATECONF`. |
736 | For information about saving and using configuration templates, see | 736 | For information about saving and using configuration templates, see |
737 | ":ref:`dev-manual/custom-template-configuration-directory:creating a custom template configuration directory`". | 737 | ":ref:`dev-manual/custom-template-configuration-directory:creating a custom template configuration directory`". |
738 | 738 | ||
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 | ||