summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 19:47:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commit4d2159d10721d586edd716fa9b2c0f5bf1110da4 (patch)
tree7017c28ce56d98e3f6e513663ab00f6674718551 /documentation
parent623720dcf4f47ae08572a05322b392c395e36d2e (diff)
downloadpoky-4d2159d10721d586edd716fa9b2c0f5bf1110da4.tar.gz
ref-manual: tasks.rst: add reference to the "do_validate_branches" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: abda9c0ee2835f9fdca54d7770678b0188c68e17) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index f0a23ed168..6bd3e9a580 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -789,4 +789,4 @@ After the kernel is unpacked but before it is patched, this task makes
789sure that the machine and metadata branches as specified by the 789sure that the machine and metadata branches as specified by the
790:term:`SRCREV` variables actually exist on the specified 790:term:`SRCREV` variables actually exist on the specified
791branches. Otherwise, if :term:`AUTOREV` is not being used, the 791branches. Otherwise, if :term:`AUTOREV` is not being used, the
792``do_validate_branches`` task fails during the build. 792:ref:`ref-tasks-validate_branches` task fails during the build.