diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-14 12:57:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:43 +0100 |
commit | ba34d31ed97cd5b32512efddd93b8a2194b6e35f (patch) | |
tree | ddccc8ca81b0579516891efb6f86479cfc9de5df /documentation | |
parent | 216ee69227fe97c19d5da4c3d828b7cc5d8a437f (diff) | |
download | poky-ba34d31ed97cd5b32512efddd93b8a2194b6e35f.tar.gz |
ref-manual: Updated the LAYERRECOMMENDS variable description
Fixes [YOCTO #11579]
I removed the sentence about throwing an error or warning.
(From yocto-docs rev: cfa3b1559122ec9e927ccd34afa0e26e877486f9)
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.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 632d78aa7e..8e5e8ce457 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -7496,6 +7496,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7496 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 7496 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
7497 | Lists the layers, separated by spaces, recommended for | 7497 | Lists the layers, separated by spaces, recommended for |
7498 | use with this layer. | 7498 | use with this layer. |
7499 | </para> | ||
7500 | |||
7501 | <para> | ||
7499 | Optionally, you can specify a specific layer version for a | 7502 | Optionally, you can specify a specific layer version for a |
7500 | recommendation by adding the version to the end of the | 7503 | recommendation by adding the version to the end of the |
7501 | layer name. | 7504 | layer name. |
@@ -7509,8 +7512,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
7509 | </para> | 7512 | </para> |
7510 | 7513 | ||
7511 | <para> | 7514 | <para> |
7512 | An error is produced if any dependency is missing or the | ||
7513 | version numbers (if specified) do not match exactly. | ||
7514 | This variable is used in the | 7515 | This variable is used in the |
7515 | <filename>conf/layer.conf</filename> file and must be | 7516 | <filename>conf/layer.conf</filename> file and must be |
7516 | suffixed with the name of the specific layer (e.g. | 7517 | suffixed with the name of the specific layer (e.g. |