diff options
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |