diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-13 16:14:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:42 +0100 |
commit | 45b16e35b606cfd2c4ab7f89ebe91e43995acb2a (patch) | |
tree | 0b0399cb502f85ab8f85ddd4bbe07614071ae08e /documentation/ref-manual/usingpoky.xml | |
parent | dccca9af475effc9389844f2a9a0466c035569ce (diff) | |
download | poky-45b16e35b606cfd2c4ab7f89ebe91e43995acb2a.tar.gz |
documentation: Fixed links to "bitbake-term"
Fixes [YOCTO #11630]
Moving the "Yocto Project Terms" section from the dev-manual to
the ref-manual. Doing so caused all the links to the id
"bitbake-term" to break. These had to be individually fixed.
Discovered two unresolved references that were a consequence of
moving that section to the ref-manual. These were fixed as well.
(From yocto-docs rev: 829ca6b64562f00a69f3956e9636c7edaa90ce16)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 4e97e3ec02..d1ac18fb2f 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -208,7 +208,7 @@ | |||
208 | (<filename>qemux86</filename>) might be in | 208 | (<filename>qemux86</filename>) might be in |
209 | <filename>tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_compile</filename>. | 209 | <filename>tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/temp/log.do_compile</filename>. |
210 | To see the commands | 210 | To see the commands |
211 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> ran | 211 | <link linkend='bitbake-term'>BitBake</link> ran |
212 | to generate a log, look at the corresponding | 212 | to generate a log, look at the corresponding |
213 | <filename>run.do_</filename><replaceable>taskname</replaceable> | 213 | <filename>run.do_</filename><replaceable>taskname</replaceable> |
214 | file in the same directory. | 214 | file in the same directory. |