mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
3784c57c04
commit
5f5d993bae
|
@ -1430,7 +1430,7 @@ To streamline the configuration, do the following:
|
|||
successfully. Use this configuration file as your baseline.
|
||||
|
||||
2. *Run Configure and Check Tasks:* Separately run the
|
||||
``do_kernel_configme`` and :ref:`ref-tasks-kernel_configcheck` tasks::
|
||||
:ref:`ref-tasks-kernel_configme` and :ref:`ref-tasks-kernel_configcheck` tasks::
|
||||
|
||||
$ bitbake linux-yocto -c kernel_configme -f
|
||||
$ bitbake linux-yocto -c kernel_configcheck -f
|
||||
|
@ -1450,7 +1450,7 @@ To streamline the configuration, do the following:
|
|||
|
||||
4. *Re-Run Configure and Check Tasks:* After you have worked through the
|
||||
output of the kernel configuration audit, you can re-run the
|
||||
``do_kernel_configme`` and :ref:`ref-tasks-kernel_configcheck` tasks to see the
|
||||
:ref:`ref-tasks-kernel_configme` and :ref:`ref-tasks-kernel_configcheck` tasks to see the
|
||||
results of your changes. If you have more issues, you can deal with
|
||||
them as described in the previous step.
|
||||
|
||||
|
|
|
@ -684,7 +684,7 @@ section in the Yocto Project Linux Kernel Development Manual.
|
|||
----------------------
|
||||
|
||||
After the kernel is patched by the :ref:`ref-tasks-patch`
|
||||
task, the ``do_kernel_configme`` task assembles and merges all the
|
||||
task, the :ref:`ref-tasks-kernel_configme` task assembles and merges all the
|
||||
kernel config fragments into a merged configuration that can then be
|
||||
passed to the kernel configuration phase proper. This is also the time
|
||||
during which user-specified defconfigs are applied if present, and where
|
||||
|
|
Loading…
Reference in New Issue
Block a user