summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f326dc5209..3e0b94665e 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1311,7 +1311,7 @@
1311 <title>Configuring the Kernel</title> 1311 <title>Configuring the Kernel</title>
1312 1312
1313 <para> 1313 <para>
1314 Configuring the Linux Yocto kernel consists of making sure the <filename>.config</filename> 1314 Configuring the Yocto Project kernel consists of making sure the <filename>.config</filename>
1315 file has all the right information in it for the image you are building. 1315 file has all the right information in it for the image you are building.
1316 You can use the <filename>menuconfig</filename> tool and configuration fragments to 1316 You can use the <filename>menuconfig</filename> tool and configuration fragments to
1317 make sure your <filename>.config</filename> file is just how you need it. 1317 make sure your <filename>.config</filename> file is just how you need it.
@@ -1404,7 +1404,7 @@
1404 </para> 1404 </para>
1405 1405
1406 <para> 1406 <para>
1407 As part of the Linux Yocto kernel build process, the 1407 As part of the kernel build process, the
1408 <filename>kernel_configcheck</filename> task runs. 1408 <filename>kernel_configcheck</filename> task runs.
1409 This task validates the kernel configuration by checking the final 1409 This task validates the kernel configuration by checking the final
1410 <filename>.config</filename> file against the input files. 1410 <filename>.config</filename> file against the input files.