summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-10 10:46:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:11 +0100
commitca3325e800c29ec627b5dfc2a2e8496c528fead1 (patch)
tree7e8f2542e594e4fb18619979d08704fed1fbe5c8 /documentation
parentd1119aaec2aaf0df06f36f56c66e922b1df1a249 (diff)
downloadpoky-ca3325e800c29ec627b5dfc2a2e8496c528fead1.tar.gz
concepts-manual: Removed chapters.
Do not need these chapters any longer. The manual is going away and these chapters were organizational for the book and do not provide any new information for the getting-started. (From yocto-docs rev: 47e64fbee86960009968478099e9399f673bda9d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/concepts-manual/concepts-manual-intro.xml89
-rw-r--r--documentation/concepts-manual/concepts-manual.xml104
2 files changed, 0 insertions, 193 deletions
diff --git a/documentation/concepts-manual/concepts-manual-intro.xml b/documentation/concepts-manual/concepts-manual-intro.xml
deleted file mode 100644
index 5238a7cf06..0000000000
--- a/documentation/concepts-manual/concepts-manual-intro.xml
+++ /dev/null
@@ -1,89 +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[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4
5<chapter id='concepts-manual-intro'>
6
7<title>The Yocto Project Concepts Manual</title>
8 <section id='concepts-overview-welcome'>
9 <title>Welcome</title>
10
11 <para>
12 Welcome to the Yocto Project Concepts Manual!
13 This manual provides conceptual information that helps you
14 better understand the Yocto Project.
15 You can learn about Yocto Project components,
16 cross-development toolchain generation, shared-state cache,
17 and many other concepts.
18 </para>
19
20 <para>
21 This manual does not give you the following:
22 <itemizedlist>
23 <listitem><para>
24 <emphasis>Complete Step-by-step Instructions for Development Tasks:</emphasis>
25 Instructional procedures reside in other manuals within
26 the Yocto Project documentation set.
27 For example, the
28 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>
29 provides examples on how to perform various development
30 tasks.
31 As another example, the
32 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
33 manual contains detailed instructions on how to install an
34 SDK, which is used to develop applications for target
35 hardware.
36 </para></listitem>
37 <listitem><para>
38 <emphasis>Reference Material:</emphasis>
39 This type of material resides in an appropriate reference
40 manual.
41 For example, system variables are documented in the
42 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>.
43 As another example, the
44 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>
45 contains reference information on BSPs.
46 </para></listitem>
47 <listitem><para>
48 <emphasis>Getting Started Material:</emphasis>
49 This type of material resides in the
50 <ulink url='&YOCTO_DOCS_GS_URL;'>Getting Started With Yocto Project</ulink>
51 manual.
52 </para></listitem>
53 <listitem><para>
54 <emphasis>Detailed Public Information Not Specific to the
55 Yocto Project:</emphasis>
56 For example, exhaustive information on how to use Git
57 is better covered with Internet searches and official
58 Git Documentation than through the Yocto Project
59 documentation.
60 </para></listitem>
61 </itemizedlist>
62 </para>
63 </section>
64
65 <section id='concepts-overview-other-information'>
66 <title>Other Information</title>
67
68 <para>
69 Because this manual presents information for many different
70 concepts, supplemental information is recommended for full
71 comprehension.
72 For additional introductory information on the Yocto Project, see
73 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>.
74 If you want to build an image with no knowledge of Yocto Project
75 as a way of quickly testing it out, see the
76 <ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink>
77 document.
78 </para>
79
80 <para>
81 For a comprehensive list of links and other documentation, see the
82 "<ulink url='&YOCTO_DOCS_REF_URL;#resources-links-and-related-documentation'>Links and Related Documentation</ulink>"
83 section in the Yocto Project Reference Manual.
84 </para>
85 </section>
86</chapter>
87<!--
88vim: expandtab tw=80 ts=4
89-->
diff --git a/documentation/concepts-manual/concepts-manual.xml b/documentation/concepts-manual/concepts-manual.xml
deleted file mode 100644
index 2d50792de6..0000000000
--- a/documentation/concepts-manual/concepts-manual.xml
+++ /dev/null
@@ -1,104 +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='concepts-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/concepts-manual-title.png'
14 format='SVG'
15 align='left' scalefit='1' width='100%'/>
16 </imageobject>
17 </mediaobject>
18
19 <title>
20 Yocto Project Concepts Manual
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>&COPYRIGHT_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 &amp; 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 Concepts 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, go to the
62 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
63 and select the manual from that site.
64 Manuals from the site are more up-to-date than manuals
65 derived from the Yocto Project released TAR files.
66 </para></listitem>
67 <listitem><para>
68 If you located this manual through a web search, the
69 version of the manual might not be the one you want
70 (e.g. the search might have returned a manual much
71 older than the Yocto Project version with which you
72 are working).
73 You can see all Yocto Project major releases by
74 visiting the
75 <ulink url='&YOCTO_WIKI_URL;/wiki/Releases'>Releases</ulink>
76 page.
77 If you need a version of this manual for a different
78 Yocto Project release, visit the
79 <ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project documentation page</ulink>
80 and select the manual set by using the
81 "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE"
82 pull-down menus.
83 </para></listitem>
84 <listitem><para>
85 To report any inaccuracies or problems with this
86 manual, send an email to the Yocto Project
87 discussion group at
88 <filename>yocto@yoctoproject.com</filename> or log into
89 the freenode <filename>#yocto</filename> channel.
90 </para></listitem>
91 </itemizedlist>
92 </note>
93 </legalnotice>
94
95 </bookinfo>
96
97 <xi:include href="concepts-manual-intro.xml"/>
98
99 <xi:include href="concepts-manual-concepts.xml"/>
100
101</book>
102<!--
103vim: expandtab tw=80 ts=4
104-->