diff options
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-intro.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index 475f320cb9..27cc41dd4d 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml | |||
@@ -20,6 +20,11 @@ | |||
20 | customize the development packages installation, | 20 | customize the development packages installation, |
21 | how to use command line development for both Autotools-based and Makefile-based projects, | 21 | how to use command line development for both Autotools-based and Makefile-based projects, |
22 | and an introduction to the Eclipse Yocto Plug-in. | 22 | and an introduction to the Eclipse Yocto Plug-in. |
23 | <note> | ||
24 | The ADT is distribution-neutral and does not require the Yocto | ||
25 | Project reference distribution, which is called Poky. | ||
26 | This manual, however, uses examples that use the Poky distribution. | ||
27 | </note> | ||
23 | </para> | 28 | </para> |
24 | 29 | ||
25 | <section id='adt-intro-section'> | 30 | <section id='adt-intro-section'> |
@@ -36,7 +41,7 @@ | |||
36 | Fundamentally, the ADT consists of the following: | 41 | Fundamentally, the ADT consists of the following: |
37 | <itemizedlist> | 42 | <itemizedlist> |
38 | <listitem><para>An architecture-specific cross-toolchain and matching | 43 | <listitem><para>An architecture-specific cross-toolchain and matching |
39 | sysroot both built by the OpenEmbedded build system, which uses Poky. | 44 | sysroot both built by the OpenEmbedded build system. |
40 | The toolchain and sysroot are based on a metadata configuration and extensions, | 45 | The toolchain and sysroot are based on a metadata configuration and extensions, |
41 | which allows you to cross-develop on the host machine for the target hardware. | 46 | which allows you to cross-develop on the host machine for the target hardware. |
42 | </para></listitem> | 47 | </para></listitem> |
@@ -73,7 +78,7 @@ | |||
73 | The matching target sysroot contains needed headers and libraries for generating | 78 | The matching target sysroot contains needed headers and libraries for generating |
74 | binaries that run on the target architecture. | 79 | binaries that run on the target architecture. |
75 | The sysroot is based on the target root filesystem image that is built by | 80 | The sysroot is based on the target root filesystem image that is built by |
76 | the OpenEmbedded build system Poky and uses the same metadata configuration | 81 | the OpenEmbedded build system and uses the same metadata configuration |
77 | used to build the cross-toolchain. | 82 | used to build the cross-toolchain. |
78 | </para> | 83 | </para> |
79 | </section> | 84 | </section> |