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/kernel-dev | |
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/kernel-dev')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-advanced.xml | 2 | ||||
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index a5ccfdc300..5c08019655 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml | |||
@@ -48,7 +48,7 @@ | |||
48 | This variable is typically set to the same value as the | 48 | This variable is typically set to the same value as the |
49 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> | 49 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> |
50 | variable, which is used by | 50 | variable, which is used by |
51 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>. | 51 | <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink>. |
52 | However, in some cases, the variable might instead refer to the | 52 | However, in some cases, the variable might instead refer to the |
53 | underlying platform of the <filename>MACHINE</filename>. | 53 | underlying platform of the <filename>MACHINE</filename>. |
54 | </para> | 54 | </para> |
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index d49aa3ce17..5af0f9a927 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -26,7 +26,7 @@ | |||
26 | that you create and prepare your own layer in which to do your | 26 | that you create and prepare your own layer in which to do your |
27 | work. | 27 | work. |
28 | Your layer contains its own | 28 | Your layer contains its own |
29 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink> | 29 | <ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> |
30 | append files | 30 | append files |
31 | (<filename>.bbappend</filename>) and provides a convenient | 31 | (<filename>.bbappend</filename>) and provides a convenient |
32 | mechanism to create your own recipe files | 32 | mechanism to create your own recipe files |