diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-10-18 15:35:01 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-30 15:55:08 +0000 |
| commit | 708455cdee6be63c9918500ed8621879f3ad5e4b (patch) | |
| tree | cf9b314562cf02b185edc309ee2733c737f27ab6 /documentation | |
| parent | 5cf97b8922bff7859b1562efbd8743e677ae0756 (diff) | |
| download | poky-708455cdee6be63c9918500ed8621879f3ad5e4b.tar.gz | |
ref-manual: Updated links to the sdk-manual
The title of the sdk-manual changed. Many links were updated to
render to the correct book title.
(From yocto-docs rev: 821e29c6c031ae2516fb0e79d0ec3936a5bd624c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/introduction.xml | 3 | ||||
| -rw-r--r-- | documentation/ref-manual/migration.xml | 3 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 7 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-development-environment.xml | 7 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-devtool-reference.xml | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-features.xml | 7 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-structure.xml | 3 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 | ||||
| -rw-r--r-- | documentation/ref-manual/resources.xml | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/technical-details.xml | 7 | ||||
| -rw-r--r-- | documentation/ref-manual/usingpoky.xml | 10 |
11 files changed, 42 insertions, 29 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 03d615bb5d..9e2bb9fd8f 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
| @@ -830,7 +830,8 @@ | |||
| 830 | section. | 830 | section. |
| 831 | You can also find more information on using the | 831 | You can also find more information on using the |
| 832 | relocatable toolchain in the | 832 | relocatable toolchain in the |
| 833 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 833 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 834 | manual. | ||
| 834 | </para></listitem> | 835 | </para></listitem> |
| 835 | <listitem><para> | 836 | <listitem><para> |
| 836 | <emphasis>Image:</emphasis> | 837 | <emphasis>Image:</emphasis> |
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 6e2ad0b2c6..f7b22d7cb6 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
| @@ -3057,7 +3057,8 @@ | |||
| 3057 | and the | 3057 | and the |
| 3058 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>extensible SDK</ulink>. | 3058 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>extensible SDK</ulink>. |
| 3059 | For information on these SDKs and how to build and use them, see the | 3059 | For information on these SDKs and how to build and use them, see the |
| 3060 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-intro'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 3060 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-intro'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 3061 | manual. | ||
| 3061 | <note> | 3062 | <note> |
| 3062 | The Yocto Project Eclipse IDE Plug-in is still supported and | 3063 | The Yocto Project Eclipse IDE Plug-in is still supported and |
| 3063 | is not affected by this change. | 3064 | is not affected by this change. |
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 85694440e5..5961d3ea78 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -2635,7 +2635,8 @@ This check was removed for YP 2.3 release | |||
| 2635 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> | 2635 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> |
| 2636 | task, see the | 2636 | task, see the |
| 2637 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" | 2637 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" |
| 2638 | section in the Yocto Project Software Development Kit (SDK) Developer's Guide. | 2638 | section in the Yocto Project Application Development and the |
| 2639 | Extensible Software Development Kit (eSDK) manual. | ||
| 2639 | </para> | 2640 | </para> |
| 2640 | </section> | 2641 | </section> |
| 2641 | 2642 | ||
| @@ -2715,8 +2716,8 @@ This check was removed for YP 2.3 release | |||
| 2715 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> | 2716 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> |
| 2716 | task, see the | 2717 | task, see the |
| 2717 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" | 2718 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" |
| 2718 | section in the Yocto Project Software Development Kit (SDK) Developer's | 2719 | section in the Yocto Project Application Development and the |
| 2719 | Guide. | 2720 | Extensible Software Development Kit (eSDK) manual. |
| 2720 | </para> | 2721 | </para> |
| 2721 | </section> | 2722 | </section> |
| 2722 | 2723 | ||
diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml index 75593c9de1..e590406706 100644 --- a/documentation/ref-manual/ref-development-environment.xml +++ b/documentation/ref-manual/ref-development-environment.xml | |||
| @@ -2294,8 +2294,8 @@ | |||
| 2294 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> | 2294 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> |
| 2295 | task, see the | 2295 | task, see the |
| 2296 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" | 2296 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" |
| 2297 | section in the Yocto Project Software Development Kit (SDK) | 2297 | section in the Yocto Project Application Development and the |
| 2298 | Developer's Guide. | 2298 | Extensible Software Development Kit (SDK) manual. |
| 2299 | </note> | 2299 | </note> |
| 2300 | 2300 | ||
| 2301 | <para> | 2301 | <para> |
| @@ -2652,7 +2652,8 @@ | |||
| 2652 | section. | 2652 | section. |
| 2653 | For information on setting up a cross-development | 2653 | For information on setting up a cross-development |
| 2654 | environment, see the | 2654 | environment, see the |
| 2655 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 2655 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 2656 | manual. | ||
| 2656 | </para> | 2657 | </para> |
| 2657 | </note> | 2658 | </note> |
| 2658 | 2659 | ||
diff --git a/documentation/ref-manual/ref-devtool-reference.xml b/documentation/ref-manual/ref-devtool-reference.xml index f8342390ce..e29bf89e51 100644 --- a/documentation/ref-manual/ref-devtool-reference.xml +++ b/documentation/ref-manual/ref-devtool-reference.xml | |||
| @@ -20,8 +20,8 @@ | |||
| 20 | For more information on how to apply the command when using the | 20 | For more information on how to apply the command when using the |
| 21 | extensible SDK, see the | 21 | extensible SDK, see the |
| 22 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>Using the Extensible SDK</ulink>" | 22 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-extensible'>Using the Extensible SDK</ulink>" |
| 23 | section in the Yocto Project Software Development Kit (SDK) Developer's | 23 | section in the Yocto Project Application Development and the |
| 24 | Guide. | 24 | Extensible Software Development Kit (eSDK) manual. |
| 25 | </para> | 25 | </para> |
| 26 | 26 | ||
| 27 | <section id='devtool-getting-help'> | 27 | <section id='devtool-getting-help'> |
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index b3e463420e..b1f2df5da0 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
| @@ -151,8 +151,8 @@ | |||
| 151 | is used. | 151 | is used. |
| 152 | See the | 152 | See the |
| 153 | "<ulink url='&YOCTO_DOCS_SDK_URL;#adding-api-documentation-to-the-standard-sdk'>Adding API Documentation to the Standard SDK</ulink>" | 153 | "<ulink url='&YOCTO_DOCS_SDK_URL;#adding-api-documentation-to-the-standard-sdk'>Adding API Documentation to the Standard SDK</ulink>" |
| 154 | section in the Yocto Project Software Development Kit (SDK) | 154 | section in the Yocto Project Application Development and |
| 155 | Developer's Guide for more information. | 155 | the Extensible Software Development Kit (eSDK) manual. |
| 156 | </para></listitem> | 156 | </para></listitem> |
| 157 | <listitem><para><emphasis>bluetooth:</emphasis> Include | 157 | <listitem><para><emphasis>bluetooth:</emphasis> Include |
| 158 | bluetooth support (integrated BT only).</para></listitem> | 158 | bluetooth support (integrated BT only).</para></listitem> |
| @@ -356,7 +356,8 @@ | |||
| 356 | <filename>perf</filename>, <filename>systemtap</filename>, | 356 | <filename>perf</filename>, <filename>systemtap</filename>, |
| 357 | and <filename>LTTng</filename>. | 357 | and <filename>LTTng</filename>. |
| 358 | For general information on user-space tools, see the | 358 | For general information on user-space tools, see the |
| 359 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 359 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 360 | manual. | ||
| 360 | </para></listitem> | 361 | </para></listitem> |
| 361 | <listitem><para><emphasis>ssh-server-dropbear:</emphasis> | 362 | <listitem><para><emphasis>ssh-server-dropbear:</emphasis> |
| 362 | Installs the Dropbear minimal SSH server. | 363 | Installs the Dropbear minimal SSH server. |
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 72834fd17c..4bddc59965 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
| @@ -609,7 +609,8 @@ | |||
| 609 | sysroot that matches your target hardware. | 609 | sysroot that matches your target hardware. |
| 610 | You can find out more about these installers in the | 610 | You can find out more about these installers in the |
| 611 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" | 611 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" |
| 612 | section in the Yocto Project Software Development Kit (SDK) Developer's Guide. | 612 | section in the Yocto Project Application Development and the |
| 613 | Extensible Software Development Kit (eSDK) manual. | ||
| 613 | </para> | 614 | </para> |
| 614 | </section> | 615 | </section> |
| 615 | 616 | ||
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3066df13a9..e31aa21a3e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -15075,8 +15075,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 15075 | variable, but you can add additional packages to the list. | 15075 | variable, but you can add additional packages to the list. |
| 15076 | See the | 15076 | See the |
| 15077 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-adding-individual-packages'>Adding Individual Packages to the Standard SDK</ulink>" | 15077 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-adding-individual-packages'>Adding Individual Packages to the Standard SDK</ulink>" |
| 15078 | section in the Yocto Project Software Development Kit (SDK) | 15078 | section in the Yocto Project Application Development and |
| 15079 | Developer's Guide for more information. | 15079 | the Extensible Software Development Kit (eSDK) manual |
| 15080 | for more information. | ||
| 15080 | </para> | 15081 | </para> |
| 15081 | 15082 | ||
| 15082 | <para> | 15083 | <para> |
| @@ -15086,7 +15087,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 15086 | section. | 15087 | section. |
| 15087 | For information on setting up a cross-development | 15088 | For information on setting up a cross-development |
| 15088 | environment, see the | 15089 | environment, see the |
| 15089 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 15090 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 15091 | manual. | ||
| 15090 | </para> | 15092 | </para> |
| 15091 | </glossdef> | 15093 | </glossdef> |
| 15092 | </glossentry> | 15094 | </glossentry> |
| @@ -15132,8 +15134,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 15132 | part of the SDK that runs on the target. | 15134 | part of the SDK that runs on the target. |
| 15133 | See the | 15135 | See the |
| 15134 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-adding-individual-packages'>Adding Individual Packages to the Standard SDK</ulink>" | 15136 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-adding-individual-packages'>Adding Individual Packages to the Standard SDK</ulink>" |
| 15135 | section in the Yocto Project Software Development Kit (SDK) | 15137 | section in the Yocto Project Application Development and |
| 15136 | Developer's Guide for more information. | 15138 | the Extensible Software Development Kit (eSDK) manual for |
| 15139 | more information. | ||
| 15137 | </para> | 15140 | </para> |
| 15138 | 15141 | ||
| 15139 | <para> | 15142 | <para> |
| @@ -15143,7 +15146,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 15143 | section. | 15146 | section. |
| 15144 | For information on setting up a cross-development | 15147 | For information on setting up a cross-development |
| 15145 | environment, see the | 15148 | environment, see the |
| 15146 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 15149 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 15150 | manual. | ||
| 15147 | </para> | 15151 | </para> |
| 15148 | </glossdef> | 15152 | </glossdef> |
| 15149 | </glossentry> | 15153 | </glossentry> |
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index 9a59cc3d37..d59bea2456 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml | |||
| @@ -175,8 +175,8 @@ | |||
| 175 | </para></listitem> | 175 | </para></listitem> |
| 176 | <listitem><para> | 176 | <listitem><para> |
| 177 | <emphasis> | 177 | <emphasis> |
| 178 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>: | 178 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 179 | </emphasis> | 179 | manual:</emphasis> |
| 180 | This guide provides information that lets you get going | 180 | This guide provides information that lets you get going |
| 181 | with the standard or extensible SDK. | 181 | with the standard or extensible SDK. |
| 182 | An SDK, with its cross-development toolchains, allows you | 182 | An SDK, with its cross-development toolchains, allows you |
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index c0a9422178..e9e76e46d7 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
| @@ -245,7 +245,8 @@ | |||
| 245 | This section provides some technical background on how | 245 | This section provides some technical background on how |
| 246 | cross-development toolchains are created and used. | 246 | cross-development toolchains are created and used. |
| 247 | For more information on toolchains, you can also see the | 247 | For more information on toolchains, you can also see the |
| 248 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 248 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 249 | manual. | ||
| 249 | </para> | 250 | </para> |
| 250 | 251 | ||
| 251 | <para> | 252 | <para> |
| @@ -430,8 +431,8 @@ | |||
| 430 | For information on advantages gained when building a | 431 | For information on advantages gained when building a |
| 431 | cross-development toolchain installer, see the | 432 | cross-development toolchain installer, see the |
| 432 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" | 433 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>" |
| 433 | section in the Yocto Project Software Development Kit (SDK) Developer's | 434 | section in the Yocto Project Application Development and the |
| 434 | Guide. | 435 | Extensible Software Development Kit (eSDK) manual. |
| 435 | </note> | 436 | </note> |
| 436 | </section> | 437 | </section> |
| 437 | 438 | ||
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 6b7ce02fdd..9b0e7dd019 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
| @@ -145,7 +145,8 @@ | |||
| 145 | <filename class="directory">tmp/deploy/images</filename>. | 145 | <filename class="directory">tmp/deploy/images</filename>. |
| 146 | For information on how to run pre-built images such as <filename>qemux86</filename> | 146 | For information on how to run pre-built images such as <filename>qemux86</filename> |
| 147 | and <filename>qemuarm</filename>, see the | 147 | and <filename>qemuarm</filename>, see the |
| 148 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. | 148 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Application Development and the Extensible Software Development Kit (eSDK)</ulink> |
| 149 | manual. | ||
| 149 | For information about how to install these images, see the documentation for your | 150 | For information about how to install these images, see the documentation for your |
| 150 | particular board or machine. | 151 | particular board or machine. |
| 151 | </para> | 152 | </para> |
| @@ -185,7 +186,8 @@ | |||
| 185 | in the Yocto Project Development Tasks Manual | 186 | in the Yocto Project Development Tasks Manual |
| 186 | and the | 187 | and the |
| 187 | "<ulink url='&YOCTO_DOCS_SDK_URL;#adt-eclipse'>Working within Eclipse</ulink>" | 188 | "<ulink url='&YOCTO_DOCS_SDK_URL;#adt-eclipse'>Working within Eclipse</ulink>" |
| 188 | section in the Yocto Project Software Development Kit (SDK) Developer's Guide. | 189 | section in the Yocto Project Application Development and the |
| 190 | Extensible Software Development Kit (eSDK) manual. | ||
| 189 | </para> | 191 | </para> |
| 190 | 192 | ||
| 191 | <note> | 193 | <note> |
| @@ -1105,8 +1107,8 @@ | |||
| 1105 | For more information on how to make sure you have | 1107 | For more information on how to make sure you have |
| 1106 | QEMU available, see | 1108 | QEMU available, see |
| 1107 | "<ulink url='&YOCTO_DOCS_SDK_URL;#the-qemu-emulator'>The QEMU Emulator</ulink>" | 1109 | "<ulink url='&YOCTO_DOCS_SDK_URL;#the-qemu-emulator'>The QEMU Emulator</ulink>" |
| 1108 | section in the Yocto Project Software Development Kit (SDK) | 1110 | section in the Yocto Project Application Development and the |
| 1109 | Developer's Guide. | 1111 | Extensible Software Development Kit (eSDK) manual. |
| 1110 | </para> | 1112 | </para> |
| 1111 | </section> | 1113 | </section> |
| 1112 | 1114 | ||
