summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index ae7e4cee8c..4d06ff950c 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -1636,6 +1636,17 @@
1636 </glossdef> 1636 </glossdef>
1637 </glossentry> 1637 </glossentry>
1638 1638
1639 <glossentry id='var-LAYERDIR_RE'><glossterm>LAYERDIR_RE</glossterm>
1640 <glossdef>
1641 <para>When used inside the <filename>layer.conf</filename> configuration
1642 file, this variable provides the path of the current layer,
1643 escaped for use in a regular expression
1644 (<link linkend='var-BBFILE_PATTERN'><filename>BBFILE_PATTERN</filename></link>).
1645 This variable is not available outside of <filename>layer.conf</filename>
1646 and references are expanded immediately when parsing of the file completes.</para>
1647 </glossdef>
1648 </glossentry>
1649
1639 <glossentry id='var-LAYERVERSION'><glossterm>LAYERVERSION</glossterm> 1650 <glossentry id='var-LAYERVERSION'><glossterm>LAYERVERSION</glossterm>
1640 <glossdef> 1651 <glossdef>
1641 <para>Optionally specifies the version of a layer as a single number. 1652 <para>Optionally specifies the version of a layer as a single number.