diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index 157443d9a5..9bbd964e88 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml @@ -344,7 +344,7 @@ After the tool is built, you can interact with it normally. You can see how menuconfig is used to change a simple kernel configuration in the - "Changing the  CONFIG_SMP Configuration Using  menuconfig" + "Configuring the Kernel" section of the Yocto Project Development Manual. For general information on menuconfig, see . diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml index 71a3135b0a..0a04312324 100644 --- a/documentation/kernel-manual/kernel-doc-intro.xml +++ b/documentation/kernel-manual/kernel-doc-intro.xml @@ -56,6 +56,8 @@ "Patching the Kernel" + + "Configuring the Kernel" diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 3689b01876..9d0ec6a699 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -159,8 +159,9 @@ - The SRC_URI points to the kernel Git - repository. + The + SRC_URI points + to the kernel Git repository. A BSP build branch exists. This branch has the following form: @@ -794,9 +795,10 @@ The basic steps you need to follow are: - Make sure you have set up a local source directory: - You must create a local source - directory by either creating a Git repository (recommended) or + Make sure you have set up a local Source Directory: + You must create a local + Source Directory + by either creating a Git repository (recommended) or extracting a Yocto Project release tarball. Choose an existing BSP available with the Yocto Project: Try to map your board features as closely to the features of a BSP that is