summaryrefslogtreecommitdiffstats
path: root/documentation
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:36 +0100
commitaf433229de2740facaed6d2342d162fc63ad1899 (patch)
tree10017686ddd1871ce02fcd11a6431c034599003d /documentation
parentfca52503d11b23319ac0a02e9711f2ad1bdec09e (diff)
downloadpoky-af433229de2740facaed6d2342d162fc63ad1899.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.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 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,