summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vogelaar <patrick.vogelaar.dev@mailbox.org>2025-09-10 16:54:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-03 17:43:31 +0000
commit993393b4d9d7ab56ac4f2bbc4a0b2fd3fc2de08a (patch)
tree4caa57ccdc458e81c5e9b68116303df0b1593504
parent8b3527db66f6782e8c27ae0db3b7fe8036f0ea3b (diff)
downloadpoky-993393b4d9d7ab56ac4f2bbc4a0b2fd3fc2de08a.tar.gz
bitbake: doc: enhance SRCREV_FORMAT description
Adding documentation for having an empty first component for the SRCREV_FORMAT. (Bitbake rev: 37ef26cfd5441ce97ff7ec0d5026c92091224c07) Signed-off-by: Patrick Vogelaar <patrick.vogelaar.dev@mailbox.org> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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