diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-29 07:03:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:42 +0100 |
commit | 8e45b6db49166fd1a8cc6a5d437340e4eb9f5d67 (patch) | |
tree | 2d5ccd4e71e508117f4daa0fd9c8853a7fe12928 /documentation | |
parent | a6a33e5e94f0ee1ce03d928e55730aaf820b1c7c (diff) | |
download | poky-8e45b6db49166fd1a8cc6a5d437340e4eb9f5d67.tar.gz |
kernel-dev: Commented out some development notes to Darren.
(From yocto-docs rev: 9981e5d85751eb6f21b1c06390158a995d7f59a8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-intro.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-maint-appx.xml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 00bed870b0..18f79b1624 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -224,6 +224,7 @@ | |||
224 | <section id='tip-dirty-string'> | 224 | <section id='tip-dirty-string'> |
225 | <title>"-dirty" String</title> | 225 | <title>"-dirty" String</title> |
226 | 226 | ||
227 | <!-- | ||
227 | <para> | 228 | <para> |
228 | <emphasis>AR - Darrren Hart:</emphasis> This section | 229 | <emphasis>AR - Darrren Hart:</emphasis> This section |
229 | originated from the old Yocto Project Kernel Architecture | 230 | originated from the old Yocto Project Kernel Architecture |
@@ -232,6 +233,7 @@ | |||
232 | Darren needs to figure out where we want it and what part | 233 | Darren needs to figure out where we want it and what part |
233 | of it we want (all, revision???) | 234 | of it we want (all, revision???) |
234 | </para> | 235 | </para> |
236 | --> | ||
235 | 237 | ||
236 | <para> | 238 | <para> |
237 | If kernel images are being built with "-dirty" on the | 239 | If kernel images are being built with "-dirty" on the |
diff --git a/documentation/kernel-dev/kernel-dev-intro.xml b/documentation/kernel-dev/kernel-dev-intro.xml index 748890d543..297696c965 100644 --- a/documentation/kernel-dev/kernel-dev-intro.xml +++ b/documentation/kernel-dev/kernel-dev-intro.xml | |||
@@ -5,6 +5,7 @@ | |||
5 | <chapter id='kernel-dev-intro'> | 5 | <chapter id='kernel-dev-intro'> |
6 | <title>Introduction</title> | 6 | <title>Introduction</title> |
7 | 7 | ||
8 | <!-- | ||
8 | <para> | 9 | <para> |
9 | <emphasis>AR - Darrren Hart:</emphasis> See if the concepts in these | 10 | <emphasis>AR - Darrren Hart:</emphasis> See if the concepts in these |
10 | three bullets are adequately covered in somewhere in this manual: | 11 | three bullets are adequately covered in somewhere in this manual: |
@@ -25,6 +26,7 @@ | |||
25 | ends with their BSP-specific commits.</para></listitem> | 26 | ends with their BSP-specific commits.</para></listitem> |
26 | </itemizedlist> | 27 | </itemizedlist> |
27 | </para> | 28 | </para> |
29 | --> | ||
28 | 30 | ||
29 | <section id='kernel-dev-overview'> | 31 | <section id='kernel-dev-overview'> |
30 | <title>Overview</title> | 32 | <title>Overview</title> |
diff --git a/documentation/kernel-dev/kernel-dev-maint-appx.xml b/documentation/kernel-dev/kernel-dev-maint-appx.xml index 17a409e7ea..d2fc4837a8 100644 --- a/documentation/kernel-dev/kernel-dev-maint-appx.xml +++ b/documentation/kernel-dev/kernel-dev-maint-appx.xml | |||
@@ -135,6 +135,7 @@ | |||
135 | <section id='build-strategy'> | 135 | <section id='build-strategy'> |
136 | <title>Build Strategy</title> | 136 | <title>Build Strategy</title> |
137 | 137 | ||
138 | <!-- | ||
138 | <para> | 139 | <para> |
139 | <emphasis>AR - Darrren Hart:</emphasis> Some parts of this section | 140 | <emphasis>AR - Darrren Hart:</emphasis> Some parts of this section |
140 | need to be in the | 141 | need to be in the |
@@ -142,6 +143,7 @@ | |||
142 | section. | 143 | section. |
143 | Darren needs to figure out which parts and identify them. | 144 | Darren needs to figure out which parts and identify them. |
144 | </para> | 145 | </para> |
146 | --> | ||
145 | 147 | ||
146 | <para> | 148 | <para> |
147 | Once a local Git repository of the Yocto Project kernel exists on a development system, | 149 | Once a local Git repository of the Yocto Project kernel exists on a development system, |