summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
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