summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index ac8e06392d..d091334a44 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -1688,6 +1688,12 @@ overview of their function and contents.
1688 ``AUTOINC`` placeholder is added and if needed. And, this placeholder 1688 ``AUTOINC`` placeholder is added and if needed. And, this placeholder
1689 is placed at the start of the returned string. 1689 is placed at the start of the returned string.
1690 1690
1691 The :term:`SRCREV_FORMAT` can also take the form "_component2".
1692 This assumes that there is a component in the :term:`SRC_URI` that does not
1693 have a name assigned. While this is not considered good practice, it can be
1694 usefull if a ``.bbappend`` file needs to extend the :term:`SRC_URI` with
1695 an additional repository.
1696
1691 :term:`STAMP` 1697 :term:`STAMP`
1692 Specifies the base path used to create recipe stamp files. The path 1698 Specifies the base path used to create recipe stamp files. The path
1693 to an actual stamp file is constructed by evaluating this string and 1699 to an actual stamp file is constructed by evaluating this string and