summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 10:57:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:40 +0100
commite7830e0d3349bb910d414e67d5243db9ba01f261 (patch)
tree42fcee85ec167006812ab4cc74625b1820c41c1d /documentation
parent1bd8c3d86f21686cda754592bdbc1575d6e52176 (diff)
downloadpoky-e7830e0d3349bb910d414e67d5243db9ba01f261.tar.gz
ref-manual: Edits to LAYERVERSION variable.
(From yocto-docs rev: f5167479bb2989aeb9c78957f76542f4859db6f3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml6
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>