From 52c835c42cfdd705536d0d3826d83dc021a6f69b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Apr 2013 12:36:16 -0700 Subject: [PATCH] dev-manual: Edits to "Application Development Workflow" section. (From yocto-docs rev: 022a082f940176f52a0142b3b042a9e6defab728) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 5eea3c4286..f9efb8b533 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -474,9 +474,11 @@ Application development involves creating an application that you want to run on your target hardware, which is running a kernel image created using the OpenEmbedded build system. - The Yocto Project provides an Application Development Toolkit (ADT) and - stand-alone cross-development toolchains that - facilitate quick development and integration of your application into its run-time environment. + The Yocto Project provides an + Application Development Toolkit (ADT) + and stand-alone + cross-development toolchains + that facilitate quick development and integration of your application into its runtime environment. Using the ADT and toolchains, you can compile and link your application. You can then deploy your application to the actual hardware or to the QEMU emulator for testing. If you are familiar with the popular Eclipse IDE,