mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2dcd1f0604
commit
97521e95ae
@@ -1180,7 +1180,8 @@ Core layer for images cannot be removed
|
||||
be sure to use the immediate expansion
|
||||
(<filename>:=</filename>) operator.
|
||||
Immediate expansion makes sure that BitBake evaluates
|
||||
<filename>THISDIR</filename> at the time the directive
|
||||
<link linkend='var-THISDIR'><filename>THISDIR</filename></link>
|
||||
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.</para>
|
||||
@@ -3854,6 +3855,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-THISDIR'><glossterm>THISDIR</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
The directory in which the file BitBake is currently
|
||||
parsing is located.
|
||||
Do not manually set this variable.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-TMPDIR'><glossterm>TMPDIR</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user