summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
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 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,