mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
handbook: document the LAYERDIR variable
LAYERDIR is one of the few variables which requires immediate expansion and is worth documenting explicitly. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -403,6 +403,15 @@
|
||||
|
||||
<glossdiv id='var-glossary-l'><title>L</title>
|
||||
|
||||
<glossentry id='var-LAYERDIR'><glossterm>LAYERDIR</glossterm>
|
||||
<glossdef>
|
||||
<para>When used inside a layer.conf gives the path of the
|
||||
current layer. This variable requires immediate expansion
|
||||
(see the Bitbake manual) as lazy expansion can result in
|
||||
the expansion happening in the wrong directory and therefore
|
||||
giving the wrong value.</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
<glossentry id='var-LICENSE'><glossterm>LICENSE</glossterm>
|
||||
<glossdef>
|
||||
<para>List of package source licenses.</para>
|
||||
|
||||
Reference in New Issue
Block a user