summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-06-14 08:20:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 14:59:24 +0100
commit522b5864e9f75729fffabf309c0771b0ef470052 (patch)
tree479ace500fba73068849c7cc34e6d5b05e0c9690
parentc11f65a2901f121a49153ead811fcaaed108ea92 (diff)
downloadpoky-522b5864e9f75729fffabf309c0771b0ef470052.tar.gz
documentation/kernel-manual/kernel-manual.xml: 1.1.2 variables
First pass at implementing the poky.ent variables. (From yocto-docs rev: be017dc7bedcbfbfb558e418485ab2d0d1c70b59) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/kernel-manual/kernel-manual.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/kernel-manual/kernel-manual.xml b/documentation/kernel-manual/kernel-manual.xml
index d7c5843247..91ca0e53b6 100644
--- a/documentation/kernel-manual/kernel-manual.xml
+++ b/documentation/kernel-manual/kernel-manual.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE book 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[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
3 4
4<book id='kernel-manual' lang='en' 5<book id='kernel-manual' lang='en'
5 xmlns:xi="http://www.w3.org/2003/XInclude" 6 xmlns:xi="http://www.w3.org/2003/XInclude"
@@ -61,7 +62,7 @@
61 </revhistory> 62 </revhistory>
62 63
63 <copyright> 64 <copyright>
64 <year>2010-2012</year> 65 <year>&COPYRIGHT_YEAR;</year>
65 <holder>Linux Foundation</holder> 66 <holder>Linux Foundation</holder>
66 </copyright> 67 </copyright>
67 68
@@ -73,9 +74,9 @@
73 <note> 74 <note>
74 Due to production processes, there could be differences between the Yocto Project 75 Due to production processes, there could be differences between the Yocto Project
75 documentation bundled in the release tarball and 76 documentation bundled in the release tarball and
76 <ulink url='http://www.yoctoproject.org/docs/1.1.1/kernel-manual/kernel-manual.html'> 77 <ulink url='&YOCTO_DOCS_KERNEL_URL;'>
77 The Yocto Project Kernel Architecture and Use Manual</ulink> on 78 The Yocto Project Kernel Architecture and Use Manual</ulink> on
78 the <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. 79 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project</ulink> website.
79 For the latest version of this manual, see the manual on the website. 80 For the latest version of this manual, see the manual on the website.
80 </note> 81 </note>
81 </legalnotice> 82 </legalnotice>