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. + +