diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-19 11:45:18 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:27 +0100 |
| commit | 7bbaab7c4a65b0615f72d86c0020996a5218e827 (patch) | |
| tree | c3e09948ff1bde33780b321db3447bbc65f8ef2f /documentation/sdk-manual | |
| parent | 151a12987798be76d6aa8f4ed821f9f8bed9479f (diff) | |
| download | poky-7bbaab7c4a65b0615f72d86c0020996a5218e827.tar.gz | |
sdk-manual: Added note about building the image for QEMU use
Placed a note in step 4 of the "Workflow Using Eclipse(tm)"
section that an alternative method to getting the target
root filesystem and toolchain is to build them out.
Referenced the wiki.
(From yocto-docs rev: 60720be0fe0d29a0b695005bb40f5b0c25475b55)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
| -rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index cd95d15e68..fe8a372801 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
| @@ -505,15 +505,18 @@ | |||
| 505 | "<link linkend='sdk-installing-the-sdk'>Installing the SDK</link>" | 505 | "<link linkend='sdk-installing-the-sdk'>Installing the SDK</link>" |
| 506 | section. | 506 | section. |
| 507 | </para></listitem> | 507 | </para></listitem> |
| 508 | <listitem><para><emphasis>Secure the target root filesystem | 508 | <listitem><para><emphasis> |
| 509 | Secure the target root filesystem | ||
| 509 | and the Cross-development toolchain</emphasis>: | 510 | and the Cross-development toolchain</emphasis>: |
| 510 | You need to find and download the appropriate root filesystem and | 511 | You need to find and download the appropriate root |
| 511 | the cross-development toolchain.</para> | 512 | filesystem and the cross-development toolchain.</para> |
| 512 | <para>You can find the tarballs for the root filesystem in the same area used | 513 | <para>You can find the tarballs for the root filesystem in |
| 513 | for the kernel image. | 514 | the same area used for the kernel image. |
| 514 | Depending on the type of image you are running, the root filesystem you need differs. | 515 | Depending on the type of image you are running, the root |
| 515 | For example, if you are developing an application that runs on an image that | 516 | filesystem you need differs. |
| 516 | supports Sato, you need to get a root filesystem that supports Sato.</para> | 517 | For example, if you are developing an application that |
| 518 | runs on an image that supports Sato, you need to get a | ||
| 519 | root filesystem that supports Sato.</para> | ||
| 517 | <para>You can find the cross-development toolchains at | 520 | <para>You can find the cross-development toolchains at |
| 518 | <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'><filename>toolchains</filename></ulink>. | 521 | <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'><filename>toolchains</filename></ulink>. |
| 519 | Be sure to get the correct toolchain for your development host and your | 522 | Be sure to get the correct toolchain for your development host and your |
| @@ -522,6 +525,17 @@ | |||
| 522 | section for information and the | 525 | section for information and the |
| 523 | "<link linkend='sdk-installing-the-sdk'>Installing the SDK</link>" | 526 | "<link linkend='sdk-installing-the-sdk'>Installing the SDK</link>" |
| 524 | section for installation information. | 527 | section for installation information. |
| 528 | <note> | ||
| 529 | As an alternative to downloading an SDK, you can build | ||
| 530 | the toolchain installer. | ||
| 531 | For information on building the installer, see the | ||
| 532 | "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>" | ||
| 533 | section. | ||
| 534 | Another helpful resource for building an installer is | ||
| 535 | the | ||
| 536 | <ulink url='https://wiki.yoctoproject.org/wiki/TipsAndTricks/RunningEclipseAgainstBuiltImage'>Cookbook guide to Making an Eclipse Debug Capable Image</ulink> | ||
| 537 | wiki page. | ||
| 538 | </note> | ||
| 525 | </para></listitem> | 539 | </para></listitem> |
| 526 | <listitem><para><emphasis>Create and build your application</emphasis>: | 540 | <listitem><para><emphasis>Create and build your application</emphasis>: |
| 527 | At this point, you need to have source files for your application. | 541 | At this point, you need to have source files for your application. |
