From 11ec9760ae1088259a545a49ed1d141698931b14 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jul 2011 11:20:41 -0700 Subject: documentation/kernel-manual/kernel-concepts.xml: General rewrite of Kernel tools. Cleaned up the list construction. (From yocto-docs rev: 29dd0a40bf9844de631941b7f26d1181fd17c95b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/kernel-concepts.xml | 31 +++++++++++++------------ 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'documentation/kernel-manual') diff --git a/documentation/kernel-manual/kernel-concepts.xml b/documentation/kernel-manual/kernel-concepts.xml index bb4aec20fe..eede5a2e59 100644 --- a/documentation/kernel-manual/kernel-concepts.xml +++ b/documentation/kernel-manual/kernel-concepts.xml @@ -301,21 +301,22 @@
Kernel Tools -Since most standard workflows involve moving forward with an existing tree by -continuing to add and alter the underlying baseline, the tools that manage -Yocto Project's kernel construction are largely hidden from the developer to -present a simplified view of the kernel for ease of use. - - -The fundamental properties of the tools that manage and construct the -kernel are: - - the ability to group patches into named, reusable features - to allow top down control of included features - the binding of kernel configuration to kernel patches/features - the presentation of a seamless Git repository that blends Yocto Project value with the kernel.org history and development - - + Since most standard workflows involve moving forward with an existing tree by + continuing to add and alter the underlying baseline, the tools that manage + the Yocto Project's kernel construction are largely hidden from the developer to + present a simplified view of the kernel for ease of use. + + + The fundamental properties of the tools that manage and construct the + Yocto Project kernel are: + + Group patches into named, reusable features. + Allow top down control of included features. + Bind kernel configuration to kernel patches and features. + Present a seamless Git repository that blends Yocto Project value + with the kernel.org history and development. + +