diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 144ff0ce4f..2626f691dc 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -30,7 +30,7 @@ This Metadata defines Board Support Packages (BSPs) that correspond to definitions in linux-yocto recipes for the same BSPs. A BSP consists of an aggregation of kernel policy and hardware-specific - feature enablement. + feature enablements. The BSP can be influenced from within the linux-yocto recipe. Linux kernel source that contains kernel Metadata is said to be @@ -787,7 +787,7 @@ The include command midway through the file includes the fri2.scc description that - defines all hardware enablement for the BSP that is common to all + defines all hardware enablements for the BSP that is common to all kernel types. Using this command significantly reduces duplication. diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index b3221a677f..6c2884c576 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -371,7 +371,7 @@ WARNING: There were 2 hardware options requested that do not have a corresponding value present in the final ".config" file. - This probably means you aren't getting the config you wanted. + This probably means you are not't getting the config you wanted. The full list can be found in your kernel src dir at: meta/cfg/standard/mybsp/mismatch.cfg @@ -725,7 +725,7 @@ "What changes have been applied to this tree?" Rather than using "grep" across directories to see what has changed, you can use Git to inspect or search the kernel tree. - Using Git is an efficent way to see what has changed in the tree. + Using Git is an efficient way to see what has changed in the tree.
@@ -766,7 +766,7 @@ - To see short, oneline summaries of changes use the + To see short, one line summaries of changes use the git log command: $ git log --oneline origin/standard/base..origin/standard/emenlow