diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 229a1fbc73..748890d543 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml @@ -5,6 +5,27 @@ Introduction + + AR - Darrren Hart: See if the concepts in these + three bullets are adequately covered in somewhere in this manual: + + Do we convey that our kernel Git repositories + have a clear and continuous history, similar to the way the + kernel Git repositories for kernel.org + do. + + Does the manual note that Yocto Project delivers + a key set of supported kernel types, where + each type is tailored to meet a specific use (e.g. networking, + consumer, devices, and so forth). + Do we convey that the Yocto Project uses a + Git branching strategy that, from a + developer's point of view, results in a linear path from the + baseline kernel.org, through a select group of features and + ends with their BSP-specific commits. + + +
Overview