summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 12:36:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:30 +0100
commit52c835c42cfdd705536d0d3826d83dc021a6f69b (patch)
tree99711aa1ab39c4096dc10ca6f5a939735621e558 /documentation/dev-manual/dev-manual-model.xml
parent2dbcd336eb143684be71c28f70dd01163edcdab4 (diff)
downloadast2050-yocto-poky-52c835c42cfdd705536d0d3826d83dc021a6f69b.zip
ast2050-yocto-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/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml8
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 5eea3c4..f9efb8b 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
+ <ulink url='&YOCTO_DOCS_ADT_URL;#adt-intro-section'>Application Development Toolkit (ADT)</ulink>
+ and stand-alone
+ <ulink url='&YOCTO_DOCS_ADT_URL;#the-cross-development-toolchain'>cross-development toolchains</ulink>
+ 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 <trademark class='trade'>Eclipse</trademark> IDE,
OpenPOWER on IntegriCloud