diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-30 15:46:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:30 +0000 |
commit | 0b70161692e437740e480b89ab2c253b6a72dfc5 (patch) | |
tree | db4e4c9af7eb4c3130739517a756b863d0e850c4 /documentation/concepts-manual/concepts-manual.xml | |
parent | 4d623003f3a16b9fb91d5e655ff415636e31f582 (diff) | |
download | poky-0b70161692e437740e480b89ab2c253b6a72dfc5.tar.gz |
concepts-manual: Added new manual tree
Tree added only.
(From yocto-docs rev: bacfd8c9103489c9b5a3459855d0804531ef3a75)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/concepts-manual/concepts-manual.xml')
-rw-r--r-- | documentation/concepts-manual/concepts-manual.xml | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/documentation/concepts-manual/concepts-manual.xml b/documentation/concepts-manual/concepts-manual.xml new file mode 100644 index 0000000000..930a202e1a --- /dev/null +++ b/documentation/concepts-manual/concepts-manual.xml | |||
@@ -0,0 +1,94 @@ | |||
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='getting-started-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/getting-started-title.png' | ||
14 | format='SVG' | ||
15 | align='left' scalefit='1' width='100%'/> | ||
16 | </imageobject> | ||
17 | </mediaobject> | ||
18 | |||
19 | <title> | ||
20 | Getting Started With Yocto Project | ||
21 | </title> | ||
22 | |||
23 | <authorgroup> | ||
24 | <author> | ||
25 | <firstname>Scott</firstname> <surname>Rifenbark</surname> | ||
26 | <affiliation> | ||
27 | <orgname>Scotty's Documentation Services, INC</orgname> | ||
28 | </affiliation> | ||
29 | <email>srifenbark@gmail.com</email> | ||
30 | </author> | ||
31 | </authorgroup> | ||
32 | |||
33 | <revhistory> | ||
34 | <revision> | ||
35 | <revnumber>2.5</revnumber> | ||
36 | <date>April 2018</date> | ||
37 | <revremark>The initial document released with the Yocto Project 2.5 Release.</revremark> | ||
38 | </revision> | ||
39 | </revhistory> | ||
40 | |||
41 | <copyright> | ||
42 | <year>©RIGHT_YEAR;</year> | ||
43 | <holder>Linux Foundation</holder> | ||
44 | </copyright> | ||
45 | |||
46 | <legalnotice> | ||
47 | <para> | ||
48 | Permission is granted to copy, distribute and/or modify this document under | ||
49 | the terms of the <ulink type="http" url="http://creativecommons.org/licenses/by-sa/2.0/uk/"> | ||
50 | Creative Commons Attribution-Share Alike 2.0 UK: England & Wales</ulink> as published by | ||
51 | Creative Commons. | ||
52 | </para> | ||
53 | <note><title>Manual Notes</title> | ||
54 | <itemizedlist> | ||
55 | <listitem><para> | ||
56 | This version of the | ||
57 | <emphasis>Yocto Project Overview Manual</emphasis> | ||
58 | is for the &YOCTO_DOC_VERSION; release of the | ||
59 | Yocto Project. | ||
60 | To be sure you have the latest version of the manual | ||
61 | for this release, use the manual from the | ||
62 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>. | ||
63 | </para></listitem> | ||
64 | <listitem><para> | ||
65 | For manuals associated with other releases of the Yocto | ||
66 | Project, go to the | ||
67 | <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink> | ||
68 | and use the drop-down "Active Releases" button | ||
69 | and choose the manual associated with the desired | ||
70 | Yocto Project. | ||
71 | </para></listitem> | ||
72 | <listitem><para> | ||
73 | To report any inaccuracies or problems with this | ||
74 | manual, send an email to the Yocto Project | ||
75 | discussion group at | ||
76 | <filename>yocto@yoctoproject.com</filename> or log into | ||
77 | the freenode <filename>#yocto</filename> channel. | ||
78 | </para></listitem> | ||
79 | </itemizedlist> | ||
80 | </note> | ||
81 | </legalnotice> | ||
82 | |||
83 | </bookinfo> | ||
84 | |||
85 | <xi:include href="getting-started-intro.xml"/> | ||
86 | |||
87 | <xi:include href="getting-started-development-environment.xml"/> | ||
88 | |||
89 | <xi:include href="getting-started-concepts.xml"/> | ||
90 | |||
91 | </book> | ||
92 | <!-- | ||
93 | vim: expandtab tw=80 ts=4 | ||
94 | --> | ||