diff options
Diffstat (limited to 'documentation/sdk-manual/sdk-intro.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-intro.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-intro.xml b/documentation/sdk-manual/sdk-intro.xml new file mode 100644 index 0000000000..ef71f2338b --- /dev/null +++ b/documentation/sdk-manual/sdk-intro.xml | |||
@@ -0,0 +1,28 @@ | |||
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 | |||
5 | <chapter id='sdk-intro'> | ||
6 | <title>Introduction</title> | ||
7 | |||
8 | <para> | ||
9 | Welcome to the Yocto Project Software Development Kit (SDK) | ||
10 | Developer's Guide. | ||
11 | This manual provides information that lets you use both the standard | ||
12 | Yocto Project SDK and an extensible SDK to develop applications and | ||
13 | images using the Yocto Project. | ||
14 | </para> | ||
15 | |||
16 | <para> | ||
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 | ||
20 | of stand-alone cross-development toolchains and other tools. | ||
21 | With the 2.1 Release of the Yocto Project, application development | ||
22 | has transitioned to within a more traditional SDK and extensible | ||
23 | SDK. | ||
24 | </para> | ||
25 | </chapter> | ||
26 | <!-- | ||
27 | vim: expandtab tw=80 ts=4 | ||
28 | --> | ||