diff options
Diffstat (limited to 'documentation/adt-manual/adt-manual-intro.xml')
-rw-r--r-- | documentation/adt-manual/adt-manual-intro.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/documentation/adt-manual/adt-manual-intro.xml b/documentation/adt-manual/adt-manual-intro.xml deleted file mode 100644 index b7a25a54bd..0000000000 --- a/documentation/adt-manual/adt-manual-intro.xml +++ /dev/null | |||
@@ -1,34 +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 | <!--SPDX-License-Identifier: CC-BY-2.0-UK--> | ||
5 | |||
6 | <chapter id='adt-manual-intro'> | ||
7 | <title>Introduction</title> | ||
8 | |||
9 | <para> | ||
10 | Welcome to the Yocto Project Application Developer's Guide. | ||
11 | This manual provides information that lets you begin developing applications | ||
12 | using the Yocto Project. | ||
13 | </para> | ||
14 | |||
15 | <para> | ||
16 | The Yocto Project provides an application development environment based on | ||
17 | an Application Development Toolkit (ADT) and the availability of stand-alone | ||
18 | cross-development toolchains and other tools. | ||
19 | This manual describes the ADT and how you can configure and install it, | ||
20 | how to access and use the cross-development toolchains, how to | ||
21 | customize the development packages installation, | ||
22 | how to use command-line development for both Autotools-based and | ||
23 | Makefile-based projects, and an introduction to the | ||
24 | <trademark class='trade'>Eclipse</trademark> IDE Yocto Plug-in. | ||
25 | <note> | ||
26 | The ADT is distribution-neutral and does not require the Yocto | ||
27 | Project reference distribution, which is called Poky. | ||
28 | This manual, however, uses examples that use the Poky distribution. | ||
29 | </note> | ||
30 | </para> | ||
31 | </chapter> | ||
32 | <!-- | ||
33 | vim: expandtab tw=80 ts=4 | ||
34 | --> | ||