diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-10 12:36:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:22:30 +0100 |
commit | 52c835c42cfdd705536d0d3826d83dc021a6f69b (patch) | |
tree | 99711aa1ab39c4096dc10ca6f5a939735621e558 /documentation | |
parent | 2dbcd336eb143684be71c28f70dd01163edcdab4 (diff) | |
download | poky-52c835c42cfdd705536d0d3826d83dc021a6f69b.tar.gz |
dev-manual: Edits to "Application Development Workflow" section.
(From yocto-docs rev: 022a082f940176f52a0142b3b042a9e6defab728)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 8 |
1 files 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 @@ | |||
474 | Application development involves creating an application that you want | 474 | Application development involves creating an application that you want |
475 | to run on your target hardware, which is running a kernel image created using the | 475 | to run on your target hardware, which is running a kernel image created using the |
476 | OpenEmbedded build system. | 476 | OpenEmbedded build system. |
477 | The Yocto Project provides an Application Development Toolkit (ADT) and | 477 | The Yocto Project provides an |
478 | stand-alone cross-development toolchains that | 478 | <ulink url='&YOCTO_DOCS_ADT_URL;#adt-intro-section'>Application Development Toolkit (ADT)</ulink> |
479 | facilitate quick development and integration of your application into its run-time environment. | 479 | and stand-alone |
480 | <ulink url='&YOCTO_DOCS_ADT_URL;#the-cross-development-toolchain'>cross-development toolchains</ulink> | ||
481 | that facilitate quick development and integration of your application into its runtime environment. | ||
480 | Using the ADT and toolchains, you can compile and link your application. | 482 | Using the ADT and toolchains, you can compile and link your application. |
481 | You can then deploy your application to the actual hardware or to the QEMU emulator for testing. | 483 | You can then deploy your application to the actual hardware or to the QEMU emulator for testing. |
482 | If you are familiar with the popular <trademark class='trade'>Eclipse</trademark> IDE, | 484 | If you are familiar with the popular <trademark class='trade'>Eclipse</trademark> IDE, |