diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-12-08 12:52:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-16 16:58:39 +0000 |
commit | 31ddf65775f4556ea452ae2b6e788f6a10cf9947 (patch) | |
tree | 13727b11ddcbbe653822d9e039865e0176209177 /documentation | |
parent | a191e6e04892a67487ace11f5a94ea1c62701c8c (diff) | |
download | poky-31ddf65775f4556ea452ae2b6e788f6a10cf9947.tar.gz |
documentation/poky-ref-manual/introduction.xml: added new chapter
The list that describes the organization of the book needed the
"Technical Details" chapter added.
(From yocto-docs rev: f94d4b2626c1a2e2bf3f6d033222ab1b35c3efde)
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/poky-ref-manual/introduction.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 8139feb931..b120acaa13 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -37,6 +37,11 @@ | |||
37 | provides information about how to extend and customize the Yocto Project | 37 | provides information about how to extend and customize the Yocto Project |
38 | along with advice on how to manage these changes.</para></listitem> | 38 | along with advice on how to manage these changes.</para></listitem> |
39 | <listitem><para><emphasis> | 39 | <listitem><para><emphasis> |
40 | <link linkend='technical-details'>Technical Details</link>:</emphasis> | ||
41 | This chapter describes fundamental Yocto Project components as well as an explanation | ||
42 | behind how the Yocto Project uses shared state (sstate) cache to speed build time. | ||
43 | </para></listitem> | ||
44 | <listitem><para><emphasis> | ||
40 | <link linkend='bsp'>Board Support Packages (BSP) - Developer's Guide</link>:</emphasis> | 45 | <link linkend='bsp'>Board Support Packages (BSP) - Developer's Guide</link>:</emphasis> |
41 | This chapter describes the example filesystem layout for BSP development and | 46 | This chapter describes the example filesystem layout for BSP development and |
42 | the click-through licensing scheme.</para></listitem> | 47 | the click-through licensing scheme.</para></listitem> |