From 97521e95ae139d52e569b581864963edfbb3f9f9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 29 May 2013 14:10:49 +0300 Subject: ref-manual: Added new THISDIR variable and fixed some minor issues. 1. Added a new glossary entry for the THISDIR variable. 2. Inserted a link in the note of the FILESEXTRAPATHS variable to the new THISDIR glossary entry. (From yocto-docs rev: 26c6ea33c245480ca2c74b290b07627371dc811c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'documentation') 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 -- cgit v1.2.3-54-g00ecf