summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-05-29 14:10:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-31 08:19:25 +0100
commit97521e95ae139d52e569b581864963edfbb3f9f9 (patch)
tree574f9f342084e2d7b18c87eb5ddc41c0d49880a4 /documentation
parent2dcd1f0604e960ab173c7603209ccf2cbdcaaebf (diff)
downloadpoky-97521e95ae139d52e569b581864963edfbb3f9f9.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 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>