diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:42:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 5f5d993baec74f2609d242034a3f576a857a7263 (patch) | |
tree | c009da71b6cd64e79e9be3ff234e458d0a3652dd /documentation/ref-manual/tasks.rst | |
parent | 3784c57c042a5b44dc507df1abf660014252aa9c (diff) | |
download | poky-5f5d993baec74f2609d242034a3f576a857a7263.tar.gz |
manuals: add references to the "do_kernel_configme" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: f926e67d5c7ff4475e24ee7dd4f6c4b3ba7e9896)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index 806442eae3..4174273f57 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -684,7 +684,7 @@ section in the Yocto Project Linux Kernel Development Manual. | |||
684 | ---------------------- | 684 | ---------------------- |
685 | 685 | ||
686 | After the kernel is patched by the :ref:`ref-tasks-patch` | 686 | After the kernel is patched by the :ref:`ref-tasks-patch` |
687 | task, the ``do_kernel_configme`` task assembles and merges all the | 687 | task, the :ref:`ref-tasks-kernel_configme` task assembles and merges all the |
688 | kernel config fragments into a merged configuration that can then be | 688 | kernel config fragments into a merged configuration that can then be |
689 | passed to the kernel configuration phase proper. This is also the time | 689 | passed to the kernel configuration phase proper. This is also the time |
690 | during which user-specified defconfigs are applied if present, and where | 690 | during which user-specified defconfigs are applied if present, and where |