diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-10-16 16:34:36 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-30 15:55:06 +0000 |
| commit | 8020c4e6967d22405e94e5fb57e1d8bb11fc0f59 (patch) | |
| tree | 55fd803b197ca311a1b3d34dccc15e49fc2bbcf9 /documentation | |
| parent | 6872e8932669eb26950536d692d9c188da3844a7 (diff) | |
| download | poky-8020c4e6967d22405e94e5fb57e1d8bb11fc0f59.tar.gz | |
ref-manual: Converted external links to internal and fixed dev-manual links
The dev-manual title changed to the Yocto Project Development Tasks
Manual. Fixed the links for that. Also took care of some external
links that should have been internal.
(From yocto-docs rev: c1e108e2d13d83bcd6b28c8983336a93642c60a2)
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/usingpoky.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index f894105789..2cc777532e 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
| @@ -107,7 +107,7 @@ | |||
| 107 | The <replaceable>target</replaceable> is the name of the recipe you want to build. | 107 | The <replaceable>target</replaceable> is the name of the recipe you want to build. |
| 108 | Common targets are the images in <filename>meta/recipes-core/images</filename>, | 108 | Common targets are the images in <filename>meta/recipes-core/images</filename>, |
| 109 | <filename>meta/recipes-sato/images</filename>, etc. all found in the | 109 | <filename>meta/recipes-sato/images</filename>, etc. all found in the |
| 110 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 110 | <link linkend='source-directory'>Source Directory</link>. |
| 111 | Or, the target can be the name of a recipe for a specific piece of software such as | 111 | Or, the target can be the name of a recipe for a specific piece of software such as |
| 112 | BusyBox. | 112 | BusyBox. |
| 113 | For more details about the images the OpenEmbedded build system supports, see the | 113 | For more details about the images the OpenEmbedded build system supports, see the |
| @@ -176,13 +176,13 @@ | |||
| 176 | going wrong. | 176 | going wrong. |
| 177 | For information on how to enable and use this feature, see the | 177 | For information on how to enable and use this feature, see the |
| 178 | "<ulink url='&YOCTO_DOCS_DEV_URL;#using-the-error-reporting-tool'>Using the Error Reporting Tool</ulink>" | 178 | "<ulink url='&YOCTO_DOCS_DEV_URL;#using-the-error-reporting-tool'>Using the Error Reporting Tool</ulink>" |
| 179 | section in the Yocto Project Development Manual. | 179 | section in the Yocto Project Development Tasks Manual. |
| 180 | </para> | 180 | </para> |
| 181 | 181 | ||
| 182 | <para> | 182 | <para> |
| 183 | For discussions on debugging, see the | 183 | For discussions on debugging, see the |
| 184 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>" section | 184 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>" section |
| 185 | in the Yocto Project Developer's Manual | 185 | in the Yocto Project Development Tasks Manual |
| 186 | and the | 186 | and the |
| 187 | "<ulink url='&YOCTO_DOCS_SDK_URL;#adt-eclipse'>Working within Eclipse</ulink>" | 187 | "<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. | 188 | section in the Yocto Project Software Development Kit (SDK) Developer's Guide. |
| @@ -873,7 +873,7 @@ | |||
| 873 | class implements these functions. | 873 | class implements these functions. |
| 874 | See that class in the | 874 | See that class in the |
| 875 | <filename>meta/classes</filename> folder of the | 875 | <filename>meta/classes</filename> folder of the |
| 876 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | 876 | <link linkend='source-directory'>Source Directory</link> |
| 877 | for information. | 877 | for information. |
| 878 | </para> | 878 | </para> |
| 879 | 879 | ||
| @@ -1034,7 +1034,8 @@ | |||
| 1034 | <ulink url='&YOCTO_WIKI_URL;/wiki/Bugzilla_Configuration_and_Bug_Tracking'>wiki page</ulink>" | 1034 | <ulink url='&YOCTO_WIKI_URL;/wiki/Bugzilla_Configuration_and_Bug_Tracking'>wiki page</ulink>" |
| 1035 | or the | 1035 | or the |
| 1036 | <ulink url='&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project'>Submitting a Defect Against the Yocto Project</ulink>" | 1036 | <ulink url='&YOCTO_DOCS_DEV_URL;#submitting-a-defect-against-the-yocto-project'>Submitting a Defect Against the Yocto Project</ulink>" |
| 1037 | section, which is in the Yocto Project Development Manual. | 1037 | section, which is in the Yocto Project Development Tasks |
| 1038 | Manual. | ||
| 1038 | <note> | 1039 | <note> |
| 1039 | The manuals might not be the right place to document | 1040 | The manuals might not be the right place to document |
| 1040 | variables that are purely internal and have a limited | 1041 | variables that are purely internal and have a limited |
| @@ -1092,7 +1093,7 @@ | |||
| 1092 | For information on how to use the Yocto Project implementation of | 1093 | For information on how to use the Yocto Project implementation of |
| 1093 | QEMU, see the | 1094 | QEMU, see the |
| 1094 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-qemu'>Using the Quick EMUlator (QEMU)</ulink>" | 1095 | "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-qemu'>Using the Quick EMUlator (QEMU)</ulink>" |
| 1095 | chapter in the Yocto Project Development Manual. | 1096 | chapter in the Yocto Project Development Tasks Manual. |
| 1096 | </para> | 1097 | </para> |
| 1097 | 1098 | ||
| 1098 | <section id='qemu-availability'> | 1099 | <section id='qemu-availability'> |
| @@ -1180,8 +1181,8 @@ | |||
| 1180 | filesystem image file. | 1181 | filesystem image file. |
| 1181 | See the | 1182 | See the |
| 1182 | "<ulink url='&YOCTO_DOCS_DEV_URL;#qemu-running-under-a-network-file-system-nfs-server'>Running Under a Network File System (NFS) Server</ulink>" | 1183 | "<ulink url='&YOCTO_DOCS_DEV_URL;#qemu-running-under-a-network-file-system-nfs-server'>Running Under a Network File System (NFS) Server</ulink>" |
| 1183 | section in the Yocto Project Development Manual for more | 1184 | section in the Yocto Project Development Tasks Manual for |
| 1184 | information. | 1185 | more information. |
| 1185 | </para></listitem> | 1186 | </para></listitem> |
| 1186 | </itemizedlist> | 1187 | </itemizedlist> |
| 1187 | </note> | 1188 | </note> |
