diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-29 15:18:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:29 +0000 |
commit | ae06e04cd225d2c2147ca355e2dd39b4f6cf6775 (patch) | |
tree | c920e85262a91e7626279e7dcbbd56a299919f49 /documentation/overview-manual/overview-manual-intro.xml | |
parent | ebc7de094881dd8f2450aa4fdf548f2e9c835df1 (diff) | |
download | poky-ae06e04cd225d2c2147ca355e2dd39b4f6cf6775.tar.gz |
documentation: Created new "Getting Started" manual.
Creation involved removing the overview-manual and replacing it
with the getting-started manual. All links to the string
"&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with
"&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed
files used to create the manual with prefixes suited for the
new manual name, which is "Getting Started With Yocto Project".
The style sheet for the new manual needed updating to display the
new .PNG image for the title page. The mega-manual file had to
be updated to include the files. The mega-manual.sed file had
to be updated to include the new manual and not use the overview
manual.
(From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-intro.xml')
-rw-r--r-- | documentation/overview-manual/overview-manual-intro.xml | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/documentation/overview-manual/overview-manual-intro.xml b/documentation/overview-manual/overview-manual-intro.xml deleted file mode 100644 index 51a21b6e23..0000000000 --- a/documentation/overview-manual/overview-manual-intro.xml +++ /dev/null | |||
@@ -1,103 +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='overview-manual-intro'> | ||
6 | |||
7 | <title>The Yocto Project Overview Manual</title> | ||
8 | <section id='overview-welcome'> | ||
9 | <title>Welcome</title> | ||
10 | |||
11 | <para> | ||
12 | Welcome to the Yocto Project Overview Manual! | ||
13 | This manual introduces the Yocto Project by providing concepts, | ||
14 | software overviews, best-known-methods (BKMs), and any other | ||
15 | high-level introductory information suitable for a new Yocto | ||
16 | Project user. | ||
17 | </para> | ||
18 | |||
19 | <para> | ||
20 | The following list describes what you can get from this manual: | ||
21 | <itemizedlist> | ||
22 | <listitem><para> | ||
23 | <emphasis>Major Topic:</emphasis> | ||
24 | Provide a high-level description of this major topic. | ||
25 | </para></listitem> | ||
26 | <listitem><para> | ||
27 | <emphasis>Major Topic:</emphasis> | ||
28 | Provide a high-level description of this major topic. | ||
29 | </para></listitem> | ||
30 | <listitem><para> | ||
31 | <emphasis>Major Topic:</emphasis> | ||
32 | Provide a high-level description of this major topic. | ||
33 | </para></listitem> | ||
34 | <listitem><para> | ||
35 | <emphasis>Major Topic:</emphasis> | ||
36 | Provide a high-level description of this major topic. | ||
37 | </para></listitem> | ||
38 | </itemizedlist> | ||
39 | </para> | ||
40 | |||
41 | <para> | ||
42 | This manual does not give you the following: | ||
43 | <itemizedlist> | ||
44 | <listitem><para> | ||
45 | <emphasis>Step-by-step Instructions for Development Tasks:</emphasis> | ||
46 | Instructional procedures reside in other manuals within | ||
47 | the Yocto Project documentation set. | ||
48 | For example, the | ||
49 | <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink> | ||
50 | provides examples on how to perform various development | ||
51 | tasks. | ||
52 | As another example, the | ||
53 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> | ||
54 | manual contains detailed instructions on how to install an | ||
55 | SDK, which is used to develop applications for target | ||
56 | hardware. | ||
57 | </para></listitem> | ||
58 | <listitem><para> | ||
59 | <emphasis>Reference Material:</emphasis> | ||
60 | This type of material resides in an appropriate reference | ||
61 | manual. | ||
62 | For example, system variables are documented in the | ||
63 | <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>. | ||
64 | As another example, the | ||
65 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink> | ||
66 | contains reference information on BSPs. | ||
67 | </para></listitem> | ||
68 | <listitem><para> | ||
69 | <emphasis>Detailed Public Information Not Specific to the | ||
70 | Yocto Project:</emphasis> | ||
71 | For example, exhaustive information on how to use the | ||
72 | Source Control Manager Git is better covered with Internet | ||
73 | searches and official Git Documentation than through the | ||
74 | Yocto Project documentation. | ||
75 | </para></listitem> | ||
76 | </itemizedlist> | ||
77 | </para> | ||
78 | </section> | ||
79 | |||
80 | <section id='overview-other-information'> | ||
81 | <title>Other Information</title> | ||
82 | |||
83 | <para> | ||
84 | Because this manual presents information for many different | ||
85 | topics, supplemental information is recommended for full | ||
86 | comprehension. | ||
87 | For additional introductory information on the Yocto Project, see | ||
88 | the <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>. | ||
89 | You can find an introductory to using the Yocto Project by working | ||
90 | through the | ||
91 | <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>. | ||
92 | </para> | ||
93 | |||
94 | <para> | ||
95 | For a comprehensive list of links and other documentation, see the | ||
96 | "<ulink url='&YOCTO_DOCS_REF_URL;#resources-links-and-related-documentation'>Links and Related Documentation</ulink>" | ||
97 | section in the Yocto Project Reference Manual. | ||
98 | </para> | ||
99 | </section> | ||
100 | </chapter> | ||
101 | <!-- | ||
102 | vim: expandtab tw=80 ts=4 | ||
103 | --> | ||