From 5c44309cfed33a121f0e046ace4af687f3359c16 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 15 Aug 2012 14:18:51 -0700 Subject: documentation/kernel-manual: Fixed minor problems I did a read-through of the manual and spotted several nits that I fixed. All these are minor fixes. (From yocto-docs rev: 0c8f9c660ecea0b36e2b6af0315d3d239f70a688) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-concepts.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/kernel-manual/kernel-concepts.xml') diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index fce6bfbffe..8b9e71ff96 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml @@ -24,7 +24,7 @@ The complexity of embedded kernel design has increased dramatically. Whether it is managing multiple implementations of a particular feature or tuning and - optimizing board specific features, flexibility and maintainability are key concerns. + optimizing board specific features, both flexibility and maintainability are key concerns. The Linux kernels available through the Yocto Project are presented with the embedded developer's needs in mind and have evolved to assist in these key concerns. For example, prior methods such as applying hundreds of patches to an extracted @@ -45,7 +45,7 @@ management techniques. Deliver the most up-to-date kernel possible while still ensuring that the baseline kernel is the most stable official release. - Include major technological features as part of Yocto Project's + Include major technological features as part of the Yocto Project's upward revision strategy. Present a kernel Git repository that, similar to the upstream kernel.org tree, @@ -86,7 +86,7 @@ The ultimate source for kernels available through the Yocto Project are released kernels from kernel.org. In addition to a foundational kernel from kernel.org, the - kernels available through the contain a mix of important new mainline + kernels available contain a mix of important new mainline developments, non-mainline developments (when there is no alternative), Board Support Package (BSP) developments, and custom features. @@ -255,7 +255,7 @@ In other words, the divisions of the kernel are transparent and are not relevant to the developer on a day-to-day basis. From the developer's perspective, this path is the "master" branch. - The developer does not need not be aware of the existence of any other branches at all. + The developer does not need to be aware of the existence of any other branches at all. Of course, there is value in the existence of these branches in the tree, should a person decide to explore them. For example, a comparison between two BSPs at either the commit level or at the line-by-line @@ -293,7 +293,7 @@ "Git" section in the Yocto Project Development Manual. These referenced sections overview Git and describe a minimal set of - commands that allow you to be functional using Git. + commands that allows you to be functional using Git. You can use as much, or as little, of what Git has to offer to accomplish what you need for your project. @@ -345,7 +345,7 @@ You can see how menuconfig is used to change a simple kernel configuration in the "Changing the  CONFIG_SMP Configuration Using  menuconfig" - section of The Yocto Project Development Manual. + section of the Yocto Project Development Manual. For general information on menuconfig, see . -- cgit v1.2.3-54-g00ecf