summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/bsp-guide/bsp.rst3
-rw-r--r--documentation/dev-manual/common-tasks.rst4
-rw-r--r--documentation/ref-manual/terms.rst8
-rw-r--r--documentation/ref-manual/variables.rst5
4 files changed, 8 insertions, 12 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 7e17b42886..efdaf80f63 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -109,8 +109,7 @@ them to the "Dependencies" section.
109 109
110Some layers function as a layer to hold other BSP layers. These layers 110Some layers function as a layer to hold other BSP layers. These layers
111are known as ":term:`container layers <Container Layer>`". An example of 111are known as ":term:`container layers <Container Layer>`". An example of
112this type of layer is OpenEmbedded's 112this type of layer is OpenEmbedded's :oe_git:`meta-openbedded </meta-openembedded>`
113`meta-openembedded <https://github.com/openembedded/meta-openembedded>`__
114layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. 113layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers.
115In cases like this, you need to include the names of the actual layers 114In cases like this, you need to include the names of the actual layers
116you want to work with, such as:: 115you want to work with, such as::
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index eb1f917012..189f415c8c 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -7562,8 +7562,8 @@ NPM packages:
7562 7562
7563- The NPM host tools need the native ``nodejs-npm`` package, which is 7563- The NPM host tools need the native ``nodejs-npm`` package, which is
7564 part of the OpenEmbedded environment. You need to get the package by 7564 part of the OpenEmbedded environment. You need to get the package by
7565 cloning the https://github.com/openembedded/meta-openembedded 7565 cloning the :oe_git:`meta-openembedded </meta-openembedded>`
7566 repository out of GitHub. Be sure to add the path to your local copy 7566 repository. Be sure to add the path to your local copy
7567 to your ``bblayers.conf`` file. 7567 to your ``bblayers.conf`` file.
7568 7568
7569- ``devtool`` cannot detect native libraries in module dependencies. 7569- ``devtool`` cannot detect native libraries in module dependencies.
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 1a2c055591..ee14df5684 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -138,14 +138,12 @@ universal, the list includes them just in case:
138 which contains multiple (and typically related) sub-layers which can 138 which contains multiple (and typically related) sub-layers which can
139 be included independently in your project's ``bblayers.conf`` file. 139 be included independently in your project's ``bblayers.conf`` file.
140 140
141 In some cases, such as with OpenEmbedded's 141 In some cases, such as with OpenEmbedded's :oe_git:`meta-openembedded </meta-openembedded>`
142 `meta-openembedded <https://github.com/openembedded/meta-openembedded>`__
143 layer, the top level ``meta-openembedded/`` directory is not itself an actual layer, 142 layer, the top level ``meta-openembedded/`` directory is not itself an actual layer,
144 so you would never explicitly include it in a ``bblayers.conf`` file; 143 so you would never explicitly include it in a ``bblayers.conf`` file;
145 rather, you would include any number of its layer subdirectories, such as 144 rather, you would include any number of its layer subdirectories, such as
146 `meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`__, 145 :oe_git:`meta-oe </meta-openembedded/tree/meta-oe>`, :oe_git:`meta-python
147 `meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`__ 146 </meta-openembedded/tree/meta-python>` and so on.
148 and so on.
149 147
150 On the other hand, some container layers (such as 148 On the other hand, some container layers (such as
151 :yocto_git:`meta-security </meta-security>`) 149 :yocto_git:`meta-security </meta-security>`)
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 601db6f42f..f8c6e6db1e 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7908,9 +7908,8 @@ system and gives an overview of their function and contents.
7908 <https://www.freedesktop.org/software/systemd/man/systemd.special.html>`__ 7908 <https://www.freedesktop.org/software/systemd/man/systemd.special.html>`__
7909 for details. 7909 for details.
7910 7910
7911 For example, this variable is used in the 7911 For example, this variable is used in the :oe_git:`core-image-minimal-xfce.bb
7912 `core-image-minimal-xfce.bb 7912 </meta-openembedded/tree/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb>`
7913 <https://git.openembedded.org/meta-openembedded/tree/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb>`__
7914 recipe:: 7913 recipe::
7915 7914
7916 SYSTEMD_DEFAULT_TARGET = "graphical.target" 7915 SYSTEMD_DEFAULT_TARGET = "graphical.target"