summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-01-16 12:16:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-20 00:53:53 +0000
commite6a0be545d73b1052a259547afd2aa63d4b58546 (patch)
tree065e669743e2e2eb2de44e5405fb20c0b44ce4e4 /documentation/ref-manual/variables.rst
parent658499cacb252f55124a6ac0bf57ed0b145544d8 (diff)
downloadpoky-e6a0be545d73b1052a259547afd2aa63d4b58546.tar.gz
docs: fix missing & and ; surrounding references from poky.yaml
poky.yaml references are only replaced in files if they are prefixed by & and suffixed by ;. Let's fix the missing surrounding characters. (From yocto-docs rev: 7ee4ba7a27acd87d8c728639d1b053d2e26c6e58) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 4ce2648136..5ec19970e4 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4202,11 +4202,11 @@ system and gives an overview of their function and contents.
4202 this variable in your layer's ``conf/layer.conf`` configuration file. 4202 this variable in your layer's ``conf/layer.conf`` configuration file.
4203 For the list, use the Yocto Project 4203 For the list, use the Yocto Project
4204 :yocto_wiki:`Release Name </Releases>` (e.g. 4204 :yocto_wiki:`Release Name </Releases>` (e.g.
4205 DISTRO_NAME_NO_CAP). To specify multiple OE-Core versions for the 4205 &DISTRO_NAME_NO_CAP;). To specify multiple OE-Core versions for the
4206 layer, use a space-separated list: 4206 layer, use a space-separated list:
4207 :: 4207 ::
4208 4208
4209 LAYERSERIES_COMPAT_layer_root_name = "DISTRO_NAME_NO_CAP DISTRO_NAME_NO_CAP_MINUS_ONE" 4209 LAYERSERIES_COMPAT_layer_root_name = "&DISTRO_NAME_NO_CAP; &DISTRO_NAME_NO_CAP_MINUS_ONE;"
4210 4210
4211 .. note:: 4211 .. note::
4212 4212