summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/terms.rst8
-rw-r--r--documentation/ref-manual/variables.rst5
2 files changed, 5 insertions, 8 deletions
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"