diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-29 06:33:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:14 +0100 |
commit | fbdb36a5681c57679aae27e868266a9cb66e104d (patch) | |
tree | 63c84ed81004a7f1d00123bff298d0fb747fc2d1 | |
parent | b9430113c6455c858df5e3b5ee08837bc833243f (diff) | |
download | poky-fbdb36a5681c57679aae27e868266a9cb66e104d.tar.gz |
dev-manual: Removed SDK workflow section
Fixes [YOCTO #11630]
This section simply pointed to the SDK manual. Does not
need to be in the new "how-to" form of the dev-manual.
(From yocto-docs rev: 1cd842a323ba09ef69e14f56dca1c2a5576252ee)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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> |