diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-08-11 17:21:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:23 +0100 |
commit | b5f203516b35672e7a1c6ae166e94d095c629352 (patch) | |
tree | 6b480d5ed144a35e82291d788272e0960a976afe /documentation/sdk-manual | |
parent | 52db0c75754deb44ea7b1ccf21283fdcebf104cf (diff) | |
download | poky-b5f203516b35672e7a1c6ae166e94d095c629352.tar.gz |
sdk-manual: reference obsolete reference to ADT
(From yocto-docs rev: 024258ecd3c50184ab38d54e7bec2698c04fc631)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/intro.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/documentation/sdk-manual/intro.rst b/documentation/sdk-manual/intro.rst index 2f94aaf874..802d3f3d42 100644 --- a/documentation/sdk-manual/intro.rst +++ b/documentation/sdk-manual/intro.rst | |||
@@ -12,16 +12,6 @@ Software Development Kit (eSDK) manual. This manual | |||
12 | explains how to use both the Yocto Project extensible and standard | 12 | explains how to use both the Yocto Project extensible and standard |
13 | SDKs to develop applications and images. | 13 | SDKs to develop applications and images. |
14 | 14 | ||
15 | .. note:: | ||
16 | |||
17 | Prior to the 2.0 Release of the Yocto Project, application | ||
18 | development was primarily accomplished through the use of the | ||
19 | Application Development Toolkit (ADT) and the availability of | ||
20 | stand-alone cross-development toolchains and other tools. With the | ||
21 | 2.1 Release of the Yocto Project, application development has | ||
22 | transitioned to within a tool-rich extensible SDK and the more | ||
23 | traditional standard SDK. | ||
24 | |||
25 | All SDKs consist of the following: | 15 | All SDKs consist of the following: |
26 | 16 | ||
27 | - *Cross-Development Toolchain*: This toolchain contains a compiler, | 17 | - *Cross-Development Toolchain*: This toolchain contains a compiler, |