summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-06-14 06:59:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:43 +0100
commitf42d8f4cf00d97ffc0038276893ba5d21a8a1599 (patch)
tree9c66aac142661c8137144d4f419fd99d56d3184e /documentation/ref-manual
parent84d97de54a9996f56fa3ba646bbae4e65f596a61 (diff)
downloadpoky-f42d8f4cf00d97ffc0038276893ba5d21a8a1599.tar.gz
documentation: Fixed links for "metadata" term.
Fixes [YOCTO #11630] Moving the "Yocto Project Terms" section from the dev-manual to the ref-manual broke the links to the "Metadata" term. I fixed these. (From yocto-docs rev: 190da4b4d44952d141db26ca72b5bc1a52d77023) 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/closer-look.xml2
-rw-r--r--documentation/ref-manual/migration.xml2
-rw-r--r--documentation/ref-manual/ref-bitbake.xml4
-rw-r--r--documentation/ref-manual/ref-classes.xml4
-rw-r--r--documentation/ref-manual/ref-features.xml2
-rw-r--r--documentation/ref-manual/ref-release-process.xml2
-rw-r--r--documentation/ref-manual/ref-structure.xml4
-rw-r--r--documentation/ref-manual/ref-variables.xml10
-rw-r--r--documentation/ref-manual/technical-details.xml6
9 files changed, 18 insertions, 18 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml
index e4a2a022a7..5046465fba 100644
--- a/documentation/ref-manual/closer-look.xml
+++ b/documentation/ref-manual/closer-look.xml
@@ -12,7 +12,7 @@
12 high level. 12 high level.
13 The remainder of this chapter expands on the fundamental input, output, 13 The remainder of this chapter expands on the fundamental input, output,
14 process, and 14 process, and
15 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>) blocks 15 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>) blocks
16 in the Yocto Project development environment. 16 in the Yocto Project development environment.
17 </para> 17 </para>
18 18
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 5c700bc5ea..b6b067b910 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -251,7 +251,7 @@
251 The following recipes have been removed. 251 The following recipes have been removed.
252 For most of them, it is unlikely that you would have any 252 For most of them, it is unlikely that you would have any
253 references to them in your own 253 references to them in your own
254 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>. 254 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>.
255 However, you should check your metadata against this list to be sure: 255 However, you should check your metadata against this list to be sure:
256 <itemizedlist> 256 <itemizedlist>
257 <listitem><para><emphasis><filename>libx11-trim</filename></emphasis>: 257 <listitem><para><emphasis><filename>libx11-trim</filename></emphasis>:
diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml
index 2f36e16eaf..9a9499115c 100644
--- a/documentation/ref-manual/ref-bitbake.xml
+++ b/documentation/ref-manual/ref-bitbake.xml
@@ -8,7 +8,7 @@
8 8
9 <para> 9 <para>
10 BitBake is a program written in Python that interprets the 10 BitBake is a program written in Python that interprets the
11 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> used by 11 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> used by
12 the OpenEmbedded build system. 12 the OpenEmbedded build system.
13 At some point, developers wonder what actually happens when you enter: 13 At some point, developers wonder what actually happens when you enter:
14 <literallayout class='monospaced'> 14 <literallayout class='monospaced'>
@@ -24,7 +24,7 @@
24 BitBake strives to be a generic "task" executor that is capable of handling complex dependency relationships. 24 BitBake strives to be a generic "task" executor that is capable of handling complex dependency relationships.
25 As such, it has no real knowledge of what the tasks being executed actually do. 25 As such, it has no real knowledge of what the tasks being executed actually do.
26 BitBake just considers a list of tasks with dependencies and handles 26 BitBake just considers a list of tasks with dependencies and handles
27 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 27 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
28 consisting of variables in a certain format that get passed to the tasks. 28 consisting of variables in a certain format that get passed to the tasks.
29 </note> 29 </note>
30 30
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 472215c25a..1801faf501 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -16,7 +16,7 @@
16</para> 16</para>
17 17
18<para> 18<para>
19 Any <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> usually 19 Any <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> usually
20 found in a recipe can also be placed in a class file. 20 found in a recipe can also be placed in a class file.
21 Class files are identified by the extension <filename>.bbclass</filename> 21 Class files are identified by the extension <filename>.bbclass</filename>
22 and are usually placed in a <filename>classes/</filename> directory beneath 22 and are usually placed in a <filename>classes/</filename> directory beneath
@@ -2419,7 +2419,7 @@ This check was removed for YP 2.3 release
2419 all dependencies previously built. 2419 all dependencies previously built.
2420 The reason for this discrepancy is because the RPM package manager 2420 The reason for this discrepancy is because the RPM package manager
2421 creates and processes more 2421 creates and processes more
2422 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> than the 2422 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> than the
2423 IPK package manager. 2423 IPK package manager.
2424 Consequently, you might consider setting 2424 Consequently, you might consider setting
2425 <filename>PACKAGE_CLASSES</filename> to "package_ipk" if you are 2425 <filename>PACKAGE_CLASSES</filename> to "package_ipk" if you are
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index 7e1c5ef2f1..551db6535a 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_DEV_URL;#metadata'>Metadata</ulink> 39 the <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
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:
diff --git a/documentation/ref-manual/ref-release-process.xml b/documentation/ref-manual/ref-release-process.xml
index fe3ba0933e..aa1ff89a7d 100644
--- a/documentation/ref-manual/ref-release-process.xml
+++ b/documentation/ref-manual/ref-release-process.xml
@@ -63,7 +63,7 @@
63 the 63 the
64 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>. 64 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-repositories'>Yocto Project Source Repositories</ulink>.
65 The concept is that branches of 65 The concept is that branches of
66 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 66 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
67 with the same codename are likely to be compatible and thus 67 with the same codename are likely to be compatible and thus
68 work together. 68 work together.
69 <note> 69 <note>
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 424b8cc003..3b3f0779cd 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -42,7 +42,7 @@
42 The copy usually matches the current stable BitBake release from 42 The copy usually matches the current stable BitBake release from
43 the BitBake project. 43 the BitBake project.
44 BitBake, a 44 BitBake, a
45 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 45 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
46 interpreter, reads the Yocto Project Metadata and runs the tasks 46 interpreter, reads the Yocto Project Metadata and runs the tasks
47 defined by that data. 47 defined by that data.
48 Failures are usually from the Metadata and not from BitBake itself. 48 Failures are usually from the Metadata and not from BitBake itself.
@@ -1023,7 +1023,7 @@
1023 1023
1024 <para> 1024 <para>
1025 As mentioned previously, 1025 As mentioned previously,
1026 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> is the core 1026 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> is the core
1027 of the Yocto Project. 1027 of the Yocto Project.
1028 Metadata has several important subdivisions: 1028 Metadata has several important subdivisions:
1029 </para> 1029 </para>
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index da4da8550d..632d78aa7e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1969,7 +1969,7 @@
1969<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 1969<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
1970 Specifies the directory BitBake uses to store a cache 1970 Specifies the directory BitBake uses to store a cache
1971 of the 1971 of the
1972 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 1972 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
1973 so it does not need to be parsed every time BitBake is 1973 so it does not need to be parsed every time BitBake is
1974 started. 1974 started.
1975 </para> 1975 </para>
@@ -3455,7 +3455,7 @@
3455 <para> 3455 <para>
3456 Distribution configuration files are located in a 3456 Distribution configuration files are located in a
3457 <filename>conf/distro</filename> directory within the 3457 <filename>conf/distro</filename> directory within the
3458 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 3458 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
3459 that contains the distribution configuration. 3459 that contains the distribution configuration.
3460 The value for <filename>DISTRO</filename> must not contain 3460 The value for <filename>DISTRO</filename> must not contain
3461 spaces, and is typically all lower-case. 3461 spaces, and is typically all lower-case.
@@ -7037,7 +7037,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7037<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 7037<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
7038 Includes additional metadata from the Yocto Project kernel Git repository. 7038 Includes additional metadata from the Yocto Project kernel Git repository.
7039 In the OpenEmbedded build system, the default Board Support Packages (BSPs) 7039 In the OpenEmbedded build system, the default Board Support Packages (BSPs)
7040 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 7040 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
7041 is provided through 7041 is provided through
7042 the <link linkend='var-KMACHINE'><filename>KMACHINE</filename></link> 7042 the <link linkend='var-KMACHINE'><filename>KMACHINE</filename></link>
7043 and <link linkend='var-KBRANCH'><filename>KBRANCH</filename></link> variables. 7043 and <link linkend='var-KBRANCH'><filename>KBRANCH</filename></link> variables.
@@ -7839,7 +7839,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7839 defines the search 7839 defines the search
7840 arguments used by the kernel tools to find the appropriate 7840 arguments used by the kernel tools to find the appropriate
7841 description within the kernel 7841 description within the kernel
7842 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 7842 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
7843 with which to build out the sources and configuration. 7843 with which to build out the sources and configuration.
7844 </para> 7844 </para>
7845 </glossdef> 7845 </glossdef>
@@ -12620,7 +12620,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
12620 <listitem><para><emphasis><filename>file://</filename> -</emphasis> 12620 <listitem><para><emphasis><filename>file://</filename> -</emphasis>
12621 Fetches files, which are usually files shipped with 12621 Fetches files, which are usually files shipped with
12622 the 12622 the
12623 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>, 12623 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>,
12624 from the local machine. 12624 from the local machine.
12625 The path is relative to the 12625 The path is relative to the
12626 <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> 12626 <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 597bfbc55b..768f70186b 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -65,7 +65,7 @@
65 <para> 65 <para>
66 BitBake is the tool at the heart of the OpenEmbedded build system 66 BitBake is the tool at the heart of the OpenEmbedded build system
67 and is responsible for parsing the 67 and is responsible for parsing the
68 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>, 68 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>,
69 generating a list of tasks from it, and then executing those tasks. 69 generating a list of tasks from it, and then executing those tasks.
70 </para> 70 </para>
71 71
@@ -152,7 +152,7 @@
152 <para> 152 <para>
153 Class files (<filename>.bbclass</filename>) contain information that 153 Class files (<filename>.bbclass</filename>) contain information that
154 is useful to share between 154 is useful to share between
155 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> files. 155 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> files.
156 An example is the 156 An example is the
157 <link linkend='ref-classes-autotools'><filename>autotools</filename></link> 157 <link linkend='ref-classes-autotools'><filename>autotools</filename></link>
158 class, which contains common settings for any application that 158 class, which contains common settings for any application that
@@ -610,7 +610,7 @@
610 The "OEBasicHash" <filename>BB_SIGNATURE_HANDLER</filename> is the same as the 610 The "OEBasicHash" <filename>BB_SIGNATURE_HANDLER</filename> is the same as the
611 "OEBasic" version but adds the task hash to the stamp files. 611 "OEBasic" version but adds the task hash to the stamp files.
612 This results in any 612 This results in any
613 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink> 613 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>
614 change that changes the task hash, automatically 614 change that changes the task hash, automatically
615 causing the task to be run again. 615 causing the task to be run again.
616 This removes the need to bump <link linkend='var-PR'><filename>PR</filename></link> 616 This removes the need to bump <link linkend='var-PR'><filename>PR</filename></link>