summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-manual-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-manual-intro.rst')
-rw-r--r--documentation/adt-manual/adt-manual-intro.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-manual-intro.rst b/documentation/adt-manual/adt-manual-intro.rst
new file mode 100644
index 0000000000..6e914dc8ef
--- /dev/null
+++ b/documentation/adt-manual/adt-manual-intro.rst
@@ -0,0 +1,22 @@
1************
2Introduction
3************
4
5Welcome to the Yocto Project Application Developer's Guide. This manual
6provides information that lets you begin developing applications using
7the Yocto Project.
8
9The Yocto Project provides an application development environment based
10on an Application Development Toolkit (ADT) and the availability of
11stand-alone cross-development toolchains and other tools. This manual
12describes the ADT and how you can configure and install it, how to
13access and use the cross-development toolchains, how to customize the
14development packages installation, how to use command-line development
15for both Autotools-based and Makefile-based projects, and an
16introduction to the Eclipse IDE Yocto Plug-in.
17
18.. note::
19
20 The ADT is distribution-neutral and does not require the Yocto
21 Project reference distribution, which is called Poky. This manual,
22 however, uses examples that use the Poky distribution.