summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.rst')
-rw-r--r--documentation/ref-manual/ref-variables.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst
index aa7f59f602..53e99a395a 100644
--- a/documentation/ref-manual/ref-variables.rst
+++ b/documentation/ref-manual/ref-variables.rst
@@ -1853,9 +1853,9 @@ system and gives an overview of their function and contents.
1853 process gets source files when working behind a firewall or proxy 1853 process gets source files when working behind a firewall or proxy
1854 server, see this specific question in the 1854 server, see this specific question in the
1855 "`FAQ <#how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server>`__" 1855 "`FAQ <#how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server>`__"
1856 chapter. You can also refer to the "`Working Behind a Network 1856 chapter. You can also refer to the
1857 Proxy <&YOCTO_WIKI_URL;/wiki/Working_Behind_a_Network_Proxy>`__" Wiki 1857 ":yocto_wiki:`Working Behind a Network Proxy </wiki/Working_Behind_a_Network_Proxy>`"
1858 page. 1858 Wiki page.
1859 1859
1860 DOC_COMPRESS 1860 DOC_COMPRESS
1861 When inheriting the :ref:`compress_doc <ref-classes-compress_doc>` 1861 When inheriting the :ref:`compress_doc <ref-classes-compress_doc>`
@@ -3240,7 +3240,7 @@ system and gives an overview of their function and contents.
3240 recipe file. 3240 recipe file.
3241 3241
3242 See the 3242 See the
3243 ```local.conf.sample.extended`` <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-poky/conf/local.conf.sample.extended>`__ 3243 :yocto_git:`local.conf.sample.extended </cgit/cgit.cgi/poky/tree/meta-poky/conf/local.conf.sample.extended>`
3244 file for additional information. Also, for information on creating an 3244 file for additional information. Also, for information on creating an
3245 initramfs, see the "`Building an Initial RAM Filesystem (initramfs) 3245 initramfs, see the "`Building an Initial RAM Filesystem (initramfs)
3246 Image <&YOCTO_DOCS_DEV_URL;#building-an-initramfs-image>`__" section 3246 Image <&YOCTO_DOCS_DEV_URL;#building-an-initramfs-image>`__" section
@@ -3740,8 +3740,8 @@ system and gives an overview of their function and contents.
3740 3740
3741 To specify the OE-Core versions for which a layer is compatible, use 3741 To specify the OE-Core versions for which a layer is compatible, use
3742 this variable in your layer's ``conf/layer.conf`` configuration file. 3742 this variable in your layer's ``conf/layer.conf`` configuration file.
3743 For the list, use the Yocto Project `Release 3743 For the list, use the Yocto Project
3744 Name <https://wiki.yoctoproject.org/wiki/Releases>`__ (e.g. 3744 :yocto_wiki:`Release Name </wiki/Releases>` (e.g.
3745 DISTRO_NAME_NO_CAP). To specify multiple OE-Core versions for the 3745 DISTRO_NAME_NO_CAP). To specify multiple OE-Core versions for the
3746 layer, use a space-separated list: LAYERSERIES_COMPAT_layer_root_name 3746 layer, use a space-separated list: LAYERSERIES_COMPAT_layer_root_name
3747 = "DISTRO_NAME_NO_CAP DISTRO_NAME_NO_CAP_MINUS_ONE" 3747 = "DISTRO_NAME_NO_CAP DISTRO_NAME_NO_CAP_MINUS_ONE"