summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-20 14:57:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-20 23:25:36 +0100
commitd7a3e91bb4932be2efa35406445444be7f7c0489 (patch)
treed1d0a80335272e2d30e2447b87e1e5102514e543
parent8ed7880e1ec5e931328375b45e9d5a9afc984c7f (diff)
downloadpoky-d7a3e91bb4932be2efa35406445444be7f7c0489.tar.gz
bitbake: doc: Document FILE_LAYERNAME
Document the new variable. (Bitbake rev: bee20cc624a1155376cf3c899dc5c6d850dacb2c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index ee5d7ba8d4..337cfa3ed5 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1072,6 +1072,11 @@ overview of their function and contents.
1072 environment variable. The value is a colon-separated list of 1072 environment variable. The value is a colon-separated list of
1073 directories that are searched left-to-right in order. 1073 directories that are searched left-to-right in order.
1074 1074
1075 :term:`FILE_LAYERNAME`
1076 During parsing and task execution, this is set to the name of the
1077 layer containing the recipe file. Code can use this to identify which
1078 layer a recipe is from.
1079
1075 :term:`GITDIR` 1080 :term:`GITDIR`
1076 The directory in which a local copy of a Git repository is stored 1081 The directory in which a local copy of a Git repository is stored
1077 when it is cloned. 1082 when it is cloned.