diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b075f54c7e..b56b43fdf4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1180,7 +1180,8 @@ Core layer for images cannot be removed | |||
1180 | be sure to use the immediate expansion | 1180 | be sure to use the immediate expansion |
1181 | (<filename>:=</filename>) operator. | 1181 | (<filename>:=</filename>) operator. |
1182 | Immediate expansion makes sure that BitBake evaluates | 1182 | Immediate expansion makes sure that BitBake evaluates |
1183 | <filename>THISDIR</filename> at the time the directive | 1183 | <link linkend='var-THISDIR'><filename>THISDIR</filename></link> |
1184 | at the time the directive | ||
1184 | is encountered rather than at some later time when | 1185 | is encountered rather than at some later time when |
1185 | expansion might result in a directory that does not | 1186 | expansion might result in a directory that does not |
1186 | contain the files you need.</para> | 1187 | contain the files you need.</para> |
@@ -3854,6 +3855,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
3854 | </glossdef> | 3855 | </glossdef> |
3855 | </glossentry> | 3856 | </glossentry> |
3856 | 3857 | ||
3858 | <glossentry id='var-THISDIR'><glossterm>THISDIR</glossterm> | ||
3859 | <glossdef> | ||
3860 | <para> | ||
3861 | The directory in which the file BitBake is currently | ||
3862 | parsing is located. | ||
3863 | Do not manually set this variable. | ||
3864 | </para> | ||
3865 | </glossdef> | ||
3866 | </glossentry> | ||
3867 | |||
3857 | <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm> | 3868 | <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm> |
3858 | <glossdef> | 3869 | <glossdef> |
3859 | <para> | 3870 | <para> |