diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 4 | ||||
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 6 |
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 |
