summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 14:53:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:20 +0100
commit77e10791c3e22e141281ba1a19aabbfcc295d22d (patch)
treebc9092a57237885360ebcc3e206f1fe523ea6ead /documentation/kernel-dev
parent6f2e173048a7d658af1ef5b8fcd156fc311e66ef (diff)
downloadpoky-77e10791c3e22e141281ba1a19aabbfcc295d22d.tar.gz
kernel-dev: Spell checked the files and fixed appropriately.
(From yocto-docs rev: 0b9510d009f6437179c3848fc14c94af07ab99e2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml4
-rw-r--r--documentation/kernel-dev/kernel-dev-common.xml6
2 files changed, 5 insertions, 5 deletions
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 @@
30 This Metadata defines Board Support Packages (BSPs) that 30 This Metadata defines Board Support Packages (BSPs) that
31 correspond to definitions in linux-yocto recipes for the same BSPs. 31 correspond to definitions in linux-yocto recipes for the same BSPs.
32 A BSP consists of an aggregation of kernel policy and hardware-specific 32 A BSP consists of an aggregation of kernel policy and hardware-specific
33 feature enablement. 33 feature enablements.
34 The BSP can be influenced from within the linux-yocto recipe. 34 The BSP can be influenced from within the linux-yocto recipe.
35 <note> 35 <note>
36 Linux kernel source that contains kernel Metadata is said to be 36 Linux kernel source that contains kernel Metadata is said to be
@@ -787,7 +787,7 @@
787 </literallayout> 787 </literallayout>
788 The <filename>include</filename> command midway through the file 788 The <filename>include</filename> command midway through the file
789 includes the <filename>fri2.scc</filename> description that 789 includes the <filename>fri2.scc</filename> description that
790 defines all hardware enablement for the BSP that is common to all 790 defines all hardware enablements for the BSP that is common to all
791 kernel types. 791 kernel types.
792 Using this command significantly reduces duplication. 792 Using this command significantly reduces duplication.
793 </para> 793 </para>
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 @@
371 371
372 WARNING: There were 2 hardware options requested that do not 372 WARNING: There were 2 hardware options requested that do not
373 have a corresponding value present in the final ".config" file. 373 have a corresponding value present in the final ".config" file.
374 This probably means you aren't getting the config you wanted. 374 This probably means you are not't getting the config you wanted.
375 The full list can be found in your kernel src dir at: 375 The full list can be found in your kernel src dir at:
376 meta/cfg/standard/mybsp/mismatch.cfg 376 meta/cfg/standard/mybsp/mismatch.cfg
377 </literallayout> 377 </literallayout>
@@ -725,7 +725,7 @@
725 "What changes have been applied to this tree?" 725 "What changes have been applied to this tree?"
726 Rather than using "grep" across directories to see what has 726 Rather than using "grep" across directories to see what has
727 changed, you can use Git to inspect or search the kernel tree. 727 changed, you can use Git to inspect or search the kernel tree.
728 Using Git is an efficent way to see what has changed in the tree. 728 Using Git is an efficient way to see what has changed in the tree.
729 </para> 729 </para>
730 730
731 <section id='what-changed-in-a-kernel'> 731 <section id='what-changed-in-a-kernel'>
@@ -766,7 +766,7 @@
766 </para> 766 </para>
767 767
768 <para> 768 <para>
769 To see short, oneline summaries of changes use the 769 To see short, one line summaries of changes use the
770 <filename>git log</filename> command: 770 <filename>git log</filename> command:
771 <literallayout class='monospaced'> 771 <literallayout class='monospaced'>
772 $ git log --oneline origin/standard/base..origin/standard/emenlow 772 $ git log --oneline origin/standard/base..origin/standard/emenlow