summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-manual-intro.rst
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-10-30 15:38:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-06 15:14:01 +0000
commitb7a7dde44ab2cb6794b45b1702a30d69bc1ae42f (patch)
tree4a2fffe8bc0186568899e52836994ce81d95edfb /documentation/adt-manual/adt-manual-intro.rst
parent98df63020d963d6ff606db77aae7542a4e5f5291 (diff)
downloadpoky-b7a7dde44ab2cb6794b45b1702a30d69bc1ae42f.tar.gz
adt-manual: delete obsolete ADT manual, and related content
Since the ADT manual has long been superseded by the SDK manual, remove the entire adt-manual directory, and the references to it in the two top-level files "conf.py" and "poky.yaml". (From yocto-docs rev: 64b2e83bddf6af0439ac7089ac95e60faa696cfc) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-manual-intro.rst')
-rw-r--r--documentation/adt-manual/adt-manual-intro.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/documentation/adt-manual/adt-manual-intro.rst b/documentation/adt-manual/adt-manual-intro.rst
deleted file mode 100644
index 2c840fdf02..0000000000
--- a/documentation/adt-manual/adt-manual-intro.rst
+++ /dev/null
@@ -1,24 +0,0 @@
1.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
2
3************
4Introduction
5************
6
7Welcome to the Yocto Project Application Developer's Guide. This manual
8provides information that lets you begin developing applications using
9the Yocto Project.
10
11The Yocto Project provides an application development environment based
12on an Application Development Toolkit (ADT) and the availability of
13stand-alone cross-development toolchains and other tools. This manual
14describes the ADT and how you can configure and install it, how to
15access and use the cross-development toolchains, how to customize the
16development packages installation, how to use command-line development
17for both Autotools-based and Makefile-based projects, and an
18introduction 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.