summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 10:55:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:39 +0100
commit1bd8c3d86f21686cda754592bdbc1575d6e52176 (patch)
treea2f85ba2bf09310a5c2f0abf95bf6abb14cca43e
parent96e6c35466f005bc8ead36e0c69ec8f6763ab13c (diff)
downloadpoky-1bd8c3d86f21686cda754592bdbc1575d6e52176.tar.gz
ref-manual: Edits to LAYERDEPENDS variable.
(From yocto-docs rev: 41ad9e417b563bea0c10c1628ca3ef2169d85921) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/ref-variables.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9704541036..6b59b4183f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1810,7 +1810,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
1810 <para>Lists the layers that this recipe depends upon, separated by spaces. 1810 <para>Lists the layers that this recipe depends upon, separated by spaces.
1811 Optionally, you can specify a specific layer version for a dependency 1811 Optionally, you can specify a specific layer version for a dependency
1812 by adding it to the end of the layer name with a colon, (e.g. "anotherlayer:3" 1812 by adding it to the end of the layer name with a colon, (e.g. "anotherlayer:3"
1813 to be compared against <filename>LAYERVERSION_anotherlayer</filename> in this case). 1813 to be compared against
1814 <link linkend='var-LAYERVERSION'><filename>LAYERVERSION</filename></link><filename>_anotherlayer</filename>
1815 in this case).
1814 An error will be produced if any dependency is missing or 1816 An error will be produced if any dependency is missing or
1815 the version numbers do not match exactly (if specified). 1817 the version numbers do not match exactly (if specified).
1816 This variable is used in the <filename>conf/layer.conf</filename> file 1818 This variable is used in the <filename>conf/layer.conf</filename> file