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 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. @@ -3854,6 +3855,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