diff options
| author | Trevor Woerner <twoerner@gmail.com> | 2025-05-23 21:10:32 -0400 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-05-27 09:38:57 -0700 |
| commit | a2f2212436ab85f067e17a024147794dc8c8df47 (patch) | |
| tree | 9796f9c009a3a539264a9d39bae721de35b5dd3a /documentation/bsp-guide | |
| parent | 3d3c34d4c452313d5356d7912027a36854222f46 (diff) | |
| download | poky-a2f2212436ab85f067e17a024147794dc8c8df47.tar.gz | |
sphinx-lint: unbalanced inline literal markup
Fix as many instances of unbalanced-inline-literals-delimiters as reported by
'make sphinx-lint' as possible. Sphinx and/or its linter seem to get tripped
up randomly when references contain links to heading which contain literals
enclosed in double-back-tics, and not all of them can be "fixed" to pass both
building and linting.
(From yocto-docs rev: 0ba5429953dfa0cdc983ed13ddd06351116031c7)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/bsp-guide')
| -rw-r--r-- | documentation/bsp-guide/bsp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 3e484aa473..35972f1726 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
| @@ -81,7 +81,7 @@ directory of that Layer. This directory is what you add to the | |||
| 81 | ``conf/bblayers.conf`` file found in your | 81 | ``conf/bblayers.conf`` file found in your |
| 82 | :term:`Build Directory`, which is | 82 | :term:`Build Directory`, which is |
| 83 | established after you run the OpenEmbedded build environment setup | 83 | established after you run the OpenEmbedded build environment setup |
| 84 | script (i.e. :ref:`ref-manual/structure:\`\`oe-init-build-env\`\``). | 84 | script (i.e. :ref:`ref-manual/structure:``oe-init-build-env```). |
| 85 | Adding the root directory allows the :term:`OpenEmbedded Build System` | 85 | Adding the root directory allows the :term:`OpenEmbedded Build System` |
| 86 | to recognize the BSP | 86 | to recognize the BSP |
| 87 | layer and from it build an image. Here is an example:: | 87 | layer and from it build an image. Here is an example:: |
| @@ -229,7 +229,7 @@ section. | |||
| 229 | 229 | ||
| 230 | #. *Initialize the Build Environment:* While in the root directory of | 230 | #. *Initialize the Build Environment:* While in the root directory of |
| 231 | the Source Directory (i.e. ``poky``), run the | 231 | the Source Directory (i.e. ``poky``), run the |
| 232 | :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment | 232 | :ref:`ref-manual/structure:``oe-init-build-env``` environment |
| 233 | setup script to define the OpenEmbedded build environment on your | 233 | setup script to define the OpenEmbedded build environment on your |
| 234 | build host. :: | 234 | build host. :: |
| 235 | 235 | ||
