1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-07 04:58:26 +00:00

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>
This commit is contained in:
Scott Rifenbark
2010-11-24 16:52:50 -08:00
committed by Saul Wold
parent 5ed39a3770
commit d468cc4e49
@@ -1,12 +1,9 @@
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<article id='intro'> <chapter id='kernel'>
<imagedata fileref="figures/yocto-project-transp.png" width="6in" depth="1in" align="right" scale="25" />
<section id='fake-title'> <title>Yocto Project Kernel Architecture and Use Manual</title>
<title>Yocto Project Kernel Architecture and Use Manual</title>
</section>
<section id='introduction'> <section id='introduction'>
<title>Introduction</title> <title>Introduction</title>
@@ -122,7 +119,7 @@
The following figure represents the overall place the Yocto Project kernel fills. The following figure represents the overall place the Yocto Project kernel fills.
</para> </para>
<para> <para>
<imagedata fileref="figures/kernel-big-picture.png" width="6in" depth="4in" align="center" scale="100" /> <imagedata fileref="figures/kernel-big-picture.png" width="6in" depth="6in" align="center" scale="100" />
</para> </para>
<para> <para>
In the figure the ultimate source for the Yocto Project kernel is a released kernel In the figure the ultimate source for the Yocto Project kernel is a released kernel
@@ -209,7 +206,7 @@
The following illustration shows the conceptual Yocto Project kernel. The following illustration shows the conceptual Yocto Project kernel.
</para> </para>
<para> <para>
<imagedata fileref="figures/kernel-architecture-overview.png" width="6in" depth="4in" align="center" scale="100" /> <imagedata fileref="figures/kernel-architecture-overview.png" width="6in" depth="7in" align="center" scale="100" />
</para> </para>
<para> <para>
In the illustration, the "kernel.org Branch Point" marks the specific spot (or release) from In the illustration, the "kernel.org Branch Point" marks the specific spot (or release) from
@@ -2302,7 +2299,7 @@ options.
</section> </section>
</article> </chapter>
<!-- <!--
vim: expandtab tw=80 ts=4 vim: expandtab tw=80 ts=4
--> -->