diff options
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6b59b4183f..23fe492790 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1835,8 +1835,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1835 | <glossentry id='var-LAYERVERSION'><glossterm>LAYERVERSION</glossterm> | 1835 | <glossentry id='var-LAYERVERSION'><glossterm>LAYERVERSION</glossterm> |
1836 | <glossdef> | 1836 | <glossdef> |
1837 | <para>Optionally specifies the version of a layer as a single number. | 1837 | <para>Optionally specifies the version of a layer as a single number. |
1838 | You can use this within <filename>LAYERDEPENDS</filename> for another layer in order to | 1838 | You can use this within |
1839 | depend on a specific version of the layer. | 1839 | <link linkend='var-LAYERDEPENDS'><filename>LAYERDEPENDS</filename></link> |
1840 | for another layer in order to depend on a specific version | ||
1841 | of the layer. | ||
1840 | This variable is used in the <filename>conf/layer.conf</filename> file | 1842 | This variable is used in the <filename>conf/layer.conf</filename> file |
1841 | and must be suffixed with the name of the specific layer (e.g. | 1843 | and must be suffixed with the name of the specific layer (e.g. |
1842 | <filename>LAYERVERSION_mylayer</filename>).</para> | 1844 | <filename>LAYERVERSION_mylayer</filename>).</para> |