diff options
Diffstat (limited to 'documentation/bsp-guide/bsp.rst')
-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 b5f00d617e..47e4193f38 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:: |
@@ -230,7 +230,7 @@ section. | |||
230 | 230 | ||
231 | #. *Initialize the Build Environment:* While in the root directory of | 231 | #. *Initialize the Build Environment:* While in the root directory of |
232 | the Source Directory (i.e. ``poky``), run the | 232 | the Source Directory (i.e. ``poky``), run the |
233 | :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment | 233 | :ref:`ref-manual/structure:``oe-init-build-env``` environment |
234 | setup script to define the OpenEmbedded build environment on your | 234 | setup script to define the OpenEmbedded build environment on your |
235 | build host. :: | 235 | build host. :: |
236 | 236 | ||