From a1f1b7f111d939f918663caf9ad0facf7f61fd92 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Jun 2017 06:48:27 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') 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" Lists the layers, separated by spaces, recommended for use with this layer. + + + Optionally, you can specify a specific layer version for a recommendation by adding the version to the end of the layer name. @@ -7507,8 +7510,6 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - An error is produced if any dependency is missing or the - version numbers (if specified) do not match exactly. This variable is used in the conf/layer.conf file and must be suffixed with the name of the specific layer (e.g. -- cgit v1.2.3-54-g00ecf