diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index e152295233..5c76ed2391 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -64,8 +64,7 @@
KMACHINE
variable.
This variable is typically set to the same value as the
- MACHINE
- variable, which is used by
+ MACHINE variable, which is used by
BitBake.
However, in some cases, the variable might instead refer to the
underlying platform of the MACHINE.
@@ -77,8 +76,7 @@
Multiple Corei7-based BSPs could share the same "intel-corei7-64"
value for KMACHINE.
It is important to realize that KMACHINE is
- just for kernel mapping, while
- MACHINE
+ just for kernel mapping, while MACHINE
is the machine type within a BSP Layer.
Even with this distinction, however, these two variables can hold
the same value.
@@ -116,8 +114,7 @@
used in assembling the configuration.
If you do not specify a LINUX_KERNEL_TYPE,
it defaults to "standard".
- Together with
- KMACHINE,
+ Together with KMACHINE,
LINUX_KERNEL_TYPE defines the search
arguments used by the kernel tools to find the
appropriate description within the kernel Metadata with which to
@@ -644,8 +641,7 @@
aggregation concepts, and presents a detailed example using
a BSP supported by the Yocto Project (i.e. BeagleBone Board).
For complete information on BSP layer file hierarchy, see the
- Yocto Project Board Support
- Package (BSP) Developer's Guide.
+ Yocto Project Board Support Package (BSP) Developer's Guide.
@@ -856,7 +852,7 @@
Now consider the "minnow" description for the "tiny" kernel
- type (i.e. minnow-tiny.scc:
+ type (i.e. minnow-tiny.scc):
define KMACHINE minnow
define KTYPE tiny
@@ -1018,8 +1014,7 @@
If you modify the Metadata, you must not forget to update the
- SRCREV
- statements in the kernel's recipe.
+ SRCREV statements in the kernel's recipe.
In particular, you need to update the
SRCREV_meta variable to match the commit in
the KMETA branch you wish to use.
@@ -1227,9 +1222,13 @@
define:
- Defines variables, such as KMACHINE,
- KTYPE, KARCH,
- and KFEATURE_DESCRIPTION.
+ Defines variables, such as
+ KMACHINE,
+ KTYPE,
+ KARCH,
+ and
+ KFEATURE_DESCRIPTION.
+
include SCC_FILE:
Includes an SCC file in the current file.
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/documentation/kernel-dev/kernel-dev-maint-appx.xml
index 0a7c856bd6..b825ae7ea5 100644
--- a/documentation/kernel-dev/kernel-dev-maint-appx.xml
+++ b/documentation/kernel-dev/kernel-dev-maint-appx.xml
@@ -14,7 +14,7 @@
create Yocto Linux kernel repositories.
These kernel repositories are found under the heading "Yocto Linux
Kernel" at
- &YOCTO_GIT_URL;/cgit.cgi
+ &YOCTO_GIT_URL;
and are shipped as part of a Yocto Project release.
The team creates these repositories by compiling and executing the
set of feature descriptions for every BSP and feature in the
@@ -118,7 +118,7 @@
The following steps describe what happens when the Yocto Project
Team constructs the Yocto Project kernel source Git repository
(or tree) found at
- given the
+ given the
introduction of a new top-level kernel feature or BSP.
The following actions effectively provide the Metadata
and create the tree that includes the new feature, patch, or BSP: