Andrew Geissler | af5e4ef | 2020-10-16 10:22:50 -0500 | [diff] [blame] | 1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 2 | |
| 3 | ************ |
| 4 | Introduction |
| 5 | ************ |
| 6 | |
| 7 | Welcome to the Yocto Project Application Developer's Guide. This manual |
| 8 | provides information that lets you begin developing applications using |
| 9 | the Yocto Project. |
| 10 | |
| 11 | The Yocto Project provides an application development environment based |
| 12 | on an Application Development Toolkit (ADT) and the availability of |
| 13 | stand-alone cross-development toolchains and other tools. This manual |
| 14 | describes the ADT and how you can configure and install it, how to |
| 15 | access and use the cross-development toolchains, how to customize the |
| 16 | development packages installation, how to use command-line development |
| 17 | for both Autotools-based and Makefile-based projects, and an |
| 18 | introduction to the Eclipse IDE Yocto Plug-in. |
| 19 | |
| 20 | .. note:: |
| 21 | |
| 22 | The ADT is distribution-neutral and does not require the Yocto |
| 23 | Project reference distribution, which is called Poky. This manual, |
| 24 | however, uses examples that use the Poky distribution. |