diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-10-16 14:48:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-30 15:55:05 +0000 |
commit | 95b24b77b977e58ece3a35c64bfb48c6ef935576 (patch) | |
tree | bfdccfd5064ec5adbd25ccb571f6b59b7767a167 /documentation/ref-manual/ref-features.xml | |
parent | 33c74acdeea34cf0ccb13646247a3b8d333860d9 (diff) | |
download | poky-95b24b77b977e58ece3a35c64bfb48c6ef935576.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. Updated the links. Fixed a few links that should have
been internal.
(From yocto-docs rev: 2125fa0b2a86b8bea0d0e76c4ca349d00bd86e71)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.xml')
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 551db6535a..b3e463420e 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -36,7 +36,7 @@ | |||
36 | <para> | 36 | <para> |
37 | One method you can use to determine which recipes are checking to see if a | 37 | One method you can use to determine which recipes are checking to see if a |
38 | particular feature is contained or not is to <filename>grep</filename> through | 38 | particular feature is contained or not is to <filename>grep</filename> through |
39 | the <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> | 39 | the <link linkend='metadata'>Metadata</link> |
40 | for the feature. | 40 | for the feature. |
41 | Here is an example that discovers the recipes whose build is potentially | 41 | Here is an example that discovers the recipes whose build is potentially |
42 | changed based on a given feature: | 42 | changed based on a given feature: |
@@ -132,7 +132,7 @@ | |||
132 | These select features make sense to be controlled both at | 132 | These select features make sense to be controlled both at |
133 | the machine and distribution configuration level. | 133 | the machine and distribution configuration level. |
134 | See the | 134 | See the |
135 | <ulink url='&YOCTO_DOCS_REF_URL;#var-COMBINED_FEATURES'><filename>COMBINED_FEATURES</filename></ulink> | 135 | <link linkend='var-COMBINED_FEATURES'><filename>COMBINED_FEATURES</filename></link> |
136 | variable for more information. | 136 | variable for more information. |
137 | </para> | 137 | </para> |
138 | 138 | ||
@@ -217,7 +217,7 @@ | |||
217 | the package tests where supported by individual recipes. | 217 | the package tests where supported by individual recipes. |
218 | For more information on package tests, see the | 218 | For more information on package tests, see the |
219 | "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>" | 219 | "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>" |
220 | section in the Yocto Project Development Manual. | 220 | section in the Yocto Project Development Tasks Manual. |
221 | </para></listitem> | 221 | </para></listitem> |
222 | <listitem><para><emphasis>smbfs:</emphasis> Include SMB networks | 222 | <listitem><para><emphasis>smbfs:</emphasis> Include SMB networks |
223 | client support (for mounting Samba/Microsoft Windows shares | 223 | client support (for mounting Samba/Microsoft Windows shares |
@@ -304,7 +304,7 @@ | |||
304 | <note> | 304 | <note> |
305 | To make the <filename>/var/log</filename> directory | 305 | To make the <filename>/var/log</filename> directory |
306 | on the target persistent, use the | 306 | on the target persistent, use the |
307 | <ulink url='&YOCTO_DOCS_REF_URL;#var-VOLATILE_LOG_DIR'><filename>VOLATILE_LOG_DIR</filename></ulink> | 307 | <link linkend='var-VOLATILE_LOG_DIR'><filename>VOLATILE_LOG_DIR</filename></link> |
308 | variable by setting it to "no". | 308 | variable by setting it to "no". |
309 | </note> | 309 | </note> |
310 | </para></listitem> | 310 | </para></listitem> |
@@ -315,8 +315,8 @@ | |||
315 | Creates an image whose root filesystem is read-only. | 315 | Creates an image whose root filesystem is read-only. |
316 | See the | 316 | See the |
317 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-read-only-root-filesystem'>Creating a Read-Only Root Filesystem</ulink>" | 317 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-read-only-root-filesystem'>Creating a Read-Only Root Filesystem</ulink>" |
318 | section in the Yocto Project Development Manual for more | 318 | section in the Yocto Project Development Tasks Manual for |
319 | information. | 319 | more information. |
320 | </para></listitem> | 320 | </para></listitem> |
321 | <listitem><para><emphasis>splash:</emphasis> | 321 | <listitem><para><emphasis>splash:</emphasis> |
322 | Enables showing a splash screen during boot. | 322 | Enables showing a splash screen during boot. |
@@ -374,7 +374,7 @@ | |||
374 | <filename>strace</filename> and <filename>gdb</filename>. | 374 | <filename>strace</filename> and <filename>gdb</filename>. |
375 | For information on GDB, see the | 375 | For information on GDB, see the |
376 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>" | 376 | "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>" |
377 | section in the Yocto Project Development Manual. | 377 | section in the Yocto Project Development Tasks Manual. |
378 | For information on tracing and profiling, see the | 378 | For information on tracing and profiling, see the |
379 | <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>. | 379 | <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>. |
380 | </para></listitem> | 380 | </para></listitem> |