diff options
| -rw-r--r-- | documentation/kernel-dev/common.rst | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/tasks.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index f370350264..0a1819ceae 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
| @@ -1430,7 +1430,7 @@ To streamline the configuration, do the following: | |||
| 1430 | successfully. Use this configuration file as your baseline. | 1430 | successfully. Use this configuration file as your baseline. |
| 1431 | 1431 | ||
| 1432 | 2. *Run Configure and Check Tasks:* Separately run the | 1432 | 2. *Run Configure and Check Tasks:* Separately run the |
| 1433 | ``do_kernel_configme`` and :ref:`ref-tasks-kernel_configcheck` tasks:: | 1433 | :ref:`ref-tasks-kernel_configme` and :ref:`ref-tasks-kernel_configcheck` tasks:: |
| 1434 | 1434 | ||
| 1435 | $ bitbake linux-yocto -c kernel_configme -f | 1435 | $ bitbake linux-yocto -c kernel_configme -f |
| 1436 | $ bitbake linux-yocto -c kernel_configcheck -f | 1436 | $ bitbake linux-yocto -c kernel_configcheck -f |
| @@ -1450,7 +1450,7 @@ To streamline the configuration, do the following: | |||
| 1450 | 1450 | ||
| 1451 | 4. *Re-Run Configure and Check Tasks:* After you have worked through the | 1451 | 4. *Re-Run Configure and Check Tasks:* After you have worked through the |
| 1452 | output of the kernel configuration audit, you can re-run the | 1452 | output of the kernel configuration audit, you can re-run the |
| 1453 | ``do_kernel_configme`` and :ref:`ref-tasks-kernel_configcheck` tasks to see the | 1453 | :ref:`ref-tasks-kernel_configme` and :ref:`ref-tasks-kernel_configcheck` tasks to see the |
| 1454 | results of your changes. If you have more issues, you can deal with | 1454 | results of your changes. If you have more issues, you can deal with |
| 1455 | them as described in the previous step. | 1455 | them as described in the previous step. |
| 1456 | 1456 | ||
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 |
