summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-15 06:48:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:18:49 +0100
commita1f1b7f111d939f918663caf9ad0facf7f61fd92 (patch)
tree1a965db951f7e9191edcca620a08c274413f99bb /documentation
parent484237aa97fd679ac2be494ee836b2bb4d0555f5 (diff)
downloadpoky-a1f1b7f111d939f918663caf9ad0facf7f61fd92.tar.gz
ref-manual: Updated LAYERRECOMMENDS variable
Fixes [YOCTO #11579] I made some corrections by taking out the fact that BitBake issues a warning or error if any version mismatches are found. (From yocto-docs rev: e037858b95a97699c110be3b091db06633c9c44a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index d35b6918b8..fbee742450 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7494,6 +7494,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7494<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 7494<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
7495 Lists the layers, separated by spaces, recommended for 7495 Lists the layers, separated by spaces, recommended for
7496 use with this layer. 7496 use with this layer.
7497 </para>
7498
7499 <para>
7497 Optionally, you can specify a specific layer version for a 7500 Optionally, you can specify a specific layer version for a
7498 recommendation by adding the version to the end of the 7501 recommendation by adding the version to the end of the
7499 layer name. 7502 layer name.
@@ -7507,8 +7510,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7507 </para> 7510 </para>
7508 7511
7509 <para> 7512 <para>
7510 An error is produced if any dependency is missing or the
7511 version numbers (if specified) do not match exactly.
7512 This variable is used in the 7513 This variable is used in the
7513 <filename>conf/layer.conf</filename> file and must be 7514 <filename>conf/layer.conf</filename> file and must be
7514 suffixed with the name of the specific layer (e.g. 7515 suffixed with the name of the specific layer (e.g.