diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-11 12:47:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:27:03 +0100 |
commit | e45f2aa8db546329f7c3d533eadb2cbbbc1ec7e6 (patch) | |
tree | 067ea9783b2b00a802f1aff7a59834663cba61d6 /documentation/dev-manual | |
parent | e04e02cd4671848e481328c6443cf0f89ca75cfe (diff) | |
download | poky-e45f2aa8db546329f7c3d533eadb2cbbbc1ec7e6.tar.gz |
documentation/dev-manual/dev-manual-model.xml: Comments from Ashfield
1. now refer to the linux 2.6.39-rc1 as the 'latest upstream release
candidate available.
2. Noted where you can find the linux-2.6 kernel - in the meta-kernel-dev
area.
These changes were from Bruce Ashfield's review of an early version
of the Yocto Project Development Manual.
(From yocto-docs rev: 83d6e75e7d5f4d60040c4b7ebb0c7bb11b1b67e8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index c0c0247247..c6662d3199 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -261,9 +261,11 @@ | |||
261 | <listitem><para><emphasis><filename>linux-yocto-3.0</filename></emphasis> - The current | 261 | <listitem><para><emphasis><filename>linux-yocto-3.0</filename></emphasis> - The current |
262 | Linux Yocto kernel that is based on the Linux 3.0 release.</para></listitem> | 262 | Linux Yocto kernel that is based on the Linux 3.0 release.</para></listitem> |
263 | <listitem><para><emphasis><filename>linux-yocto-dev</filename></emphasis> - A development | 263 | <listitem><para><emphasis><filename>linux-yocto-dev</filename></emphasis> - A development |
264 | kernel based on the Linux 2.6.39-rc1 release.</para></listitem> | 264 | kernel based on the latest upstream release candidate available.</para></listitem> |
265 | <listitem><para><emphasis><filename>linux-2.6</filename></emphasis> - A kernel based on | 265 | <listitem><para><emphasis><filename>linux-2.6</filename></emphasis> - A kernel based on |
266 | minimal Linux mainline tracking.</para></listitem> | 266 | minimal Linux mainline tracking. |
267 | You can find the <filename>.bbappend</filename> for this kernel in the | ||
268 | <filename>meta-kernel-dev</filename> Git repository.</para></listitem> | ||
267 | </itemizedlist> | 269 | </itemizedlist> |
268 | </para> | 270 | </para> |
269 | 271 | ||