From 4d2159d10721d586edd716fa9b2c0f5bf1110da4 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 23 Sep 2022 19:47:51 +0200 Subject: [PATCH] ref-manual: tasks.rst: add reference to the "do_validate_branches" task [YOCTO #14508] Reported-by: Quentin Schulz (From yocto-docs rev: abda9c0ee2835f9fdca54d7770678b0188c68e17) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 sure that the machine and metadata branches as specified by the :term:`SRCREV` variables actually exist on the specified branches. Otherwise, if :term:`AUTOREV` is not being used, the -``do_validate_branches`` task fails during the build. +:ref:`ref-tasks-validate_branches` task fails during the build.