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 be sure to use the immediate expansion (:=) operator. Immediate expansion makes sure that BitBake evaluates - THISDIR at the time the directive + THISDIR + at the time the directive is encountered rather than at some later time when expansion might result in a directory that does not contain the files you need. @@ -3849,6 +3850,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + THISDIR + + + The directory in which the file BitBake is currently + parsing is located. + Do not manually set this variable. + + + + TMPDIR