diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-01-05 12:20:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:24:48 +0000 |
commit | 8dff604764fbd30bd767f0a9f26e7c72cca6af96 (patch) | |
tree | 5ab471844ff6c046f2f4dff7401a688c47416476 | |
parent | 6e933d7db2c247c6128207d6a03b6a5c778a1260 (diff) | |
download | poky-8dff604764fbd30bd767f0a9f26e7c72cca6af96.tar.gz |
ref-manual: Updated Note to use bullet form and fixed link to sdk-manual
(From yocto-docs rev: 3bcc0c82af3d5bda5d98d83a60ba3d24eed40216)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-development-environment.xml | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index 543a669e05..52197d16d5 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml | |||
@@ -2654,26 +2654,27 @@ | |||
2654 | the environment before using the tools. | 2654 | the environment before using the tools. |
2655 | </para> | 2655 | </para> |
2656 | 2656 | ||
2657 | <note> | 2657 | <note><title>Notes</title> |
2658 | <para> | 2658 | <itemizedlist> |
2659 | The Yocto Project supports several methods by which you can | 2659 | <listitem><para> |
2660 | set up this cross-development environment. | 2660 | The Yocto Project supports several methods by which you can |
2661 | These methods include downloading pre-built SDK installers | 2661 | set up this cross-development environment. |
2662 | or building and installing your own SDK installer. | 2662 | These methods include downloading pre-built SDK installers |
2663 | </para> | 2663 | or building and installing your own SDK installer. |
2664 | 2664 | </para></listitem> | |
2665 | <para> | 2665 | <listitem><para> |
2666 | For background information on cross-development toolchains | 2666 | For background information on cross-development toolchains |
2667 | in the Yocto Project development environment, see the | 2667 | in the Yocto Project development environment, see the |
2668 | "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" | 2668 | "<link linkend='cross-development-toolchain-generation'>Cross-Development Toolchain Generation</link>" |
2669 | section. | 2669 | section. |
2670 | For information on setting up a cross-development | 2670 | </para></listitem> |
2671 | environment, see the | 2671 | <listitem><para> |
2672 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> | 2672 | For information on setting up a cross-development |
2673 | manual. | 2673 | environment, see the |
2674 | </para> | 2674 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. |
2675 | </para></listitem> | ||
2676 | </itemizedlist> | ||
2675 | </note> | 2677 | </note> |
2676 | |||
2677 | <para> | 2678 | <para> |
2678 | Once built, the SDK installers are written out to the | 2679 | Once built, the SDK installers are written out to the |
2679 | <filename>deploy/sdk</filename> folder inside the | 2680 | <filename>deploy/sdk</filename> folder inside the |