diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-15 07:19:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:22 +0100 |
commit | 46bbeeee6d86d6df86764419059c19d5787378ac (patch) | |
tree | 8f2903b13f0ce861e79b8f646edb472270f4724a /documentation | |
parent | 4dc92fcc39624062f98b60578a58704afe323fa4 (diff) | |
download | poky-46bbeeee6d86d6df86764419059c19d5787378ac.tar.gz |
documentation/dev-manual: Deleted files with bad names
the make was failing due to me not following a naming convention.
I renamed all the files so they have a pre-fix of 'dev-manual' and
then deleted the old files that had a pre-fix of 'dev-man'.
(From yocto-docs rev: a4157ece0d994d5f269c94fce71c0b598bfd6a9e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-man-cases.xml | 57 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man-customization.xsl | 8 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man-intro.xml | 57 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man-newbie.xml | 57 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man-start.xml | 57 | ||||
-rw-r--r-- | documentation/dev-manual/dev-man.xml | 69 |
6 files changed, 0 insertions, 305 deletions
diff --git a/documentation/dev-manual/dev-man-cases.xml b/documentation/dev-manual/dev-man-cases.xml deleted file mode 100644 index 8340d0755e..0000000000 --- a/documentation/dev-manual/dev-man-cases.xml +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <chapter id='dev-man-cases'> | ||
5 | |||
6 | <title>Development Cases</title> | ||
7 | |||
8 | <section id='book-intro'> | ||
9 | <title>Introduction</title> | ||
10 | <para> | ||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | ||
12 | repository. | ||
13 | The Git tree represents the selected features, board support, | ||
14 | and configurations extensively tested by Yocto Project. | ||
15 | The Yocto Project kernel allows the end user to leverage community | ||
16 | best practices to seamlessly manage the development, build and debug cycles. | ||
17 | </para> | ||
18 | <para> | ||
19 | This manual describes the Yocto Project kernel by providing information | ||
20 | on its history, organization, benefits, and use. | ||
21 | The manual consists of two sections: | ||
22 | <itemizedlist> | ||
23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
24 | You will understand how the kernel is organized and why it is organized in | ||
25 | the way it is. You will understand the benefits of the kernel's organization | ||
26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
27 | design process.</para></listitem> | ||
28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
31 | Modifications."</para></listitem> | ||
32 | </itemizedlist> | ||
33 | </para> | ||
34 | <para> | ||
35 | For more information on the kernel, see the following links: | ||
36 | <itemizedlist> | ||
37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
39 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
40 | </itemizedlist> | ||
41 | <para> | ||
42 | You can find more information on Yocto Project by visiting the website at | ||
43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
44 | </para> | ||
45 | </para> | ||
46 | </section> | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | |||
53 | |||
54 | </chapter> | ||
55 | <!-- | ||
56 | vim: expandtab tw=80 ts=4 | ||
57 | --> | ||
diff --git a/documentation/dev-manual/dev-man-customization.xsl b/documentation/dev-manual/dev-man-customization.xsl deleted file mode 100644 index 8eb69050ba..0000000000 --- a/documentation/dev-manual/dev-man-customization.xsl +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | <?xml version='1.0'?> | ||
2 | <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"> | ||
3 | |||
4 | <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl" /> | ||
5 | |||
6 | <!-- <xsl:param name="generate.toc" select="'article nop'"></xsl:param> --> | ||
7 | |||
8 | </xsl:stylesheet> | ||
diff --git a/documentation/dev-manual/dev-man-intro.xml b/documentation/dev-manual/dev-man-intro.xml deleted file mode 100644 index c5a7ae973a..0000000000 --- a/documentation/dev-manual/dev-man-intro.xml +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <chapter id='dev-man-intro'> | ||
5 | |||
6 | <title>The Yocto Project Development Manual</title> | ||
7 | |||
8 | <section id='book-intro'> | ||
9 | <title>Introduction</title> | ||
10 | <para> | ||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | ||
12 | repository. | ||
13 | The Git tree represents the selected features, board support, | ||
14 | and configurations extensively tested by Yocto Project. | ||
15 | The Yocto Project kernel allows the end user to leverage community | ||
16 | best practices to seamlessly manage the development, build and debug cycles. | ||
17 | </para> | ||
18 | <para> | ||
19 | This manual describes the Yocto Project kernel by providing information | ||
20 | on its history, organization, benefits, and use. | ||
21 | The manual consists of two sections: | ||
22 | <itemizedlist> | ||
23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
24 | You will understand how the kernel is organized and why it is organized in | ||
25 | the way it is. You will understand the benefits of the kernel's organization | ||
26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
27 | design process.</para></listitem> | ||
28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
31 | Modifications."</para></listitem> | ||
32 | </itemizedlist> | ||
33 | </para> | ||
34 | <para> | ||
35 | For more information on the kernel, see the following links: | ||
36 | <itemizedlist> | ||
37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
39 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
40 | </itemizedlist> | ||
41 | <para> | ||
42 | You can find more information on Yocto Project by visiting the website at | ||
43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
44 | </para> | ||
45 | </para> | ||
46 | </section> | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | |||
53 | |||
54 | </chapter> | ||
55 | <!-- | ||
56 | vim: expandtab tw=80 ts=4 | ||
57 | --> | ||
diff --git a/documentation/dev-manual/dev-man-newbie.xml b/documentation/dev-manual/dev-man-newbie.xml deleted file mode 100644 index ea30742e60..0000000000 --- a/documentation/dev-manual/dev-man-newbie.xml +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <chapter id='dev-man-newbie'> | ||
5 | |||
6 | <title>Working with Open Source Code</title> | ||
7 | |||
8 | <section id='book-intro'> | ||
9 | <title>Introduction</title> | ||
10 | <para> | ||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | ||
12 | repository. | ||
13 | The Git tree represents the selected features, board support, | ||
14 | and configurations extensively tested by Yocto Project. | ||
15 | The Yocto Project kernel allows the end user to leverage community | ||
16 | best practices to seamlessly manage the development, build and debug cycles. | ||
17 | </para> | ||
18 | <para> | ||
19 | This manual describes the Yocto Project kernel by providing information | ||
20 | on its history, organization, benefits, and use. | ||
21 | The manual consists of two sections: | ||
22 | <itemizedlist> | ||
23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
24 | You will understand how the kernel is organized and why it is organized in | ||
25 | the way it is. You will understand the benefits of the kernel's organization | ||
26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
27 | design process.</para></listitem> | ||
28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
31 | Modifications."</para></listitem> | ||
32 | </itemizedlist> | ||
33 | </para> | ||
34 | <para> | ||
35 | For more information on the kernel, see the following links: | ||
36 | <itemizedlist> | ||
37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
39 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
40 | </itemizedlist> | ||
41 | <para> | ||
42 | You can find more information on Yocto Project by visiting the website at | ||
43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
44 | </para> | ||
45 | </para> | ||
46 | </section> | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | |||
53 | |||
54 | </chapter> | ||
55 | <!-- | ||
56 | vim: expandtab tw=80 ts=4 | ||
57 | --> | ||
diff --git a/documentation/dev-manual/dev-man-start.xml b/documentation/dev-manual/dev-man-start.xml deleted file mode 100644 index d306013edd..0000000000 --- a/documentation/dev-manual/dev-man-start.xml +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
3 | |||
4 | <chapter id='dev-man-start'> | ||
5 | |||
6 | <title>Getting Started with the Yocto Project</title> | ||
7 | |||
8 | <section id='book-intro'> | ||
9 | <title>Introduction</title> | ||
10 | <para> | ||
11 | The Yocto Project presents the kernel as a fully patched, history-clean Git | ||
12 | repository. | ||
13 | The Git tree represents the selected features, board support, | ||
14 | and configurations extensively tested by Yocto Project. | ||
15 | The Yocto Project kernel allows the end user to leverage community | ||
16 | best practices to seamlessly manage the development, build and debug cycles. | ||
17 | </para> | ||
18 | <para> | ||
19 | This manual describes the Yocto Project kernel by providing information | ||
20 | on its history, organization, benefits, and use. | ||
21 | The manual consists of two sections: | ||
22 | <itemizedlist> | ||
23 | <listitem><para>Concepts - Describes concepts behind the kernel. | ||
24 | You will understand how the kernel is organized and why it is organized in | ||
25 | the way it is. You will understand the benefits of the kernel's organization | ||
26 | and the mechanisms used to work with the kernel and how to apply it in your | ||
27 | design process.</para></listitem> | ||
28 | <listitem><para>Using the Kernel - Describes best practices and "how-to" information | ||
29 | that lets you put the kernel to practical use. Some examples are "How to Build a | ||
30 | Project Specific Tree", "How to Examine Changes in a Branch", and "Saving Kernel | ||
31 | Modifications."</para></listitem> | ||
32 | </itemizedlist> | ||
33 | </para> | ||
34 | <para> | ||
35 | For more information on the kernel, see the following links: | ||
36 | <itemizedlist> | ||
37 | <listitem><para><ulink url='http://ldn.linuxfoundation.org/book/1-a-guide-kernel-development-process'></ulink></para></listitem> | ||
38 | <listitem><para><ulink url='http://userweb.kernel.org/~akpm/stuff/tpp.txt'></ulink></para></listitem> | ||
39 | <listitem><para><ulink url='http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/HOWTO;hb=HEAD'></ulink></para></listitem> | ||
40 | </itemizedlist> | ||
41 | <para> | ||
42 | You can find more information on Yocto Project by visiting the website at | ||
43 | <ulink url='http://www.yoctoproject.org'></ulink>. | ||
44 | </para> | ||
45 | </para> | ||
46 | </section> | ||
47 | |||
48 | |||
49 | |||
50 | |||
51 | |||
52 | |||
53 | |||
54 | </chapter> | ||
55 | <!-- | ||
56 | vim: expandtab tw=80 ts=4 | ||
57 | --> | ||
diff --git a/documentation/dev-manual/dev-man.xml b/documentation/dev-manual/dev-man.xml deleted file mode 100644 index cd8de889e4..0000000000 --- a/documentation/dev-manual/dev-man.xml +++ /dev/null | |||
@@ -1,69 +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 | |||
4 | <book id='dev-manual' lang='en' | ||
5 | xmlns:xi="http://www.w3.org/2003/XInclude" | ||
6 | xmlns="http://docbook.org/ns/docbook" | ||
7 | > | ||
8 | <bookinfo> | ||
9 | |||
10 | <mediaobject> | ||
11 | <imageobject> | ||
12 | <imagedata fileref='figures/dev-title.png' | ||
13 | format='SVG' | ||
14 | align='left' scalefit='1' width='100%'/> | ||
15 | </imageobject> | ||
16 | </mediaobject> | ||
17 | |||
18 | <title></title> | ||
19 | |||
20 | <authorgroup> | ||
21 | <author> | ||
22 | <firstname>Scott</firstname> <surname>Rifenbark</surname> | ||
23 | <affiliation> | ||
24 | <orgname>Intel Corporation</orgname> | ||
25 | </affiliation> | ||
26 | <email>scott.m.rifenbark@intel.com</email> | ||
27 | </author> | ||
28 | </authorgroup> | ||
29 | |||
30 | <revhistory> | ||
31 | <revision> | ||
32 | <revnumber>1.1</revnumber> | ||
33 | <date>TBD 2011</date> | ||
34 | <revremark>This revision is the initial document draft and corresponds with | ||
35 | the Yocto Project 1.1 Release.</revremark> | ||
36 | </revision> | ||
37 | </revhistory> | ||
38 | |||
39 | <copyright> | ||
40 | <year>2010-2011</year> | ||
41 | <holder>Linux Foundation</holder> | ||
42 | </copyright> | ||
43 | |||
44 | <legalnotice> | ||
45 | <para> | ||
46 | Permission is granted to copy, distribute and/or modify this document under | ||
47 | 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 & Wales</ulink> as published by Creative Commons. | ||
48 | </para> | ||
49 | </legalnotice> | ||
50 | |||
51 | </bookinfo> | ||
52 | |||
53 | <xi:include href="dev-man-intro.xml"/> | ||
54 | |||
55 | <xi:include href="dev-man-start.xml"/> | ||
56 | |||
57 | <xi:include href="dev-man-newbie.xml"/> | ||
58 | |||
59 | <xi:include href="dev-man-cases.xml"/> | ||
60 | |||
61 | <!-- <index id='index'> | ||
62 | <title>Index</title> | ||
63 | </index> | ||
64 | --> | ||
65 | |||
66 | </book> | ||
67 | <!-- | ||
68 | vim: expandtab tw=80 ts=4 | ||
69 | --> | ||