diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml
index 17d89f7454..3b4428549d 100644
--- a/documentation/kernel-dev/kernel-dev-common.xml
+++ b/documentation/kernel-dev/kernel-dev-common.xml
@@ -26,14 +26,14 @@
sure your build host is set up to use the Yocto Project.
For information on how to get set up, see the
"Setting Up to Use the Yocto Project"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
Part of preparing the system is creating a local Git
repository of the
Source Directory
(poky) on your system.
Follow the steps in the
"Cloning the poky Repository"
- section in the Yocto Project Development Manual to set up your
+ section in the Yocto Project Development Tasks Manual to set up your
Source Directory.
Be sure you check out the appropriate development branch or
@@ -43,7 +43,7 @@
"Checking Out by Branch in Poky"
and
"Checking Out by Tag in Poky"
- sections in the Yocto Project Development Manual for more
+ sections in the Yocto Project Development Tasks Manual for more
information.
@@ -132,15 +132,16 @@
For background information on working with
common and BSP layers, see the
"Understanding and Creating Layers"
- section in the Yocto Project Development Manual
- and the
+ section in the Yocto Project Development Tasks
+ Manual and the
"BSP Layers"
section in the Yocto Project Board Support (BSP)
Developer's Guide, respectively.
For information on how to use the
yocto-layer script, see the
"Creating a General Layer Using the yocto-layer Script"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks
+ Manual.
@@ -292,7 +293,7 @@
If you need to checkout out the &DISTRO_NAME; branch,
see the
"Checking out by Branch in Poky"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
$ cd ~/poky
$ git branch
@@ -356,15 +357,16 @@
For background information on working with
common and BSP layers, see the
"Understanding and Creating Layers"
- section in the Yocto Project Development Manual
- and the
+ section in the Yocto Project Development Tasks
+ Manual and the
"BSP Layers"
section in the Yocto Project Board Support (BSP)
Developer's Guide, respectively.
For information on how to use the
yocto-layer script, see the
"Creating a General Layer Using the yocto-layer Script"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks
+ Manual.
@@ -392,7 +394,7 @@
For simplicity, it is recommended that you create your
copy of the kernel Git repository outside of the
- Source Directory,
+ Source Directory,
which is usually named poky.
Also, be sure you are in the
standard/base branch.
@@ -428,7 +430,7 @@
Repository:
For simplicity, it is recommended that you create your
copy of the kernel cache Git repository outside of the
- Source Directory,
+ Source Directory,
which is usually named poky.
Also, for this example, be sure you are in the
yocto-4.12 branch.
@@ -478,7 +480,7 @@
patch files.
For background information on working with layers, see the
"Understanding and Creating Layers"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
Tip
The Yocto Project comes with many tools that simplify
tasks you need to perform.
@@ -486,8 +488,8 @@
script, which simplifies creating a new layer.
See the
"Creating a General Layer Using the yocto-layer Script"
- section in the Yocto Project Development Manual for information
- on how to use this script.
+ section in the Yocto Project Development Tasks Manual for
+ information on how to use this script.
@@ -558,7 +560,7 @@
patch files.
For more information on using append files, see the
"Using .bbappend Files in Your Layer"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -573,7 +575,7 @@
Each release of the Yocto Project provides a few Linux
kernel recipes from which you can choose.
These are located in the
- Source Directory
+ Source Directory
in meta/recipes-kernel/linux.
@@ -694,7 +696,7 @@
variable could be used to enable features specific to
the kernel.
The append file points to specific commits in the
- Source Directory
+ Source Directory
Git repository and the meta Git repository
branches to identify the exact kernel needed to build the
BSP.
@@ -1425,7 +1427,7 @@
sections.
You can also see the
"Using .bbappend Files in Your Layer""
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
To build core-image-minimal
again and see the effects of your patch, you can
diff --git a/documentation/kernel-dev/kernel-dev-faq.xml b/documentation/kernel-dev/kernel-dev-faq.xml
index b2cf2d4d0d..c3a20465a0 100644
--- a/documentation/kernel-dev/kernel-dev-faq.xml
+++ b/documentation/kernel-dev/kernel-dev-faq.xml
@@ -74,8 +74,9 @@
include "kernel-image".
See the
"Using .bbappend Files in Your Layer"
- section in the Yocto Project Development Manual for information on
- how to use an append file to override metadata.
+ section in the Yocto Project Development Tasks Manual
+ for information on how to use an append file to
+ override metadata.
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml
index 94b01593f1..88bc17a444 100644
--- a/documentation/kernel-dev/kernel-dev-intro.xml
+++ b/documentation/kernel-dev/kernel-dev-intro.xml
@@ -117,8 +117,8 @@
The
- "Understanding and Creating Layers" section
- in the Yocto Project Development Manual
+ "Understanding and Creating Layers"
+ section in the Yocto Project Development Tasks Manual.
The