summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorEd Beroset <beroset@ieee.org>2023-06-07 09:58:31 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-16 17:31:06 +0100
commitab06a2e244dacb02afc9de3d2bc8aa0bf8ee3269 (patch)
tree2c92de3b16193b5ea6f9b40e2983a1bc3a7d2668 /documentation/ref-manual
parentc056757ca5ff8c16baadb0939fe032e6c657084f (diff)
downloadpoky-ab06a2e244dacb02afc9de3d2bc8aa0bf8ee3269.tar.gz
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: 484a2d039ffbdde4229cbe20f0ab2c5fc8217d88) Signed-off-by: Ed Beroset <beroset@ieee.org> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-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 6a7888ab47..5b96e4efe3 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7942,7 +7942,7 @@ system and gives an overview of their function and contents.
7942 that if you want to build a fixed revision and you want to avoid 7942 that if you want to build a fixed revision and you want to avoid
7943 performing a query on the remote repository every time BitBake parses 7943 performing a query on the remote repository every time BitBake parses
7944 your recipe, you should specify a :term:`SRCREV` that is a full revision 7944 your recipe, you should specify a :term:`SRCREV` that is a full revision
7945 identifier and not just a tag. 7945 identifier (e.g. the full SHA hash in git) and not just a tag.
7946 7946
7947 .. note:: 7947 .. note::
7948 7948