blob: da08b7b6ef57a157bf6355fa99086cb333c37e20 [file] [log] [blame]
Andrew Geissleraf5e4ef2020-10-16 10:22:50 -05001.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
Andrew Geisslerc9f78652020-09-18 14:11:35 -05002
3******************************************
4The Yocto Project Development Tasks Manual
5******************************************
6
7.. _dev-welcome:
8
9Welcome
10=======
11
12Welcome to the Yocto Project Development Tasks Manual! This manual
13provides relevant procedures necessary for developing in the Yocto
14Project environment (i.e. developing embedded Linux images and
15user-space applications that run on targeted devices). The manual groups
16related procedures into higher-level sections. Procedures can consist of
17high-level steps or low-level steps depending on the topic.
18
19This manual provides the following:
20
21- Procedures that help you get going with the Yocto Project. For
22 example, procedures that show you how to set up a build host and work
23 with the Yocto Project source repositories.
24
25- Procedures that show you how to submit changes to the Yocto Project.
26 Changes can be improvements, new features, or bug fixes.
27
28- Procedures related to "everyday" tasks you perform while developing
29 images and applications using the Yocto Project. For example,
30 procedures to create a layer, customize an image, write a new recipe,
31 and so forth.
32
33This manual does not provide the following:
34
35- Redundant Step-by-step Instructions: For example, the
36 :doc:`../sdk-manual/sdk-manual` manual contains detailed
37 instructions on how to install an SDK, which is used to develop
38 applications for target hardware.
39
40- Reference or Conceptual Material: This type of material resides in an
41 appropriate reference manual. For example, system variables are
42 documented in the :doc`../ref-manual/ref-manual`.
43
44- Detailed Public Information Not Specific to the Yocto Project: For
45 example, exhaustive information on how to use the Source Control
46 Manager Git is better covered with Internet searches and official Git
47 Documentation than through the Yocto Project documentation.
48
49Other Information
50=================
51
52Because this manual presents information for many different topics,
53supplemental information is recommended for full comprehension. For
54introductory information on the Yocto Project, see the
55:yocto_home:`Yocto Project Website <>`. If you want to build an image with no
56knowledge of Yocto Project as a way of quickly testing it out, see the
57:doc:`../brief-yoctoprojectqs/brief-yoctoprojectqs` document.
58
59For a comprehensive list of links and other documentation, see the
60":ref:`ref-manual/resources:links and related documentation`"
61section in the Yocto Project Reference Manual.