diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.xml b/documentation/kernel-dev/kernel-dev-concepts-appx.xml index ee40938b5d..21f7c2c686 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.xml +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.xml @@ -200,10 +200,37 @@ on top of the baseline. The features are tagged and organized by way of a branching strategy implemented by the Yocto Project team using the - source code manager (SCM) Git. - For information on Git as applied to the Yocto Project, see the - "Git" section - in the Yocto Project Development Manual. + Source Code Manager (SCM) Git. + Notes + + + Git is the obvious SCM for meeting the Yocto Linux + kernel organizational and structural goals + described in this section. + Not only is Git the SCM for Linux kernel + development in kernel.org but, + Git continues to grow in popularity and supports + many different work flows, front-ends and + management techniques. + + + You can find documentation on Git at + . + You can also get an introduction to Git as it + applies to the Yocto Project in the + "Git" + section in the Yocto Project Reference Manual. + The latter reference provides an overview of + Git and presents a minimal set of 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. + You do not have to be a "Git Expert" in order to + use it with the Yocto Project. + + + @@ -342,30 +369,6 @@ because the kernel tree is left in this state after cloning and building the kernel. - -
- Source Code Manager - Git - - The Source Code Manager (SCM) is Git. - This SCM is the obvious mechanism for meeting the previously mentioned goals. - Not only is it the SCM for kernel.org but, - Git continues to grow in popularity and supports many different work flows, - front-ends and management techniques. - - - You can find documentation on Git at . - You can also get an introduction to Git as it applies to the Yocto Project in the - "Git" - section in the Yocto Project Reference Manual. - These referenced sections overview Git and describe a minimal set of - 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. - You do not have to be a "Git Master" in order to use it with the Yocto Project. - - -