diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-10-16 14:56:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-30 15:55:06 +0000 |
commit | 65e3cb65b27cb4c3584f3959ca7a8f55c314fb75 (patch) | |
tree | bb1bd6717045d6f797d1777715cd1ba5c8b2842a /documentation/ref-manual | |
parent | 95b24b77b977e58ece3a35c64bfb48c6ef935576 (diff) | |
download | poky-65e3cb65b27cb4c3584f3959ca7a8f55c314fb75.tar.gz |
ref-manual: Converted external link to internal and fixed dev-manual link
The dev-manual title changed to the Yocto Project Development Tasks
Manual. Updated a link. Also, fixed a link to a term that should
have been internal to the ref-manual and not external to the dev-manual.
(From yocto-docs rev: 82a44632fd614db1ac00d2e2b4ec85ade77b9aff)
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/ref-images.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml index 9a68da000a..c752f94c3d 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml | |||
@@ -30,7 +30,7 @@ | |||
30 | <para> | 30 | <para> |
31 | From within the <filename>poky</filename> Git repository, you can use | 31 | From within the <filename>poky</filename> Git repository, you can use |
32 | the following command to display the list of directories within the | 32 | the following command to display the list of directories within the |
33 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | 33 | <link linkend='source-directory'>Source Directory</link> |
34 | that contain image recipe files: | 34 | that contain image recipe files: |
35 | <literallayout class='monospaced'> | 35 | <literallayout class='monospaced'> |
36 | $ ls meta*/recipes*/images/*.bb | 36 | $ ls meta*/recipes*/images/*.bb |
@@ -140,7 +140,7 @@ | |||
140 | second image to be tested. | 140 | second image to be tested. |
141 | You can find more information about runtime testing in the | 141 | You can find more information about runtime testing in the |
142 | "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>" | 142 | "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>" |
143 | section in the Yocto Project Development Manual. | 143 | section in the Yocto Project Development Tasks Manual. |
144 | </para></listitem> | 144 | </para></listitem> |
145 | <listitem><para><filename>core-image-testmaster-initramfs</filename>: | 145 | <listitem><para><filename>core-image-testmaster-initramfs</filename>: |
146 | A RAM-based Initial Root Filesystem (initramfs) image tailored for | 146 | A RAM-based Initial Root Filesystem (initramfs) image tailored for |