summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide/bsp.rst')
-rw-r--r--documentation/bsp-guide/bsp.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 9a12c942bc..663d9478a4 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -108,7 +108,7 @@ Some layers function as a layer to hold other BSP layers. These layers
108are knows as "`container 108are knows as "`container
109layers <&YOCTO_DOCS_REF_URL;#term-container-layer>`__". An example of 109layers <&YOCTO_DOCS_REF_URL;#term-container-layer>`__". An example of
110this type of layer is OpenEmbedded's 110this type of layer is OpenEmbedded's
111```meta-openembedded`` <https://github.com/openembedded/meta-openembedded>`__ 111```meta-openembedded`https://github.com/openembedded/meta-openembedded
112layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. 112layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers.
113In cases like this, you need to include the names of the actual layers 113In cases like this, you need to include the names of the actual layers
114you want to work with, such as: BBLAYERS ?= " \\ 114you want to work with, such as: BBLAYERS ?= " \\
@@ -164,7 +164,7 @@ section.
1644. *Optionally Clone the ``meta-intel`` BSP Layer:* If your hardware is 1644. *Optionally Clone the ``meta-intel`` BSP Layer:* If your hardware is
165 based on current Intel CPUs and devices, you can leverage this BSP 165 based on current Intel CPUs and devices, you can leverage this BSP
166 layer. For details on the ``meta-intel`` BSP layer, see the layer's 166 layer. For details on the ``meta-intel`` BSP layer, see the layer's
167 ```README`` <http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/README>`__ 167 ```README`http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/README
168 file. 168 file.
169 169
170 1. *Navigate to Your Source Directory:* Typically, you set up the 170 1. *Navigate to Your Source Directory:* Typically, you set up the
@@ -849,7 +849,7 @@ Yocto Project:
849 in ``poky/meta`` directory of the :term:`Source Directory` 849 in ``poky/meta`` directory of the :term:`Source Directory`
850 or in the 850 or in the
851 OpenEmbedded-Core Layer (``openembedded-core``) at 851 OpenEmbedded-Core Layer (``openembedded-core``) at
852 ` <http://git.openembedded.org/openembedded-core/tree/meta>`__. 852 http://git.openembedded.org/openembedded-core/tree/meta.
853 853
854 You should place recipes (``*.bb`` files) and recipe modifications 854 You should place recipes (``*.bb`` files) and recipe modifications
855 (``*.bbappend`` files) into ``recipes-*`` subdirectories by 855 (``*.bbappend`` files) into ``recipes-*`` subdirectories by