diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 24 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 2 |
2 files changed, 1 insertions, 25 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 8b9aa4a223..f400ed4fe7 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -22,16 +22,6 @@ | |||
22 | see the | 22 | see the |
23 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>. | 23 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>. |
24 | </para></listitem> | 24 | </para></listitem> |
25 | <listitem><para><emphasis>User Application Development:</emphasis> | ||
26 | User Application Development covers development of applications | ||
27 | that you intend to run on target hardware. | ||
28 | For information on how to set up your host development system for | ||
29 | user-space application development, see the | ||
30 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | ||
31 | For a simple example of user-space application development using | ||
32 | the <trademark class='trade'>Eclipse</trademark> IDE, see the | ||
33 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-developing-applications-using-eclipse'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></ulink>" section. | ||
34 | </para></listitem> | ||
35 | <listitem><para><emphasis>Temporary Source Code Modification:</emphasis> | 25 | <listitem><para><emphasis>Temporary Source Code Modification:</emphasis> |
36 | Direct modification of temporary source code is a convenient | 26 | Direct modification of temporary source code is a convenient |
37 | development model to quickly iterate and develop towards a | 27 | development model to quickly iterate and develop towards a |
@@ -374,20 +364,6 @@ | |||
374 | </section> | 364 | </section> |
375 | </section> | 365 | </section> |
376 | 366 | ||
377 | <section id='application-development-workflow-using-an-sdk'> | ||
378 | <title>Application Development Workflow Using an SDK</title> | ||
379 | |||
380 | <para> | ||
381 | Standard and extensible Software Development Kits (SDK) make it easy | ||
382 | to develop applications inside or outside of the Yocto Project | ||
383 | development environment. | ||
384 | Tools exist to help the application developer during any phase | ||
385 | of development. | ||
386 | For information on how to install and use an SDK, see the | ||
387 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-intro'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | ||
388 | </para> | ||
389 | </section> | ||
390 | |||
391 | <section id="dev-modifying-source-code"> | 367 | <section id="dev-modifying-source-code"> |
392 | <title>Modifying Source Code</title> | 368 | <title>Modifying Source Code</title> |
393 | 369 | ||
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 0e48043d38..37576537b4 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -695,7 +695,7 @@ | |||
695 | The process is similar to checking out by branch name except you | 695 | The process is similar to checking out by branch name except you |
696 | use tag names. | 696 | use tag names. |
697 | <note> | 697 | <note> |
698 | Checking out a branch based on a tag names gives you a | 698 | Checking out a branch based on a tag gives you a |
699 | stable set of files not affected by development on the | 699 | stable set of files not affected by development on the |
700 | branch above the tag. | 700 | branch above the tag. |
701 | </note> | 701 | </note> |