From ba0fd17fa635eb05a9a9f2808573c6458912ae8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos=20Costa?= Date: Tue, 21 Oct 2025 17:19:18 +0200 Subject: [PATCH] variables.rst: fix LAYERDEPENDS description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This variable does not apply to the scope of a single recipe, but rather to the scope of the entire layer. (From yocto-docs rev: a86f2e5d291b86dbf56aefab08f4d3b0e5529801) Signed-off-by: João Marcos Costa Signed-off-by: Antonin Godard (cherry picked from commit eec26e11adb6e3a9c4f53f825b9a1730c9ddee12) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 337f918874..4c67baaadd 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -5224,7 +5224,7 @@ system and gives an overview of their function and contents. information on how this variable is used. :term:`LAYERDEPENDS` - Lists the layers, separated by spaces, on which this recipe depends. + Lists the layers, separated by spaces, on which this layer depends. Optionally, you can specify a specific layer version for a dependency by adding it to the end of the layer name. Here is an example::