1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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>
This commit is contained in:
Scott Rifenbark
2013-04-10 12:36:16 -07:00
committed by Richard Purdie
parent 2dbcd336eb
commit 52c835c42c
@@ -474,9 +474,11 @@
Application development involves creating an application that you want Application development involves creating an application that you want
to run on your target hardware, which is running a kernel image created using the to run on your target hardware, which is running a kernel image created using the
OpenEmbedded build system. OpenEmbedded build system.
The Yocto Project provides an Application Development Toolkit (ADT) and The Yocto Project provides an
stand-alone cross-development toolchains that <ulink url='&YOCTO_DOCS_ADT_URL;#adt-intro-section'>Application Development Toolkit (ADT)</ulink>
facilitate quick development and integration of your application into its run-time environment. 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. 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. 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, If you are familiar with the popular <trademark class='trade'>Eclipse</trademark> IDE,