summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/common.rst4
1 files changed, 2 insertions, 2 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
14322. *Run Configure and Check Tasks:* Separately run the 14322. *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
14514. *Re-Run Configure and Check Tasks:* After you have worked through the 14514. *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