diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-12-08 10:34:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-16 16:58:38 +0000 |
commit | a191e6e04892a67487ace11f5a94ea1c62701c8c (patch) | |
tree | 2746a0d603ca254fa77879e1b264a16ef78fe797 /documentation/poky-ref-manual/poky-ref-manual.xml | |
parent | 9a99147c9146463ec2988e6670ed21929dc474ee (diff) | |
download | poky-a191e6e04892a67487ace11f5a94ea1c62701c8c.tar.gz |
documentation/poky-ref-manual: New chapter introduced
Long-term strategy for the YP Reference Manual is that it contains
reference material and not "how-to-information". A step in this
direction is to isolate any discussions on components and other
areas of YP that need talked about. So to start with, I have created
a new chapter for now named "Technical Details" that so far has
a discussion of some components and shared state. This is a
step in the direction of making this manual a reference manual and
not a "how to" manual.
Changes included removing redundant material from the 'usingpoky.xml'
chapter and also adding the new chapter 'technical-details' into the
'poky-ref-manual.xml' file used for the make.
(From yocto-docs rev: 567823392d903016d314ae9fcc1b4d7abf59d9ae)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/poky-ref-manual.xml')
-rw-r--r-- | documentation/poky-ref-manual/poky-ref-manual.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml index 8c81d2bee0..01907134c7 100644 --- a/documentation/poky-ref-manual/poky-ref-manual.xml +++ b/documentation/poky-ref-manual/poky-ref-manual.xml | |||
@@ -92,6 +92,8 @@ | |||
92 | 92 | ||
93 | <xi:include href="extendpoky.xml"/> | 93 | <xi:include href="extendpoky.xml"/> |
94 | 94 | ||
95 | <xi:include href="technical-details.xml"/> | ||
96 | |||
95 | <xi:include href="../bsp-guide/bsp.xml"/> | 97 | <xi:include href="../bsp-guide/bsp.xml"/> |
96 | 98 | ||
97 | <xi:include href="development.xml"/> | 99 | <xi:include href="development.xml"/> |