mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
fed404fca0
commit
e426fd7f86
|
@ -732,7 +732,7 @@ The following list describes the available commands:
|
|||
|
||||
- ``save-build-conf``: Saves the currently active build configuration
|
||||
(``conf/local.conf``, ``conf/bblayers.conf``) as a template into a layer.
|
||||
This template can later be used for setting up builds via :term:``TEMPLATECONF``.
|
||||
This template can later be used for setting up builds via :term:`TEMPLATECONF`.
|
||||
For information about saving and using configuration templates, see
|
||||
":ref:`dev-manual/custom-template-configuration-directory:creating a custom template configuration directory`".
|
||||
|
||||
|
|
|
@ -1872,7 +1872,7 @@ Practically speaking, that means you need to do the following:
|
|||
|
||||
- Or build a non-SDK image but include the profiling tools
|
||||
(edit ``local.conf`` and add ``tools-profile`` to the end of
|
||||
:term:``EXTRA_IMAGE_FEATURES`` variable)::
|
||||
:term:`EXTRA_IMAGE_FEATURES` variable)::
|
||||
|
||||
$ bitbake core-image-sato
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user