summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Beroset <beroset@ieee.org>2023-06-07 09:58:31 -0400
committerSteve Sakoman <steve@sakoman.com>2023-06-21 04:00:58 -1000
commit17760d65dd5df960e3dfb09cbd2224096504047b (patch)
treeaa3ca34165ca545925efe8016102e9685250aa92
parent5e0dd7be76446e4e1829819e6b6d39cb3df8aca7 (diff)
downloadpoky-17760d65dd5df960e3dfb09cbd2224096504047b.tar.gz
ref-manual: add clarification for SRCREV
It was not clear to me what a "full revision identifier" was in the context of the note documenting SRCREV. After clarification via IRC, this submission attempts to clarify what is meant to help future readers. (From yocto-docs rev: c570732cededffa2992173e6c43de4845a1d7d44) Signed-off-by: Ed Beroset <beroset@ieee.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 968e8d6e05..9aab6e0709 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7298,7 +7298,7 @@ system and gives an overview of their function and contents.
7298 that if you want to build a fixed revision and you want to avoid 7298 that if you want to build a fixed revision and you want to avoid
7299 performing a query on the remote repository every time BitBake parses 7299 performing a query on the remote repository every time BitBake parses
7300 your recipe, you should specify a :term:`SRCREV` that is a full revision 7300 your recipe, you should specify a :term:`SRCREV` that is a full revision
7301 identifier and not just a tag. 7301 identifier (e.g. the full SHA hash in git) and not just a tag.
7302 7302
7303 .. note:: 7303 .. note::
7304 7304