diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-24 16:52:50 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:13 -0800 |
commit | d468cc4e49916ed2121974147e0f095a4e5e908c (patch) | |
tree | a5e42c0105d71d7fa2a6a703f6db9262c7a26adf | |
parent | 5ed39a3770ef5839e94d79041ef2218b90a2ac38 (diff) | |
download | poky-d468cc4e49916ed2121974147e0f095a4e5e908c.tar.gz |
documentation/kernel-manual/yocto-project-kernel-manual.xml: removed the code that inserts the image.
I made this file similar to the bsp.xml file so that it would build into
a PDF file. It was throwing an error because of the imagedata tag
that was up front.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/kernel-manual/yocto-project-kernel-manual.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/documentation/kernel-manual/yocto-project-kernel-manual.xml b/documentation/kernel-manual/yocto-project-kernel-manual.xml index 1c247bcd74..c0747b2540 100644 --- a/documentation/kernel-manual/yocto-project-kernel-manual.xml +++ b/documentation/kernel-manual/yocto-project-kernel-manual.xml | |||
@@ -1,12 +1,9 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
3 | 3 | ||
4 | <article id='intro'> | 4 | <chapter id='kernel'> |
5 | <imagedata fileref="figures/yocto-project-transp.png" width="6in" depth="1in" align="right" scale="25" /> | ||
6 | 5 | ||
7 | <section id='fake-title'> | 6 | <title>Yocto Project Kernel Architecture and Use Manual</title> |
8 | <title>Yocto Project Kernel Architecture and Use Manual</title> | ||
9 | </section> | ||
10 | 7 | ||
11 | <section id='introduction'> | 8 | <section id='introduction'> |
12 | <title>Introduction</title> | 9 | <title>Introduction</title> |
@@ -122,7 +119,7 @@ | |||
122 | The following figure represents the overall place the Yocto Project kernel fills. | 119 | The following figure represents the overall place the Yocto Project kernel fills. |
123 | </para> | 120 | </para> |
124 | <para> | 121 | <para> |
125 | <imagedata fileref="figures/kernel-big-picture.png" width="6in" depth="4in" align="center" scale="100" /> | 122 | <imagedata fileref="figures/kernel-big-picture.png" width="6in" depth="6in" align="center" scale="100" /> |
126 | </para> | 123 | </para> |
127 | <para> | 124 | <para> |
128 | In the figure the ultimate source for the Yocto Project kernel is a released kernel | 125 | In the figure the ultimate source for the Yocto Project kernel is a released kernel |
@@ -209,7 +206,7 @@ | |||
209 | The following illustration shows the conceptual Yocto Project kernel. | 206 | The following illustration shows the conceptual Yocto Project kernel. |
210 | </para> | 207 | </para> |
211 | <para> | 208 | <para> |
212 | <imagedata fileref="figures/kernel-architecture-overview.png" width="6in" depth="4in" align="center" scale="100" /> | 209 | <imagedata fileref="figures/kernel-architecture-overview.png" width="6in" depth="7in" align="center" scale="100" /> |
213 | </para> | 210 | </para> |
214 | <para> | 211 | <para> |
215 | In the illustration, the "kernel.org Branch Point" marks the specific spot (or release) from | 212 | In the illustration, the "kernel.org Branch Point" marks the specific spot (or release) from |
@@ -2302,7 +2299,7 @@ options. | |||
2302 | 2299 | ||
2303 | </section> | 2300 | </section> |
2304 | 2301 | ||
2305 | </article> | 2302 | </chapter> |
2306 | <!-- | 2303 | <!-- |
2307 | vim: expandtab tw=80 ts=4 | 2304 | vim: expandtab tw=80 ts=4 |
2308 | --> | 2305 | --> |