summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-manual.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-07-08 13:49:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:37 +0100
commit485b35dcefe9df7a05756e8aea5d1a23cd517d3f (patch)
tree84364a122a99c0e8c555e7598e94e29ed9a22418 /documentation/kernel-manual/kernel-manual.xml
parenta44fc491e092e2d8310de62196b4c9c491d9cec9 (diff)
downloadpoky-485b35dcefe9df7a05756e8aea5d1a23cd517d3f.tar.gz
documentation: Removed deprecated kernel-manual.
Fixes [YOCTO #4810] I removed this manual from the tip of the repo. We carried a symlink to it for the 1.4 and 1.4.1 release. Now it is time to get rid of it. Removing this manual should get rid of the folder in the poky/documentation folder for future clones of that repo. This bug was entered because someone tried to make the manual for YP 1.5. It is debatable as to whether this is a fix or not. You might argue that the bug is not even a bug. (From yocto-docs rev: 6e2a14f9be5f37f16b91c0c8931df558aa9ef155) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual/kernel-manual.xml')
-rw-r--r--documentation/kernel-manual/kernel-manual.xml106
1 files changed, 0 insertions, 106 deletions
diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml
deleted file mode 100644
index 859bceabc5..0000000000
--- a/documentation/kernel-manual/kernel-manual.xml
+++ /dev/null
@@ -1,106 +0,0 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4
5<book id='kernel-manual' lang='en'
6 xmlns:xi="http://www.w3.org/2003/XInclude"
7 xmlns="http://docbook.org/ns/docbook"
8 >
9 <bookinfo>
10
11 <mediaobject>
12 <imageobject>
13 <imagedata fileref='figures/kernel-title.png'
14 format='SVG'
15 align='left' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title>
20 The Yocto Project Kernel Architecture and Use Manual
21 </title>
22
23 <authorgroup>
24 <author>
25 <firstname>Bruce</firstname> <surname>Ashfield</surname>
26 <affiliation>
27 <orgname>Wind River Corporation</orgname>
28 </affiliation>
29 <email>bruce.ashfield@windriver.com</email>
30 </author>
31 </authorgroup>
32
33 <revhistory>
34 <revision>
35 <revnumber>0.9</revnumber>
36 <date>24 November 2010</date>
37 <revremark>The initial document draft released with the Yocto Project 0.9 Release.</revremark>
38 </revision>
39 <revision>
40 <revnumber>1.0</revnumber>
41 <date>6 April 2011</date>
42 <revremark>Released with the Yocto Project 1.0 Release.</revremark>
43 </revision>
44 <revision>
45 <revnumber>1.0.1</revnumber>
46 <date>23 May 2011</date>
47 <revremark>Released with the Yocto Project 1.0.1 Release.</revremark>
48 </revision>
49 <revision>
50 <revnumber>1.1</revnumber>
51 <date>6 October 2011</date>
52 <revremark>Released with the Yocto Project 1.1 Release.</revremark>
53 </revision>
54 <revision>
55 <revnumber>1.2</revnumber>
56 <date>April 2012</date>
57 <revremark>Released with the Yocto Project 1.2 Release.</revremark>
58 </revision>
59 <revision>
60 <revnumber>1.3</revnumber>
61 <date>October 2012</date>
62 <revremark>Released with the Yocto Project 1.3 Release.</revremark>
63 </revision>
64 <revision>
65 <revnumber>1.4</revnumber>
66 <date>Sometime in 2013</date>
67 <revremark>Released with the Yocto Project 1.4 Release.</revremark>
68 </revision>
69 </revhistory>
70
71 <copyright>
72 <year>&COPYRIGHT_YEAR;</year>
73 <holder>Linux Foundation</holder>
74 </copyright>
75
76 <legalnotice>
77 <para>
78 Permission is granted to copy, distribute and/or modify this document under
79 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 &amp; Wales</ulink> as published by Creative Commons.
80 </para>
81 <note>
82 Due to production processes, there could be differences between the Yocto Project
83 documentation bundled in the release tarball and the
84 <ulink url='&YOCTO_DOCS_KERNEL_URL;'>Yocto Project Kernel Architecture and Use Manual</ulink> on
85 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
86 For the latest version of this manual, see the manual on the website.
87 </note>
88 </legalnotice>
89
90 </bookinfo>
91
92 <xi:include href="kernel-doc-intro.xml"/>
93
94 <xi:include href="kernel-concepts.xml"/>
95
96 <xi:include href="kernel-how-to.xml"/>
97
98<!-- <index id='index'>
99 <title>Index</title>
100 </index>
101-->
102
103</book>
104<!--
105vim: expandtab tw=80 ts=4
106-->