diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-man-cases.xml | 57 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man-customization.xsl | 8 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man-intro.xml | 57 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man-newbie.xml | 57 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man-start.xml | 57 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man.xml | 77 | ||||
-rw-r--r-- | documentation/dev-manual/figures/dev-title.png | bin | 0 -> 14305 bytes | |||
-rw-r--r-- | documentation/dev-manual/style.css | 968 |
8 files changed, 1281 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-man-cases.xml b/documentation/dev-manual/dev-man-cases.xml new file mode 100644 index 0000000000..e119068393 --- /dev/null +++ b/documentation/dev-manual/dev-man-cases.xml | |||
@@ -0,0 +1,57 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <chapter id='kernel-doc-intro'> | ||
5 | |||
6 | <title>Yocto Project Kernel Architecture and Use Manual</title> | ||
7 | |||
8 | <section id='book-intro'> | ||
9 | <title>Introduction</title> | ||
10 | <para> | ||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | ||
12 | repository. | ||
13 | The Git tree represents the selected features, board support, | ||
14 | and configurations extensively tested by Yocto Project. | ||
15 | The Yocto Project kernel allows the end user to leverage community | ||
16 | best practices to seamlessly manage the development, build and debug cycles. | ||
17 | </para> | ||
18 | <para> | ||
19 | This manual describes the Yocto Project kernel by providing information | ||
20 | on its history, organization, benefits, and use. | ||
21 | The manual consists of two sections: | ||
22 | <itemizedlist> | ||
23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
24 | You will understand how the kernel is organized and why it is organized in | ||
25 | the way it is. You will understand the benefits of the kernel's organization | ||
26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
27 | design process.</para></listitem> | ||
28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
31 | Modifications."</para></listitem> | ||
32 | </itemizedlist> | ||
33 | </para> | ||
34 | <para> | ||
35 | For more information on the kernel, see the following links: | ||
36 | <itemizedlist> | ||
37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
39 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
40 | </itemizedlist> | ||
41 | <para> | ||
42 | You can find more information on Yocto Project by visiting the website at | ||
43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
44 | </para> | ||
45 | </para> | ||
46 | </section> | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | |||
53 | |||
54 | </chapter> | ||
55 | <!-- | ||
56 | vim: expandtab tw=80 ts=4 | ||
57 | --> | ||
diff --git a/documentation/dev-manual/dev-man-customization.xsl b/documentation/dev-manual/dev-man-customization.xsl new file mode 100644 index 0000000000..8eb69050ba --- /dev/null +++ b/documentation/dev-manual/dev-man-customization.xsl | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version='1.0'?> | ||
2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> | ||
3 | |||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | ||
5 | |||
6 | <!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> | ||
7 | |||
8 | </xsl:stylesheet> | ||
diff --git a/documentation/dev-manual/dev-man-intro.xml b/documentation/dev-manual/dev-man-intro.xml new file mode 100644 index 0000000000..e119068393 --- /dev/null +++ b/documentation/dev-manual/dev-man-intro.xml | |||
@@ -0,0 +1,57 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <chapter id='kernel-doc-intro'> | ||
5 | |||
6 | <title>Yocto Project Kernel Architecture and Use Manual</title> | ||
7 | |||
8 | <section id='book-intro'> | ||
9 | <title>Introduction</title> | ||
10 | <para> | ||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | ||
12 | repository. | ||
13 | The Git tree represents the selected features, board support, | ||
14 | and configurations extensively tested by Yocto Project. | ||
15 | The Yocto Project kernel allows the end user to leverage community | ||
16 | best practices to seamlessly manage the development, build and debug cycles. | ||
17 | </para> | ||
18 | <para> | ||
19 | This manual describes the Yocto Project kernel by providing information | ||
20 | on its history, organization, benefits, and use. | ||
21 | The manual consists of two sections: | ||
22 | <itemizedlist> | ||
23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
24 | You will understand how the kernel is organized and why it is organized in | ||
25 | the way it is. You will understand the benefits of the kernel's organization | ||
26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
27 | design process.</para></listitem> | ||
28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
31 | Modifications."</para></listitem> | ||
32 | </itemizedlist> | ||
33 | </para> | ||
34 | <para> | ||
35 | For more information on the kernel, see the following links: | ||
36 | <itemizedlist> | ||
37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
39 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
40 | </itemizedlist> | ||
41 | <para> | ||
42 | You can find more information on Yocto Project by visiting the website at | ||
43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
44 | </para> | ||
45 | </para> | ||
46 | </section> | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | |||
53 | |||
54 | </chapter> | ||
55 | <!-- | ||
56 | vim: expandtab tw=80 ts=4 | ||
57 | --> | ||
diff --git a/documentation/dev-manual/dev-man-newbie.xml b/documentation/dev-manual/dev-man-newbie.xml new file mode 100644 index 0000000000..e119068393 --- /dev/null +++ b/documentation/dev-manual/dev-man-newbie.xml | |||
@@ -0,0 +1,57 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <chapter id='kernel-doc-intro'> | ||
5 | |||
6 | <title>Yocto Project Kernel Architecture and Use Manual</title> | ||
7 | |||
8 | <section id='book-intro'> | ||
9 | <title>Introduction</title> | ||
10 | <para> | ||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | ||
12 | repository. | ||
13 | The Git tree represents the selected features, board support, | ||
14 | and configurations extensively tested by Yocto Project. | ||
15 | The Yocto Project kernel allows the end user to leverage community | ||
16 | best practices to seamlessly manage the development, build and debug cycles. | ||
17 | </para> | ||
18 | <para> | ||
19 | This manual describes the Yocto Project kernel by providing information | ||
20 | on its history, organization, benefits, and use. | ||
21 | The manual consists of two sections: | ||
22 | <itemizedlist> | ||
23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
24 | You will understand how the kernel is organized and why it is organized in | ||
25 | the way it is. You will understand the benefits of the kernel's organization | ||
26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
27 | design process.</para></listitem> | ||
28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
31 | Modifications."</para></listitem> | ||
32 | </itemizedlist> | ||
33 | </para> | ||
34 | <para> | ||
35 | For more information on the kernel, see the following links: | ||
36 | <itemizedlist> | ||
37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
39 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
40 | </itemizedlist> | ||
41 | <para> | ||
42 | You can find more information on Yocto Project by visiting the website at | ||
43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
44 | </para> | ||
45 | </para> | ||
46 | </section> | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | |||
53 | |||
54 | </chapter> | ||
55 | <!-- | ||
56 | vim: expandtab tw=80 ts=4 | ||
57 | --> | ||
diff --git a/documentation/dev-manual/dev-man-start.xml b/documentation/dev-manual/dev-man-start.xml new file mode 100644 index 0000000000..e119068393 --- /dev/null +++ b/documentation/dev-manual/dev-man-start.xml | |||
@@ -0,0 +1,57 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <chapter id='kernel-doc-intro'> | ||
5 | |||
6 | <title>Yocto Project Kernel Architecture and Use Manual</title> | ||
7 | |||
8 | <section id='book-intro'> | ||
9 | <title>Introduction</title> | ||
10 | <para> | ||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | ||
12 | repository. | ||
13 | The Git tree represents the selected features, board support, | ||
14 | and configurations extensively tested by Yocto Project. | ||
15 | The Yocto Project kernel allows the end user to leverage community | ||
16 | best practices to seamlessly manage the development, build and debug cycles. | ||
17 | </para> | ||
18 | <para> | ||
19 | This manual describes the Yocto Project kernel by providing information | ||
20 | on its history, organization, benefits, and use. | ||
21 | The manual consists of two sections: | ||
22 | <itemizedlist> | ||
23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
24 | You will understand how the kernel is organized and why it is organized in | ||
25 | the way it is. You will understand the benefits of the kernel's organization | ||
26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
27 | design process.</para></listitem> | ||
28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
31 | Modifications."</para></listitem> | ||
32 | </itemizedlist> | ||
33 | </para> | ||
34 | <para> | ||
35 | For more information on the kernel, see the following links: | ||
36 | <itemizedlist> | ||
37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
39 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
40 | </itemizedlist> | ||
41 | <para> | ||
42 | You can find more information on Yocto Project by visiting the website at | ||
43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
44 | </para> | ||
45 | </para> | ||
46 | </section> | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | |||
53 | |||
54 | </chapter> | ||
55 | <!-- | ||
56 | vim: expandtab tw=80 ts=4 | ||
57 | --> | ||
diff --git a/documentation/dev-manual/dev-man.xml b/documentation/dev-manual/dev-man.xml new file mode 100644 index 0000000000..b045465016 --- /dev/null +++ b/documentation/dev-manual/dev-man.xml | |||
@@ -0,0 +1,77 @@ | |||
1 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <book id='kernel-manual' lang='en' | ||
5 | xmlns:xi="http://www.w3.org/2003/XInclude" | ||
6 | xmlns="http://docbook.org/ns/docbook" | ||
7 | > | ||
8 | <bookinfo> | ||
9 | |||
10 | <mediaobject> | ||
11 | <imageobject> | ||
12 | <imagedata fileref='figures/kernel-title.png' | ||
13 | format='SVG' | ||
14 | align='left' scalefit='1' width='100%'/> | ||
15 | </imageobject> | ||
16 | </mediaobject> | ||
17 | |||
18 | <title></title> | ||
19 | |||
20 | <authorgroup> | ||
21 | <author> | ||
22 | <firstname>Bruce</firstname> <surname>Ashfield</surname> | ||
23 | <affiliation> | ||
24 | <orgname>Wind River Corporation</orgname> | ||
25 | </affiliation> | ||
26 | <email>bruce.ashfield@windriver.com</email> | ||
27 | </author> | ||
28 | </authorgroup> | ||
29 | |||
30 | <revhistory> | ||
31 | <revision> | ||
32 | <revnumber>0.9</revnumber> | ||
33 | <date>24 November 2010</date> | ||
34 | <revremark>This revision is the initial document draft and corresponds with | ||
35 | the Yocto Project 0.9 Release.</revremark> | ||
36 | </revision> | ||
37 | <revision> | ||
38 | <revnumber>1.0</revnumber> | ||
39 | <date>6 April 2011</date> | ||
40 | <revremark>This revision corresponds with the Yocto Project 1.0 Release.</revremark> | ||
41 | </revision> | ||
42 | <revision> | ||
43 | <revnumber>1.0.1</revnumber> | ||
44 | <date>23 May 2011</date> | ||
45 | <revremark>Released with Yocto Project 1.0.1 on 23 May 2011.</revremark> | ||
46 | </revision> | ||
47 | </revhistory> | ||
48 | |||
49 | <copyright> | ||
50 | <year>2010-2011</year> | ||
51 | <holder>Linux Foundation</holder> | ||
52 | </copyright> | ||
53 | |||
54 | <legalnotice> | ||
55 | <para> | ||
56 | Permission is granted to copy, distribute and/or modify this document under | ||
57 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by Creative Commons. | ||
58 | </para> | ||
59 | </legalnotice> | ||
60 | |||
61 | </bookinfo> | ||
62 | |||
63 | <xi:include href="kernel-doc-intro.xml"/> | ||
64 | |||
65 | <xi:include href="kernel-concepts.xml"/> | ||
66 | |||
67 | <xi:include href="kernel-how-to.xml"/> | ||
68 | |||
69 | <!-- <index id='index'> | ||
70 | <title>Index</title> | ||
71 | </index> | ||
72 | --> | ||
73 | |||
74 | </book> | ||
75 | <!-- | ||
76 | vim: expandtab tw=80 ts=4 | ||
77 | --> | ||
diff --git a/documentation/dev-manual/figures/dev-title.png b/documentation/dev-manual/figures/dev-title.png new file mode 100644 index 0000000000..965264ccc5 --- /dev/null +++ b/documentation/dev-manual/figures/dev-title.png | |||
Binary files differ | |||
diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css new file mode 100644 index 0000000000..33a01d125a --- /dev/null +++ b/documentation/dev-manual/style.css | |||
@@ -0,0 +1,968 @@ | |||
1 | /* | ||
2 | Generic XHTML / DocBook XHTML CSS Stylesheet. | ||
3 | |||
4 | Browser wrangling and typographic design by | ||
5 | Oyvind Kolas / pippin@gimp.org | ||
6 | |||
7 | Customised for Poky by | ||
8 | Matthew Allum / mallum@o-hand.com | ||
9 | |||
10 | Thanks to: | ||
11 | Liam R. E. Quin | ||
12 | William Skaggs | ||
13 | Jakub Steiner | ||
14 | |||
15 | Structure | ||
16 | --------- | ||
17 | |||
18 | The stylesheet is divided into the following sections: | ||
19 | |||
20 | Positioning | ||
21 | Margins, paddings, width, font-size, clearing. | ||
22 | Decorations | ||
23 | Borders, style | ||
24 | Colors | ||
25 | Colors | ||
26 | Graphics | ||
27 | Graphical backgrounds | ||
28 | Nasty IE tweaks | ||
29 | Workarounds needed to make it work in internet explorer, | ||
30 | currently makes the stylesheet non validating, but up until | ||
31 | this point it is validating. | ||
32 | Mozilla extensions | ||
33 | Transparency for footer | ||
34 | Rounded corners on boxes | ||
35 | |||
36 | */ | ||
37 | |||
38 | |||
39 | /*************** / | ||
40 | / Positioning / | ||
41 | / ***************/ | ||
42 | |||
43 | body { | ||
44 | font-family: Verdana, Sans, sans-serif; | ||
45 | |||
46 | min-width: 640px; | ||
47 | width: 80%; | ||
48 | margin: 0em auto; | ||
49 | padding: 2em 5em 5em 5em; | ||
50 | color: #333; | ||
51 | } | ||
52 | |||
53 | .reviewer { | ||
54 | color: red; | ||
55 | } | ||
56 | |||
57 | h1,h2,h3,h4,h5,h6,h7 { | ||
58 | font-family: Arial, Sans; | ||
59 | color: #00557D; | ||
60 | clear: both; | ||
61 | } | ||
62 | |||
63 | h1 { | ||
64 | font-size: 2em; | ||
65 | text-align: left; | ||
66 | padding: 0em 0em 0em 0em; | ||
67 | margin: 2em 0em 0em 0em; | ||
68 | } | ||
69 | |||
70 | h2.subtitle { | ||
71 | margin: 0.10em 0em 3.0em 0em; | ||
72 | padding: 0em 0em 0em 0em; | ||
73 | font-size: 1.8em; | ||
74 | padding-left: 20%; | ||
75 | font-weight: normal; | ||
76 | font-style: italic; | ||
77 | } | ||
78 | |||
79 | h2 { | ||
80 | margin: 2em 0em 0.66em 0em; | ||
81 | padding: 0.5em 0em 0em 0em; | ||
82 | font-size: 1.5em; | ||
83 | font-weight: bold; | ||
84 | } | ||
85 | |||
86 | h3.subtitle { | ||
87 | margin: 0em 0em 1em 0em; | ||
88 | padding: 0em 0em 0em 0em; | ||
89 | font-size: 142.14%; | ||
90 | text-align: right; | ||
91 | } | ||
92 | |||
93 | h3 { | ||
94 | margin: 1em 0em 0.5em 0em; | ||
95 | padding: 1em 0em 0em 0em; | ||
96 | font-size: 140%; | ||
97 | font-weight: bold; | ||
98 | } | ||
99 | |||
100 | h4 { | ||
101 | margin: 1em 0em 0.5em 0em; | ||
102 | padding: 1em 0em 0em 0em; | ||
103 | font-size: 120%; | ||
104 | font-weight: bold; | ||
105 | } | ||
106 | |||
107 | h5 { | ||
108 | margin: 1em 0em 0.5em 0em; | ||
109 | padding: 1em 0em 0em 0em; | ||
110 | font-size: 110%; | ||
111 | font-weight: bold; | ||
112 | } | ||
113 | |||
114 | h6 { | ||
115 | margin: 1em 0em 0em 0em; | ||
116 | padding: 1em 0em 0em 0em; | ||
117 | font-size: 80%; | ||
118 | font-weight: bold; | ||
119 | } | ||
120 | |||
121 | .authorgroup { | ||
122 | background-color: transparent; | ||
123 | background-repeat: no-repeat; | ||
124 | padding-top: 256px; | ||
125 | background-image: url("figures/kernel-title.png"); | ||
126 | background-position: left top; | ||
127 | margin-top: -256px; | ||
128 | padding-right: 50px; | ||
129 | margin-left: 0px; | ||
130 | text-align: right; | ||
131 | width: 740px; | ||
132 | } | ||
133 | |||
134 | h3.author { | ||
135 | margin: 0em 0me 0em 0em; | ||
136 | padding: 0em 0em 0em 0em; | ||
137 | font-weight: normal; | ||
138 | font-size: 100%; | ||
139 | color: #333; | ||
140 | clear: both; | ||
141 | } | ||
142 | |||
143 | .author tt.email { | ||
144 | font-size: 66%; | ||
145 | } | ||
146 | |||
147 | .titlepage hr { | ||
148 | width: 0em; | ||
149 | clear: both; | ||
150 | } | ||
151 | |||
152 | .revhistory { | ||
153 | padding-top: 2em; | ||
154 | clear: both; | ||
155 | } | ||
156 | |||
157 | .toc, | ||
158 | .list-of-tables, | ||
159 | .list-of-examples, | ||
160 | .list-of-figures { | ||
161 | padding: 1.33em 0em 2.5em 0em; | ||
162 | color: #00557D; | ||
163 | } | ||
164 | |||
165 | .toc p, | ||
166 | .list-of-tables p, | ||
167 | .list-of-figures p, | ||
168 | .list-of-examples p { | ||
169 | padding: 0em 0em 0em 0em; | ||
170 | padding: 0em 0em 0.3em; | ||
171 | margin: 1.5em 0em 0em 0em; | ||
172 | } | ||
173 | |||
174 | .toc p b, | ||
175 | .list-of-tables p b, | ||
176 | .list-of-figures p b, | ||
177 | .list-of-examples p b{ | ||
178 | font-size: 100.0%; | ||
179 | font-weight: bold; | ||
180 | } | ||
181 | |||
182 | .toc dl, | ||
183 | .list-of-tables dl, | ||
184 | .list-of-figures dl, | ||
185 | .list-of-examples dl { | ||
186 | margin: 0em 0em 0.5em 0em; | ||
187 | padding: 0em 0em 0em 0em; | ||
188 | } | ||
189 | |||
190 | .toc dt { | ||
191 | margin: 0em 0em 0em 0em; | ||
192 | padding: 0em 0em 0em 0em; | ||
193 | } | ||
194 | |||
195 | .toc dd { | ||
196 | margin: 0em 0em 0em 2.6em; | ||
197 | padding: 0em 0em 0em 0em; | ||
198 | } | ||
199 | |||
200 | div.glossary dl, | ||
201 | div.variablelist dl { | ||
202 | } | ||
203 | |||
204 | .glossary dl dt, | ||
205 | .variablelist dl dt, | ||
206 | .variablelist dl dt span.term { | ||
207 | font-weight: normal; | ||
208 | width: 20em; | ||
209 | text-align: right; | ||
210 | } | ||
211 | |||
212 | .variablelist dl dt { | ||
213 | margin-top: 0.5em; | ||
214 | } | ||
215 | |||
216 | .glossary dl dd, | ||
217 | .variablelist dl dd { | ||
218 | margin-top: -1em; | ||
219 | margin-left: 25.5em; | ||
220 | } | ||
221 | |||
222 | .glossary dd p, | ||
223 | .variablelist dd p { | ||
224 | margin-top: 0em; | ||
225 | margin-bottom: 1em; | ||
226 | } | ||
227 | |||
228 | |||
229 | div.calloutlist table td { | ||
230 | padding: 0em 0em 0em 0em; | ||
231 | margin: 0em 0em 0em 0em; | ||
232 | } | ||
233 | |||
234 | div.calloutlist table td p { | ||
235 | margin-top: 0em; | ||
236 | margin-bottom: 1em; | ||
237 | } | ||
238 | |||
239 | div p.copyright { | ||
240 | text-align: left; | ||
241 | } | ||
242 | |||
243 | div.legalnotice p.legalnotice-title { | ||
244 | margin-bottom: 0em; | ||
245 | } | ||
246 | |||
247 | p { | ||
248 | line-height: 1.5em; | ||
249 | margin-top: 0em; | ||
250 | |||
251 | } | ||
252 | |||
253 | dl { | ||
254 | padding-top: 0em; | ||
255 | } | ||
256 | |||
257 | hr { | ||
258 | border: solid 1px; | ||
259 | } | ||
260 | |||
261 | |||
262 | .mediaobject, | ||
263 | .mediaobjectco { | ||
264 | text-align: center; | ||
265 | } | ||
266 | |||
267 | img { | ||
268 | border: none; | ||
269 | } | ||
270 | |||
271 | ul { | ||
272 | padding: 0em 0em 0em 1.5em; | ||
273 | } | ||
274 | |||
275 | ul li { | ||
276 | padding: 0em 0em 0em 0em; | ||
277 | } | ||
278 | |||
279 | ul li p { | ||
280 | text-align: left; | ||
281 | } | ||
282 | |||
283 | table { | ||
284 | width :100%; | ||
285 | } | ||
286 | |||
287 | th { | ||
288 | padding: 0.25em; | ||
289 | text-align: left; | ||
290 | font-weight: normal; | ||
291 | vertical-align: top; | ||
292 | } | ||
293 | |||
294 | td { | ||
295 | padding: 0.25em; | ||
296 | vertical-align: top; | ||
297 | } | ||
298 | |||
299 | p a[id] { | ||
300 | margin: 0px; | ||
301 | padding: 0px; | ||
302 | display: inline; | ||
303 | background-image: none; | ||
304 | } | ||
305 | |||
306 | a { | ||
307 | text-decoration: underline; | ||
308 | color: #444; | ||
309 | } | ||
310 | |||
311 | pre { | ||
312 | overflow: auto; | ||
313 | } | ||
314 | |||
315 | a:hover { | ||
316 | text-decoration: underline; | ||
317 | /*font-weight: bold;*/ | ||
318 | } | ||
319 | |||
320 | |||
321 | div.informalfigure, | ||
322 | div.informalexample, | ||
323 | div.informaltable, | ||
324 | div.figure, | ||
325 | div.table, | ||
326 | div.example { | ||
327 | margin: 1em 0em; | ||
328 | padding: 1em; | ||
329 | page-break-inside: avoid; | ||
330 | } | ||
331 | |||
332 | |||
333 | div.informalfigure p.title b, | ||
334 | div.informalexample p.title b, | ||
335 | div.informaltable p.title b, | ||
336 | div.figure p.title b, | ||
337 | div.example p.title b, | ||
338 | div.table p.title b{ | ||
339 | padding-top: 0em; | ||
340 | margin-top: 0em; | ||
341 | font-size: 100%; | ||
342 | font-weight: normal; | ||
343 | } | ||
344 | |||
345 | .mediaobject .caption, | ||
346 | .mediaobject .caption p { | ||
347 | text-align: center; | ||
348 | font-size: 80%; | ||
349 | padding-top: 0.5em; | ||
350 | padding-bottom: 0.5em; | ||
351 | } | ||
352 | |||
353 | .epigraph { | ||
354 | padding-left: 55%; | ||
355 | margin-bottom: 1em; | ||
356 | } | ||
357 | |||
358 | .epigraph p { | ||
359 | text-align: left; | ||
360 | } | ||
361 | |||
362 | .epigraph .quote { | ||
363 | font-style: italic; | ||
364 | } | ||
365 | .epigraph .attribution { | ||
366 | font-style: normal; | ||
367 | text-align: right; | ||
368 | } | ||
369 | |||
370 | span.application { | ||
371 | font-style: italic; | ||
372 | } | ||
373 | |||
374 | .programlisting { | ||
375 | font-family: monospace; | ||
376 | font-size: 80%; | ||
377 | white-space: pre; | ||
378 | margin: 1.33em 0em; | ||
379 | padding: 1.33em; | ||
380 | } | ||
381 | |||
382 | .tip, | ||
383 | .warning, | ||
384 | .caution, | ||
385 | .note { | ||
386 | margin-top: 1em; | ||
387 | margin-bottom: 1em; | ||
388 | |||
389 | } | ||
390 | |||
391 | /* force full width of table within div */ | ||
392 | .tip table, | ||
393 | .warning table, | ||
394 | .caution table, | ||
395 | .note table { | ||
396 | border: none; | ||
397 | width: 100%; | ||
398 | } | ||
399 | |||
400 | |||
401 | .tip table th, | ||
402 | .warning table th, | ||
403 | .caution table th, | ||
404 | .note table th { | ||
405 | padding: 0.8em 0.0em 0.0em 0.0em; | ||
406 | margin : 0em 0em 0em 0em; | ||
407 | } | ||
408 | |||
409 | .tip p, | ||
410 | .warning p, | ||
411 | .caution p, | ||
412 | .note p { | ||
413 | margin-top: 0.5em; | ||
414 | margin-bottom: 0.5em; | ||
415 | padding-right: 1em; | ||
416 | text-align: left; | ||
417 | } | ||
418 | |||
419 | .acronym { | ||
420 | text-transform: uppercase; | ||
421 | } | ||
422 | |||
423 | b.keycap, | ||
424 | .keycap { | ||
425 | padding: 0.09em 0.3em; | ||
426 | margin: 0em; | ||
427 | } | ||
428 | |||
429 | .itemizedlist li { | ||
430 | clear: none; | ||
431 | } | ||
432 | |||
433 | .filename { | ||
434 | font-size: medium; | ||
435 | font-family: Courier, monospace; | ||
436 | } | ||
437 | |||
438 | |||
439 | div.navheader, div.heading{ | ||
440 | position: absolute; | ||
441 | left: 0em; | ||
442 | top: 0em; | ||
443 | width: 100%; | ||
444 | background-color: #cdf; | ||
445 | width: 100%; | ||
446 | } | ||
447 | |||
448 | div.navfooter, div.footing{ | ||
449 | position: fixed; | ||
450 | left: 0em; | ||
451 | bottom: 0em; | ||
452 | background-color: #eee; | ||
453 | width: 100%; | ||
454 | } | ||
455 | |||
456 | |||
457 | div.navheader td, | ||
458 | div.navfooter td { | ||
459 | font-size: 66%; | ||
460 | } | ||
461 | |||
462 | div.navheader table th { | ||
463 | /*font-family: Georgia, Times, serif;*/ | ||
464 | /*font-size: x-large;*/ | ||
465 | font-size: 80%; | ||
466 | } | ||
467 | |||
468 | div.navheader table { | ||
469 | border-left: 0em; | ||
470 | border-right: 0em; | ||
471 | border-top: 0em; | ||
472 | width: 100%; | ||
473 | } | ||
474 | |||
475 | div.navfooter table { | ||
476 | border-left: 0em; | ||
477 | border-right: 0em; | ||
478 | border-bottom: 0em; | ||
479 | width: 100%; | ||
480 | } | ||
481 | |||
482 | div.navheader table td a, | ||
483 | div.navfooter table td a { | ||
484 | color: #777; | ||
485 | text-decoration: none; | ||
486 | } | ||
487 | |||
488 | /* normal text in the footer */ | ||
489 | div.navfooter table td { | ||
490 | color: black; | ||
491 | } | ||
492 | |||
493 | div.navheader table td a:visited, | ||
494 | div.navfooter table td a:visited { | ||
495 | color: #444; | ||
496 | } | ||
497 | |||
498 | |||
499 | /* links in header and footer */ | ||
500 | div.navheader table td a:hover, | ||
501 | div.navfooter table td a:hover { | ||
502 | text-decoration: underline; | ||
503 | background-color: transparent; | ||
504 | color: #33a; | ||
505 | } | ||
506 | |||
507 | div.navheader hr, | ||
508 | div.navfooter hr { | ||
509 | display: none; | ||
510 | } | ||
511 | |||
512 | |||
513 | .qandaset tr.question td p { | ||
514 | margin: 0em 0em 1em 0em; | ||
515 | padding: 0em 0em 0em 0em; | ||
516 | } | ||
517 | |||
518 | .qandaset tr.answer td p { | ||
519 | margin: 0em 0em 1em 0em; | ||
520 | padding: 0em 0em 0em 0em; | ||
521 | } | ||
522 | .answer td { | ||
523 | padding-bottom: 1.5em; | ||
524 | } | ||
525 | |||
526 | .emphasis { | ||
527 | font-weight: bold; | ||
528 | } | ||
529 | |||
530 | |||
531 | /************* / | ||
532 | / decorations / | ||
533 | / *************/ | ||
534 | |||
535 | .titlepage { | ||
536 | } | ||
537 | |||
538 | .part .title { | ||
539 | } | ||
540 | |||
541 | .subtitle { | ||
542 | border: none; | ||
543 | } | ||
544 | |||
545 | /* | ||
546 | h1 { | ||
547 | border: none; | ||
548 | } | ||
549 | |||
550 | h2 { | ||
551 | border-top: solid 0.2em; | ||
552 | border-bottom: solid 0.06em; | ||
553 | } | ||
554 | |||
555 | h3 { | ||
556 | border-top: 0em; | ||
557 | border-bottom: solid 0.06em; | ||
558 | } | ||
559 | |||
560 | h4 { | ||
561 | border: 0em; | ||
562 | border-bottom: solid 0.06em; | ||
563 | } | ||
564 | |||
565 | h5 { | ||
566 | border: 0em; | ||
567 | } | ||
568 | */ | ||
569 | |||
570 | .programlisting { | ||
571 | border: solid 1px; | ||
572 | } | ||
573 | |||
574 | div.figure, | ||
575 | div.table, | ||
576 | div.informalfigure, | ||
577 | div.informaltable, | ||
578 | div.informalexample, | ||
579 | div.example { | ||
580 | border: 1px solid; | ||
581 | } | ||
582 | |||
583 | |||
584 | |||
585 | .tip, | ||
586 | .warning, | ||
587 | .caution, | ||
588 | .note { | ||
589 | border: 1px solid; | ||
590 | } | ||
591 | |||
592 | .tip table th, | ||
593 | .warning table th, | ||
594 | .caution table th, | ||
595 | .note table th { | ||
596 | border-bottom: 1px solid; | ||
597 | } | ||
598 | |||
599 | .question td { | ||
600 | border-top: 1px solid black; | ||
601 | } | ||
602 | |||
603 | .answer { | ||
604 | } | ||
605 | |||
606 | |||
607 | b.keycap, | ||
608 | .keycap { | ||
609 | border: 1px solid; | ||
610 | } | ||
611 | |||
612 | |||
613 | div.navheader, div.heading{ | ||
614 | border-bottom: 1px solid; | ||
615 | } | ||
616 | |||
617 | |||
618 | div.navfooter, div.footing{ | ||
619 | border-top: 1px solid; | ||
620 | } | ||
621 | |||
622 | /********* / | ||
623 | / colors / | ||
624 | / *********/ | ||
625 | |||
626 | body { | ||
627 | color: #333; | ||
628 | background: white; | ||
629 | } | ||
630 | |||
631 | a { | ||
632 | background: transparent; | ||
633 | } | ||
634 | |||
635 | a:hover { | ||
636 | background-color: #dedede; | ||
637 | } | ||
638 | |||
639 | |||
640 | h1, | ||
641 | h2, | ||
642 | h3, | ||
643 | h4, | ||
644 | h5, | ||
645 | h6, | ||
646 | h7, | ||
647 | h8 { | ||
648 | background-color: transparent; | ||
649 | } | ||
650 | |||
651 | hr { | ||
652 | border-color: #aaa; | ||
653 | } | ||
654 | |||
655 | |||
656 | .tip, .warning, .caution, .note { | ||
657 | border-color: #aaa; | ||
658 | } | ||
659 | |||
660 | |||
661 | .tip table th, | ||
662 | .warning table th, | ||
663 | .caution table th, | ||
664 | .note table th { | ||
665 | border-bottom-color: #aaa; | ||
666 | } | ||
667 | |||
668 | |||
669 | .warning { | ||
670 | background-color: #fea; | ||
671 | } | ||
672 | |||
673 | .caution { | ||
674 | background-color: #fea; | ||
675 | } | ||
676 | |||
677 | .tip { | ||
678 | background-color: #eff; | ||
679 | } | ||
680 | |||
681 | .note { | ||
682 | background-color: #dfc; | ||
683 | } | ||
684 | |||
685 | .glossary dl dt, | ||
686 | .variablelist dl dt, | ||
687 | .variablelist dl dt span.term { | ||
688 | color: #044; | ||
689 | } | ||
690 | |||
691 | div.figure, | ||
692 | div.table, | ||
693 | div.example, | ||
694 | div.informalfigure, | ||
695 | div.informaltable, | ||
696 | div.informalexample { | ||
697 | border-color: #aaa; | ||
698 | } | ||
699 | |||
700 | pre.programlisting { | ||
701 | color: black; | ||
702 | background-color: #fff; | ||
703 | border-color: #aaa; | ||
704 | border-width: 2px; | ||
705 | } | ||
706 | |||
707 | .guimenu, | ||
708 | .guilabel, | ||
709 | .guimenuitem { | ||
710 | background-color: #eee; | ||
711 | } | ||
712 | |||
713 | |||
714 | b.keycap, | ||
715 | .keycap { | ||
716 | background-color: #eee; | ||
717 | border-color: #999; | ||
718 | } | ||
719 | |||
720 | |||
721 | div.navheader { | ||
722 | border-color: black; | ||
723 | } | ||
724 | |||
725 | |||
726 | div.navfooter { | ||
727 | border-color: black; | ||
728 | } | ||
729 | |||
730 | |||
731 | /*********** / | ||
732 | / graphics / | ||
733 | / ***********/ | ||
734 | |||
735 | /* | ||
736 | body { | ||
737 | background-image: url("images/body_bg.jpg"); | ||
738 | background-attachment: fixed; | ||
739 | } | ||
740 | |||
741 | .navheader, | ||
742 | .note, | ||
743 | .tip { | ||
744 | background-image: url("images/note_bg.jpg"); | ||
745 | background-attachment: fixed; | ||
746 | } | ||
747 | |||
748 | .warning, | ||
749 | .caution { | ||
750 | background-image: url("images/warning_bg.jpg"); | ||
751 | background-attachment: fixed; | ||
752 | } | ||
753 | |||
754 | .figure, | ||
755 | .informalfigure, | ||
756 | .example, | ||
757 | .informalexample, | ||
758 | .table, | ||
759 | .informaltable { | ||
760 | background-image: url("images/figure_bg.jpg"); | ||
761 | background-attachment: fixed; | ||
762 | } | ||
763 | |||
764 | */ | ||
765 | h1, | ||
766 | h2, | ||
767 | h3, | ||
768 | h4, | ||
769 | h5, | ||
770 | h6, | ||
771 | h7{ | ||
772 | } | ||
773 | |||
774 | /* | ||
775 | Example of how to stick an image as part of the title. | ||
776 | |||
777 | div.article .titlepage .title | ||
778 | { | ||
779 | background-image: url("figures/white-on-black.png"); | ||
780 | background-position: center; | ||
781 | background-repeat: repeat-x; | ||
782 | } | ||
783 | */ | ||
784 | |||
785 | div.preface .titlepage .title, | ||
786 | div.colophon .title, | ||
787 | div.chapter .titlepage .title, | ||
788 | div.article .titlepage .title | ||
789 | { | ||
790 | } | ||
791 | |||
792 | div.section div.section .titlepage .title, | ||
793 | div.sect2 .titlepage .title { | ||
794 | background: none; | ||
795 | } | ||
796 | |||
797 | |||
798 | h1.title { | ||
799 | background-color: transparent; | ||
800 | background-image: url("figures/yocto-project-bw.png"); | ||
801 | background-repeat: no-repeat; | ||
802 | height: 256px; | ||
803 | text-indent: -9000px; | ||
804 | overflow:hidden; | ||
805 | } | ||
806 | |||
807 | h2.subtitle { | ||
808 | background-color: transparent; | ||
809 | text-indent: -9000px; | ||
810 | overflow:hidden; | ||
811 | width: 0px; | ||
812 | display: none; | ||
813 | } | ||
814 | |||
815 | /*************************************** / | ||
816 | / pippin.gimp.org specific alterations / | ||
817 | / ***************************************/ | ||
818 | |||
819 | /* | ||
820 | div.heading, div.navheader { | ||
821 | color: #777; | ||
822 | font-size: 80%; | ||
823 | padding: 0; | ||
824 | margin: 0; | ||
825 | text-align: left; | ||
826 | position: absolute; | ||
827 | top: 0px; | ||
828 | left: 0px; | ||
829 | width: 100%; | ||
830 | height: 50px; | ||
831 | background: url('/gfx/heading_bg.png') transparent; | ||
832 | background-repeat: repeat-x; | ||
833 | background-attachment: fixed; | ||
834 | border: none; | ||
835 | } | ||
836 | |||
837 | div.heading a { | ||
838 | color: #444; | ||
839 | } | ||
840 | |||
841 | div.footing, div.navfooter { | ||
842 | border: none; | ||
843 | color: #ddd; | ||
844 | font-size: 80%; | ||
845 | text-align:right; | ||
846 | |||
847 | width: 100%; | ||
848 | padding-top: 10px; | ||
849 | position: absolute; | ||
850 | bottom: 0px; | ||
851 | left: 0px; | ||
852 | |||
853 | background: url('/gfx/footing_bg.png') transparent; | ||
854 | } | ||
855 | */ | ||
856 | |||
857 | |||
858 | |||
859 | /****************** / | ||
860 | / nasty ie tweaks / | ||
861 | / ******************/ | ||
862 | |||
863 | /* | ||
864 | div.heading, div.navheader { | ||
865 | width:expression(document.body.clientWidth + "px"); | ||
866 | } | ||
867 | |||
868 | div.footing, div.navfooter { | ||
869 | width:expression(document.body.clientWidth + "px"); | ||
870 | margin-left:expression("-5em"); | ||
871 | } | ||
872 | body { | ||
873 | padding:expression("4em 5em 0em 5em"); | ||
874 | } | ||
875 | */ | ||
876 | |||
877 | /**************************************** / | ||
878 | / mozilla vendor specific css extensions / | ||
879 | / ****************************************/ | ||
880 | /* | ||
881 | div.navfooter, div.footing{ | ||
882 | -moz-opacity: 0.8em; | ||
883 | } | ||
884 | |||
885 | div.figure, | ||
886 | div.table, | ||
887 | div.informalfigure, | ||
888 | div.informaltable, | ||
889 | div.informalexample, | ||
890 | div.example, | ||
891 | .tip, | ||
892 | .warning, | ||
893 | .caution, | ||
894 | .note { | ||
895 | -moz-border-radius: 0.5em; | ||
896 | } | ||
897 | |||
898 | b.keycap, | ||
899 | .keycap { | ||
900 | -moz-border-radius: 0.3em; | ||
901 | } | ||
902 | */ | ||
903 | |||
904 | table tr td table tr td { | ||
905 | display: none; | ||
906 | } | ||
907 | |||
908 | |||
909 | hr { | ||
910 | display: none; | ||
911 | } | ||
912 | |||
913 | table { | ||
914 | border: 0em; | ||
915 | } | ||
916 | |||
917 | .photo { | ||
918 | float: right; | ||
919 | margin-left: 1.5em; | ||
920 | margin-bottom: 1.5em; | ||
921 | margin-top: 0em; | ||
922 | max-width: 17em; | ||
923 | border: 1px solid gray; | ||
924 | padding: 3px; | ||
925 | background: white; | ||
926 | } | ||
927 | .seperator { | ||
928 | padding-top: 2em; | ||
929 | clear: both; | ||
930 | } | ||
931 | |||
932 | #validators { | ||
933 | margin-top: 5em; | ||
934 | text-align: right; | ||
935 | color: #777; | ||
936 | } | ||
937 | @media print { | ||
938 | body { | ||
939 | font-size: 8pt; | ||
940 | } | ||
941 | .noprint { | ||
942 | display: none; | ||
943 | } | ||
944 | } | ||
945 | |||
946 | |||
947 | .tip, | ||
948 | .note { | ||
949 | background: #666666; | ||
950 | color: #fff; | ||
951 | padding: 20px; | ||
952 | margin: 20px; | ||
953 | } | ||
954 | |||
955 | .tip h3, | ||
956 | .note h3 { | ||
957 | padding: 0em; | ||
958 | margin: 0em; | ||
959 | font-size: 2em; | ||
960 | font-weight: bold; | ||
961 | color: #fff; | ||
962 | } | ||
963 | |||
964 | .tip a, | ||
965 | .note a { | ||
966 | color: #fff; | ||
967 | text-decoration: underline; | ||
968 | } | ||