diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:41:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 3784c57c042a5b44dc507df1abf660014252aa9c (patch) | |
tree | f4a0d866fcf5678163ea7d340bfc77ba626fcfaf /documentation/ref-manual/tasks.rst | |
parent | c4e05c52237edc7314dba2de84abd1413b6751c7 (diff) | |
download | poky-3784c57c042a5b44dc507df1abf660014252aa9c.tar.gz |
manuals: add reference to the "do_kernel_configcheck" task
(From yocto-docs rev: 8356996e66c4a45f9f15b30950c6c61a0d50c2c9)
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 7d03d9f3a1..806442eae3 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -666,7 +666,7 @@ kernel with the correct branches checked out. | |||
666 | 666 | ||
667 | Validates the configuration produced by the | 667 | Validates the configuration produced by the |
668 | :ref:`ref-tasks-kernel_menuconfig` task. The | 668 | :ref:`ref-tasks-kernel_menuconfig` task. The |
669 | ``do_kernel_configcheck`` task produces warnings when a requested | 669 | :ref:`ref-tasks-kernel_configcheck` task produces warnings when a requested |
670 | configuration does not appear in the final ``.config`` file or when you | 670 | configuration does not appear in the final ``.config`` file or when you |
671 | override a policy configuration in a hardware configuration fragment. | 671 | override a policy configuration in a hardware configuration fragment. |
672 | You can run this task explicitly and view the output by using the | 672 | You can run this task explicitly and view the output by using the |