summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-23 19:38:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-07 10:54:26 +0100
commitc4e05c52237edc7314dba2de84abd1413b6751c7 (patch)
tree9358968d5203f87c69b6e9b3be7c1846a39c6495 /documentation/ref-manual
parent40b77252122884b8395d59648147a93f2d0e33d9 (diff)
downloadpoky-c4e05c52237edc7314dba2de84abd1413b6751c7.tar.gz
ref-manual: tasks.rst: add reference to the "do_kernel_checkout" task
[YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: d45cffba8995b5a76a495f73e46852696a3bf645) Signed-off-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/tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index 7129fe4329..7d03d9f3a1 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -655,7 +655,7 @@ section in the Yocto Project Linux Kernel Development Manual.
655 655
656Converts the newly unpacked kernel source into a form with which the 656Converts the newly unpacked kernel source into a form with which the
657OpenEmbedded build system can work. Because the kernel source can be 657OpenEmbedded build system can work. Because the kernel source can be
658fetched in several different ways, the ``do_kernel_checkout`` task makes 658fetched in several different ways, the :ref:`ref-tasks-kernel_checkout` task makes
659sure that subsequent tasks are given a clean working tree copy of the 659sure that subsequent tasks are given a clean working tree copy of the
660kernel with the correct branches checked out. 660kernel with the correct branches checked out.
661 661