diff options
Diffstat (limited to 'documentation/ref-manual')
| -rw-r--r-- | documentation/ref-manual/introduction.xml | 16 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 9 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-features.xml | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-structure.xml | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 13 | ||||
| -rw-r--r-- | documentation/ref-manual/technical-details.xml | 7 | ||||
| -rw-r--r-- | documentation/ref-manual/usingpoky.xml | 12 |
7 files changed, 31 insertions, 34 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index e82f8340fb..ecabaaa421 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
| @@ -245,9 +245,9 @@ | |||
| 245 | <literallayout class='monospaced'> | 245 | <literallayout class='monospaced'> |
| 246 | $ sudo apt-get install make xsltproc docbook-utils fop dblatex xmlto | 246 | $ sudo apt-get install make xsltproc docbook-utils fop dblatex xmlto |
| 247 | </literallayout></para></listitem> | 247 | </literallayout></para></listitem> |
| 248 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 248 | <listitem><para><emphasis>SDK Installer Extras:</emphasis> |
| 249 | Packages needed if you are going to be using the | 249 | Packages needed if you are going to be using the |
| 250 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 250 | the standard or extensible SDK: |
| 251 | <literallayout class='monospaced'> | 251 | <literallayout class='monospaced'> |
| 252 | $ sudo apt-get install autoconf automake libtool libglib2.0-dev libarchive-dev | 252 | $ sudo apt-get install autoconf automake libtool libglib2.0-dev libarchive-dev |
| 253 | </literallayout></para></listitem> | 253 | </literallayout></para></listitem> |
| @@ -289,9 +289,9 @@ | |||
| 289 | $ sudo dnf install make docbook-style-dsssl docbook-style-xsl \ | 289 | $ sudo dnf install make docbook-style-dsssl docbook-style-xsl \ |
| 290 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc | 290 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc |
| 291 | </literallayout></para></listitem> | 291 | </literallayout></para></listitem> |
| 292 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 292 | <listitem><para><emphasis>SDK Installer Extras:</emphasis> |
| 293 | Packages needed if you are going to be using the | 293 | Packages needed if you are going to be using the |
| 294 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 294 | standard or extensible SDK: |
| 295 | <literallayout class='monospaced'> | 295 | <literallayout class='monospaced'> |
| 296 | $ sudo dnf install autoconf automake libtool glib2-devel libarchive-devel | 296 | $ sudo dnf install autoconf automake libtool glib2-devel libarchive-devel |
| 297 | </literallayout></para></listitem> | 297 | </literallayout></para></listitem> |
| @@ -332,9 +332,9 @@ | |||
| 332 | <literallayout class='monospaced'> | 332 | <literallayout class='monospaced'> |
| 333 | $ sudo zypper install make fop xsltproc dblatex xmlto | 333 | $ sudo zypper install make fop xsltproc dblatex xmlto |
| 334 | </literallayout></para></listitem> | 334 | </literallayout></para></listitem> |
| 335 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 335 | <listitem><para><emphasis>SDK Installer Extras:</emphasis> |
| 336 | Packages needed if you are going to be using the | 336 | Packages needed if you are going to be using the |
| 337 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 337 | standard or extensible SDK: |
| 338 | <literallayout class='monospaced'> | 338 | <literallayout class='monospaced'> |
| 339 | $ sudo zypper install autoconf automake libtool glib2-devel libarchive-devel | 339 | $ sudo zypper install autoconf automake libtool glib2-devel libarchive-devel |
| 340 | </literallayout></para></listitem> | 340 | </literallayout></para></listitem> |
| @@ -387,9 +387,9 @@ | |||
| 387 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ | 387 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ |
| 388 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc | 388 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc |
| 389 | </literallayout></para></listitem> | 389 | </literallayout></para></listitem> |
| 390 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 390 | <listitem><para><emphasis>SDK Installer Extras:</emphasis> |
| 391 | Packages needed if you are going to be using the | 391 | Packages needed if you are going to be using the |
| 392 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 392 | standard or extensible SDK: |
| 393 | <literallayout class='monospaced'> | 393 | <literallayout class='monospaced'> |
| 394 | $ sudo yum install autoconf automake libtool glib2-devel libarchive-devel | 394 | $ sudo yum install autoconf automake libtool glib2-devel libarchive-devel |
| 395 | </literallayout></para></listitem> | 395 | </literallayout></para></listitem> |
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index bf4e5a949b..96258949a0 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -2638,8 +2638,8 @@ | |||
| 2638 | toolchain using the | 2638 | toolchain using the |
| 2639 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> | 2639 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> |
| 2640 | task, see the | 2640 | task, see the |
| 2641 | "<ulink url='&YOCTO_DOCS_ADT_URL;#optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" | 2641 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" |
| 2642 | section in the Yocto Project Application Developer's Guide. | 2642 | section in the Yocto Project Software Development Kit (SDK) Developer's Guide. |
| 2643 | </para> | 2643 | </para> |
| 2644 | </section> | 2644 | </section> |
| 2645 | 2645 | ||
| @@ -2718,8 +2718,9 @@ | |||
| 2718 | cross-development toolchain using the | 2718 | cross-development toolchain using the |
| 2719 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> | 2719 | <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> |
| 2720 | task, see the | 2720 | task, see the |
| 2721 | "<ulink url='&YOCTO_DOCS_ADT_URL;#optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" | 2721 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" |
| 2722 | section in the Yocto Project Application Developer's Guide. | 2722 | section in the Yocto Project Software Development Kit (SDK) Developer's |
| 2723 | Guide. | ||
| 2723 | </para> | 2724 | </para> |
| 2724 | </section> | 2725 | </section> |
| 2725 | 2726 | ||
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 1499853608..56e1185681 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
| @@ -333,9 +333,7 @@ | |||
| 333 | <filename>oprofile</filename>, <filename>exmap</filename>, | 333 | <filename>oprofile</filename>, <filename>exmap</filename>, |
| 334 | and <filename>LTTng</filename>. | 334 | and <filename>LTTng</filename>. |
| 335 | For general information on user-space tools, see the | 335 | For general information on user-space tools, see the |
| 336 | "<ulink url='&YOCTO_DOCS_ADT_URL;#user-space-tools'>User-Space Tools</ulink>" | 336 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. |
| 337 | section in the Yocto Project Application Developer's | ||
| 338 | Guide. | ||
| 339 | </para></listitem> | 337 | </para></listitem> |
| 340 | <listitem><para><emphasis>tools-sdk:</emphasis> | 338 | <listitem><para><emphasis>tools-sdk:</emphasis> |
| 341 | Installs a full SDK that runs on the device. | 339 | Installs a full SDK that runs on the device. |
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 578b381e09..8be054ba08 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml | |||
| @@ -766,8 +766,8 @@ | |||
| 766 | toolchain installer scripts, which when executed, install the | 766 | toolchain installer scripts, which when executed, install the |
| 767 | sysroot that matches your target hardware. | 767 | sysroot that matches your target hardware. |
| 768 | You can find out more about these installers in the | 768 | You can find out more about these installers in the |
| 769 | "<ulink url='&YOCTO_DOCS_ADT_URL;#optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" | 769 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" |
| 770 | section in the Yocto Project Application Developer's Guide. | 770 | section in the Yocto Project Software Development Kit (SDK) Developer's Guide. |
| 771 | </para> | 771 | </para> |
| 772 | </section> | 772 | </section> |
| 773 | 773 | ||
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 376cd9a9ee..ad87a63312 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -11140,14 +11140,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 11140 | 11140 | ||
| 11141 | <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm> | 11141 | <glossentry id='var-SDKMACHINE'><glossterm>SDKMACHINE</glossterm> |
| 11142 | <info> | 11142 | <info> |
| 11143 | SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT items." | 11143 | SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK items." |
| 11144 | </info> | 11144 | </info> |
| 11145 | <glossdef> | 11145 | <glossdef> |
| 11146 | <para role="glossdeffirst"> | 11146 | <para role="glossdeffirst"> |
| 11147 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 11147 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 11148 | The machine for which the Application Development Toolkit | 11148 | The machine for which the SDK is built. |
| 11149 | (ADT) or SDK is built. | 11149 | In other words, the SDK is built such that it |
| 11150 | In other words, the SDK or ADT is built such that it | ||
| 11151 | runs on the target you specify with the | 11150 | runs on the target you specify with the |
| 11152 | <filename>SDKMACHINE</filename> value. | 11151 | <filename>SDKMACHINE</filename> value. |
| 11153 | The value points to a corresponding | 11152 | The value points to a corresponding |
| @@ -13577,8 +13576,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 13577 | section. | 13576 | section. |
| 13578 | For information on setting up a cross-development | 13577 | For information on setting up a cross-development |
| 13579 | environment, see the | 13578 | environment, see the |
| 13580 | "<ulink url='&YOCTO_DOCS_ADT_URL;#installing-the-adt'>Installing the ADT and Toolchains</ulink>" | 13579 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. |
| 13581 | section in the Yocto Project Application Developer's Guide. | ||
| 13582 | </para> | 13580 | </para> |
| 13583 | </glossdef> | 13581 | </glossdef> |
| 13584 | </glossentry> | 13582 | </glossentry> |
| @@ -13629,8 +13627,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 13629 | section. | 13627 | section. |
| 13630 | For information on setting up a cross-development | 13628 | For information on setting up a cross-development |
| 13631 | environment, see the | 13629 | environment, see the |
| 13632 | "<ulink url='&YOCTO_DOCS_ADT_URL;#installing-the-adt'>Installing the ADT and Toolchains</ulink>" | 13630 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. |
| 13633 | section in the Yocto Project Application Developer's Guide. | ||
| 13634 | </para> | 13631 | </para> |
| 13635 | </glossdef> | 13632 | </glossdef> |
| 13636 | </glossentry> | 13633 | </glossentry> |
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 2098818d04..d99ff188ad 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
| @@ -187,7 +187,7 @@ | |||
| 187 | This section provides some technical background on how | 187 | This section provides some technical background on how |
| 188 | cross-development toolchains are created and used. | 188 | cross-development toolchains are created and used. |
| 189 | For more information on toolchains, you can also see the | 189 | For more information on toolchains, you can also see the |
| 190 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>. | 190 | <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. |
| 191 | </para> | 191 | </para> |
| 192 | 192 | ||
| 193 | <para> | 193 | <para> |
| @@ -371,8 +371,9 @@ | |||
| 371 | <note> | 371 | <note> |
| 372 | For information on advantages gained when building a | 372 | For information on advantages gained when building a |
| 373 | cross-development toolchain installer, see the | 373 | cross-development toolchain installer, see the |
| 374 | "<ulink url='&YOCTO_DOCS_ADT_URL;#optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" | 374 | "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" |
| 375 | section in the Yocto Project Application Developer's Guide. | 375 | section in the Yocto Project Software Development Kit (SDK) Developer's |
| 376 | Guide. | ||
| 376 | </note> | 377 | </note> |
| 377 | </section> | 378 | </section> |
| 378 | 379 | ||
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index d1a0a29eff..09ecaafda5 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
| @@ -113,8 +113,7 @@ | |||
| 113 | <filename class="directory">tmp/deploy/images</filename>. | 113 | <filename class="directory">tmp/deploy/images</filename>. |
| 114 | For information on how to run pre-built images such as <filename>qemux86</filename> | 114 | For information on how to run pre-built images such as <filename>qemux86</filename> |
| 115 | and <filename>qemuarm</filename>, see the | 115 | and <filename>qemuarm</filename>, see the |
| 116 | "<ulink url='&YOCTO_DOCS_QS_URL;#using-pre-built'>Example Using Pre-Built Binaries and QEMU</ulink>" | 116 | <ulink url='&YOCTO_DOCS_SDK_URL;#sdk-manual'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>. |
| 117 | section in the Yocto Project Application Developer's Guide. | ||
| 118 | For information about how to install these images, see the documentation for your | 117 | For information about how to install these images, see the documentation for your |
| 119 | particular board or machine. | 118 | particular board or machine. |
| 120 | </para> | 119 | </para> |
| @@ -150,10 +149,11 @@ | |||
| 150 | 149 | ||
| 151 | <para> | 150 | <para> |
| 152 | For discussions on debugging, see the | 151 | For discussions on debugging, see the |
| 153 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>" | 152 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>" section |
| 154 | and | 153 | in the Yocto Project Developer's Manual |
| 155 | "<ulink url='&YOCTO_DOCS_DEV_URL;#adt-eclipse'>Working within Eclipse</ulink>" | 154 | and the |
| 156 | sections in the Yocto Project Development Manual. | 155 | "<ulink url='&YOCTO_DOCS_SDK_URL;#adt-eclipse'>Working within Eclipse</ulink>" |
| 156 | section in the Yocto Project Software Development Kit (SDK) Developer's Guide. | ||
| 157 | </para> | 157 | </para> |
| 158 | 158 | ||
| 159 | <note> | 159 | <note> |
