summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorJoão Marcos Costa <joaomarcos.costa@bootlin.com>2025-10-21 17:19:18 +0200
committerSteve Sakoman <steve@sakoman.com>2025-10-31 06:23:13 -0700
commit9626809dcedebffbb4431a047997fcf734d988d2 (patch)
tree87fa81c587893d205db980b4566e0d4670b01b39 /documentation/ref-manual
parent3fe029171facbf05cde0e42dd69b07f7e097c234 (diff)
downloadpoky-9626809dcedebffbb4431a047997fcf734d988d2.tar.gz
variables.rst: fix LAYERDEPENDS description
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: 7ff462805eb45bd29e361017dfb5041cce448e4d) Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit eec26e11adb6e3a9c4f53f825b9a1730c9ddee12) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 8ef14612a2..69d75af558 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4687,7 +4687,7 @@ system and gives an overview of their function and contents.
4687 information on how this variable is used. 4687 information on how this variable is used.
4688 4688
4689 :term:`LAYERDEPENDS` 4689 :term:`LAYERDEPENDS`
4690 Lists the layers, separated by spaces, on which this recipe depends. 4690 Lists the layers, separated by spaces, on which this layer depends.
4691 Optionally, you can specify a specific layer version for a dependency 4691 Optionally, you can specify a specific layer version for a dependency
4692 by adding it to the end of the layer name. Here is an example:: 4692 by adding it to the end of the layer name. Here is an example::
4693 4693