summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 43b387c749..14772017fa 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>
@@ -3849,6 +3850,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3849 </glossdef> 3850 </glossdef>
3850 </glossentry> 3851 </glossentry>
3851 3852
3853 <glossentry id='var-THISDIR'><glossterm>THISDIR</glossterm>
3854 <glossdef>
3855 <para>
3856 The directory in which the file BitBake is currently
3857 parsing is located.
3858 Do not manually set this variable.
3859 </para>
3860 </glossdef>
3861 </glossentry>
3862
3852 <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm> 3863 <glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm>
3853 <glossdef> 3864 <glossdef>
3854 <para> 3865 <para>