diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-05-29 14:10:49 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:19:21 +0100 |
commit | afc4aec1d5449837cb42216c4068164e6aa00c65 (patch) | |
tree | 9c4653b9312955b97b77887388f5b2d60c459349 /documentation | |
parent | 4f41a86018834efa56bf4a44da4efa6686bfd220 (diff) | |
download | poky-afc4aec1d5449837cb42216c4068164e6aa00c65.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: a4e704ff165959fab9c1e6f7d28906e8f15c6d27)
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.xml | 13 |
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> |