From 709ea3e270a0a961e1bd182826a2ce34f8bb231b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 14:53:33 -0700 Subject: kernel-dev: Spell checked the files and fixed appropriately. (From yocto-docs rev: 0b9510d009f6437179c3848fc14c94af07ab99e2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-advanced.xml | 4 ++-- documentation/kernel-dev/kernel-dev-common.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/kernel-dev') 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 -- cgit v1.2.3-54-g00ecf