blob: 39433aa41bdb690b84d452ccfef52735781fb83e [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001<!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 and Concepts Manual</title>
8 <section id='overview-manual-welcome'>
9 <title>Welcome</title>
10
11 <para>
12 Welcome to the Yocto Project Overview and Concepts 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><link linkend='overview-yp'>Introducing the Yocto Project</link>:</emphasis>
24 This chapter provides an introduction to the Yocto
25 Project.
26 You will learn about features and challenges of the
27 Yocto Project, the layer model, components and tools,
28 development methods, the
29 <ulink url='&YOCTO_DOCS_REF_URL;#poky'>Poky</ulink>
30 reference distribution, the OpenEmbedded build system
31 workflow, and some basic Yocto terms.
32 </para></listitem>
33 <listitem><para>
34 <emphasis><link linkend='overview-development-environment'>The Yocto Project Development Environment</link>:</emphasis>
35 This chapter helps you get started understanding the
36 Yocto Project development environment.
37 You will learn about open source, development hosts,
38 Yocto Project source repositories, workflows using Git
39 and the Yocto Project, a Git primer, and information
40 about licensing.
41 </para></listitem>
42 <listitem><para>
43 <emphasis><link linkend='overview-manual-concepts'>Yocto Project Concepts</link>:</emphasis>
44 This chapter presents various concepts regarding the
45 Yocto Project.
46 You can find conceptual information about components,
47 development, cross-toolchains, and so forth.
48 </para></listitem>
49 </itemizedlist>
50 </para>
51
52 <para>
53 This manual does not give you the following:
54 <itemizedlist>
55 <listitem><para>
56 <emphasis>Step-by-step Instructions for Development Tasks:</emphasis>
57 Instructional procedures reside in other manuals within
58 the Yocto Project documentation set.
59 For example, the
60 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Tasks Manual</ulink>
61 provides examples on how to perform various development
62 tasks.
63 As another example, the
64 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink>
65 manual contains detailed instructions on how to install an
66 SDK, which is used to develop applications for target
67 hardware.
68 </para></listitem>
69 <listitem><para>
70 <emphasis>Reference Material:</emphasis>
71 This type of material resides in an appropriate reference
72 manual.
73 For example, system variables are documented in the
74 <ulink url='&YOCTO_DOCS_REF_URL;'>Yocto Project Reference Manual</ulink>.
75 As another example, the
76 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>
77 contains reference information on BSPs.
78 </para></listitem>
79 <listitem><para>
80 <emphasis>Detailed Public Information Not Specific to the
81 Yocto Project:</emphasis>
82 For example, exhaustive information on how to use the
83 Source Control Manager Git is better covered with Internet
84 searches and official Git Documentation than through the
85 Yocto Project documentation.
86 </para></listitem>
87 </itemizedlist>
88 </para>
89 </section>
90
91 <section id='overview-manual-other-information'>
92 <title>Other Information</title>
93
94 <para>
95 Because this manual presents information for many different
96 topics, supplemental information is recommended for full
97 comprehension.
98 For additional introductory information on the Yocto Project, see
99 the <ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink>.
100 If you want to build an image with no knowledge of Yocto Project
101 as a way of quickly testing it out, see the
102 <ulink url='&YOCTO_DOCS_BRIEF_URL;'>Yocto Project Quick Build</ulink>
103 document.
104 For a comprehensive list of links and other documentation, see the
105 "<ulink url='&YOCTO_DOCS_REF_URL;#resources-links-and-related-documentation'>Links and Related Documentation</ulink>"
106 section in the Yocto Project Reference Manual.
107 </para>
108 </section>
109</chapter>
110<!--
111vim: expandtab tw=80 ts=4
112-->