summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-01-28 11:05:53 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-30 14:10:01 +0000
commitb80e98362039281873e2d8df1badb4c223e2d69f (patch)
treed83ff4efab1882f9545f3b1f3cd6bc03289a1cb2 /documentation/kernel-dev
parentc9ea3c27e1826121f5a4b4526c9568b1bd386e58 (diff)
downloadpoky-b80e98362039281873e2d8df1badb4c223e2d69f.tar.gz
kernel-dev: Added an AR to the beginning for Darren
The concepts in three bulleted items in the old kernel manual need to be present in this new manual. I put in a bit of text right at the beginning of the manual in the form of an AR for Darren. This will eventually be removed, but for now it is there so that it won't slip through the cracks. (From yocto-docs rev: 85b7300df30837f72d936f8ec1af0b2a4a9c1a88) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev')
-rw-r--r--documentation/kernel-dev/kernel-dev-intro.xml21
1 files changed, 21 insertions, 0 deletions
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 @@
5<chapter id='kernel-dev-intro'> 5<chapter id='kernel-dev-intro'>
6<title>Introduction</title> 6<title>Introduction</title>
7 7
8<para>
9 <emphasis>AR - Darrren Hart:</emphasis> See if the concepts in these
10 three bullets are adequately covered in somewhere in this manual:
11 <itemizedlist>
12 <listitem><para>Do we convey that our kernel Git repositories
13 have a clear and continuous history, similar to the way the
14 kernel Git repositories for <filename>kernel.org</filename>
15 do.
16 </para></listitem>
17 <listitem><para>Does the manual note that Yocto Project delivers
18 a key set of supported kernel types, where
19 each type is tailored to meet a specific use (e.g. networking,
20 consumer, devices, and so forth).</para></listitem>
21 <listitem><para>Do we convey that the Yocto Project uses a
22 Git branching strategy that, from a
23 developer's point of view, results in a linear path from the
24 baseline kernel.org, through a select group of features and
25 ends with their BSP-specific commits.</para></listitem>
26 </itemizedlist>
27</para>
28
8 <section id='kernel-dev-overview'> 29 <section id='kernel-dev-overview'>
9 <title>Overview</title> 30 <title>Overview</title>
10 31