diff options
Diffstat (limited to 'documentation/kernel-manual/kernel-how-to.xml')
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index 3ca17465c4..79c8526705 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml | |||
@@ -475,7 +475,7 @@ repository. | |||
475 | <para> | 475 | <para> |
476 | You can use many other comparisons to isolate BSP changes. | 476 | You can use many other comparisons to isolate BSP changes. |
477 | For example, you can compare against kernel.org tags (e.g. v2.6.27.18, etc), or | 477 | For example, you can compare against kernel.org tags (e.g. v2.6.27.18, etc), or |
478 | you can compare agains subsystems (e.g. git whatchanged mm). | 478 | you can compare against subsystems (e.g. git whatchanged mm). |
479 | </para> | 479 | </para> |
480 | </section> | 480 | </section> |
481 | </section> | 481 | </section> |
@@ -600,7 +600,7 @@ repository. | |||
600 | <para> | 600 | <para> |
601 | Distributed development with git is possible when you use a universally | 601 | Distributed development with git is possible when you use a universally |
602 | agreed-upon unique commit identifier (set by the creator of the commit) that maps to a | 602 | agreed-upon unique commit identifier (set by the creator of the commit) that maps to a |
603 | specific changeset with a specific parent. | 603 | specific change set with a specific parent. |
604 | This identifier is created for you when | 604 | This identifier is created for you when |
605 | you create a commit, and is re-created when you amend, alter or re-apply | 605 | you create a commit, and is re-created when you amend, alter or re-apply |
606 | a commit. | 606 | a commit. |
@@ -1059,7 +1059,7 @@ That's it. Configure and build. | |||
1059 | (linux-yocto is the kernel listed in | 1059 | (linux-yocto is the kernel listed in |
1060 | <filename>meta-emenlow/conf/machine/emenlow.conf</filename>)</para></listitem>. | 1060 | <filename>meta-emenlow/conf/machine/emenlow.conf</filename>)</para></listitem>. |
1061 | <listitem><para>Add a new entry in the <filename>build/conf/bblayers.conf</filename> | 1061 | <listitem><para>Add a new entry in the <filename>build/conf/bblayers.conf</filename> |
1062 | so the new layer can be found by Bitbake.</para></listitem> | 1062 | so the new layer can be found by BitBake.</para></listitem> |
1063 | </itemizedlist> | 1063 | </itemizedlist> |
1064 | </para></listitem> | 1064 | </para></listitem> |
1065 | 1065 | ||