From 2edf03374191bda08f3d29f1b68db004ceca7a83 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 14 Mar 2014 07:35:16 -0600 Subject: adt-manual: Restructured opening organization. The start of this manual was odd. I created a new "Introduction" chapter and inserted it into the build file (adt-manual.xml). This new chapter introduces the manual. That left the remainder of the original first chapter to be able to focus on what it really needed to talk about and that is the ADT. It is a better organization. (From yocto-docs rev: 9d489abad9ccd4c0893d7496282f0843d4154942) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-intro.xml | 27 ---------------------- documentation/adt-manual/adt-manual-intro.xml | 33 +++++++++++++++++++++++++++ documentation/adt-manual/adt-manual.xml | 2 ++ 3 files changed, 35 insertions(+), 27 deletions(-) create mode 100644 documentation/adt-manual/adt-manual-intro.xml diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml index a92828515d..17ea6fdffc 100644 --- a/documentation/adt-manual/adt-intro.xml +++ b/documentation/adt-manual/adt-intro.xml @@ -3,32 +3,6 @@ [ %poky; ] > -Introduction - - - Welcome to the Yocto Project Application Developer's Guide. - This manual provides information that lets you begin developing applications - using the Yocto Project. - - - - The Yocto Project provides an application development environment based on - an Application Development Toolkit (ADT) and the availability of stand-alone - cross-development toolchains and other tools. - This manual describes the ADT and how you can configure and install it, - how to access and use the cross-development toolchains, how to - customize the development packages installation, - how to use command line development for both Autotools-based and Makefile-based projects, - and an introduction to the Eclipse IDE - Yocto Plug-in. - - The ADT is distribution-neutral and does not require the Yocto - Project reference distribution, which is called Poky. - This manual, however, uses examples that use the Poky distribution. - - - -
The Application Development Toolkit (ADT) @@ -187,7 +161,6 @@
-
diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml index 6a48742300..c8ecc5c4a8 100644 --- a/documentation/adt-manual/adt-manual.xml +++ b/documentation/adt-manual/adt-manual.xml @@ -99,6 +99,8 @@ + + -- cgit v1.2.3-54-g00ecf