summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-21 09:01:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:09 +0000
commitb31bf7c68b99d5893ab671612cda34ce01a631bf (patch)
treee30bbea39b2233aff96791147ad5808b8bb13839 /documentation/ref-manual
parent670735e392c0b3e36b246d390f45c7004bbe758f (diff)
downloadpoky-b31bf7c68b99d5893ab671612cda34ce01a631bf.tar.gz
ref-manual, sdk-manual: Changed section heading.
Changed the heading for "Optionally Building a Toolchain Installer" to "Building an SDK Installer". This changes the heading and many references to that heading. (From yocto-docs rev: 97d8cd34d0dd0993b1b1135bb75f2212bb46878a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/closer-look.xml2
-rw-r--r--documentation/ref-manual/ref-classes.xml4
-rw-r--r--documentation/ref-manual/ref-structure.xml2
-rw-r--r--documentation/ref-manual/technical-details.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml
index e237b3266f..42b99980a3 100644
--- a/documentation/ref-manual/closer-look.xml
+++ b/documentation/ref-manual/closer-look.xml
@@ -1164,7 +1164,7 @@
1164 cross-development toolchain using the 1164 cross-development toolchain using the
1165 <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link> 1165 <link linkend='ref-tasks-populate_sdk'><filename>do_populate_sdk</filename></link>
1166 task, see the 1166 task, see the
1167 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" 1167 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>"
1168 section in the Yocto Project Software Development Kit (SDK) 1168 section in the Yocto Project Software Development Kit (SDK)
1169 Developer's Guide. 1169 Developer's Guide.
1170 </note> 1170 </note>
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 96258949a0..3f387a3e1a 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -2638,7 +2638,7 @@
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_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" 2641 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>"
2642 section in the Yocto Project Software Development Kit (SDK) Developer's Guide. 2642 section in the Yocto Project Software Development Kit (SDK) Developer's Guide.
2643 </para> 2643 </para>
2644</section> 2644</section>
@@ -2718,7 +2718,7 @@
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_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" 2721 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>"
2722 section in the Yocto Project Software Development Kit (SDK) Developer's 2722 section in the Yocto Project Software Development Kit (SDK) Developer's
2723 Guide. 2723 Guide.
2724 </para> 2724 </para>
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 8be054ba08..249fdef6c5 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -766,7 +766,7 @@
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_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" 769 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>"
770 section in the Yocto Project Software Development Kit (SDK) Developer's Guide. 770 section in the Yocto Project Software Development Kit (SDK) Developer's Guide.
771 </para> 771 </para>
772 </section> 772 </section>
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index d99ff188ad..87d7387ab8 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -371,7 +371,7 @@
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_SDK_URL;#sdk-optionally-building-a-toolchain-installer'>Optionally Building a Toolchain Installer</ulink>" 374 "<ulink url='&YOCTO_DOCS_SDK_URL;#sdk-building-an-sdk-installer'>Building an SDK Installer</ulink>"
375 section in the Yocto Project Software Development Kit (SDK) Developer's 375 section in the Yocto Project Software Development Kit (SDK) Developer's
376 Guide. 376 Guide.
377 </note> 377 </note>