diff options
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 5 |
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. |
