summaryrefslogtreecommitdiff
path: root/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-24 08:31:55 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:07 -0800
commit000f052765577826907ff1e3f758bab3a0724d74 (patch)
treed24d2bcb667aae24a63be1b5184ef2f29580d60b /documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl
parentaa583453935a13618f0068fdf8d6d3205725ec54 (diff)
downloadopenembedded-core-000f052765577826907ff1e3f758bab3a0724d74.tar.gz
openembedded-core-000f052765577826907ff1e3f758bab3a0724d74.tar.bz2
openembedded-core-000f052765577826907ff1e3f758bab3a0724d74.tar.xz
openembedded-core-000f052765577826907ff1e3f758bab3a0724d74.zip
documentation/kerenl-manual: New directory and files for kernel manual.
This is the first draft of the Yocto Project Kernel manual. The manual consists of two sections: concepts and a practical section that has examples. It is based of Bruce Ashfield's kernel theory paper. This first draft has been re-written and organized through the concepts section. The remainder was just placed in as-is due to time constraints for getting some kernel documentation up on the website. The manual still needs scrubbing and organization in the latter half. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl')
-rw-r--r--documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl b/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl
new file mode 100644
index 000000000..8e6ea34dd
--- /dev/null
+++ b/documentation/kernel-manual/yocto-project-kernal-manual-customization.xsl
@@ -0,0 +1,8 @@
+<?xml version='1.0'?>
+<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">
+
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" />
+
+ <xsl:param name="generate.toc" select="'article nop'"></xsl:param>
+
+</xsl:stylesheet>