diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index f2f5d4d954..4d64c65d91 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -109,7 +109,7 @@ them to the "Dependencies" section. | |||
109 | 109 | ||
110 | Some layers function as a layer to hold other BSP layers. These layers | 110 | Some layers function as a layer to hold other BSP layers. These layers |
111 | are known as ":term:`container layers <Container Layer>`". An example of | 111 | are known as ":term:`container layers <Container Layer>`". An example of |
112 | this type of layer is OpenEmbedded's :oe_git:`meta-openbedded </meta-openembedded>` | 112 | this type of layer is OpenEmbedded's :oe_git:`meta-openembedded </meta-openembedded>` |
113 | layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. | 113 | layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. |
114 | In cases like this, you need to include the names of the actual layers | 114 | In cases like this, you need to include the names of the actual layers |
115 | you want to work with, such as:: | 115 | you want to work with, such as:: |