diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index f60d24d623..c0a9422178 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml | |||
@@ -48,7 +48,8 @@ | |||
48 | to each data source as a layer. | 48 | to each data source as a layer. |
49 | For information on layers, see the | 49 | For information on layers, see the |
50 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and | 50 | "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and |
51 | Creating Layers</ulink>" section of the Yocto Project Development Manual. | 51 | Creating Layers</ulink>" section of the Yocto Project Development |
52 | Tasks Manual. | ||
52 | </para> | 53 | </para> |
53 | 54 | ||
54 | <para> | 55 | <para> |
@@ -65,7 +66,7 @@ | |||
65 | <para> | 66 | <para> |
66 | BitBake is the tool at the heart of the OpenEmbedded build system | 67 | BitBake is the tool at the heart of the OpenEmbedded build system |
67 | and is responsible for parsing the | 68 | and is responsible for parsing the |
68 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>, | 69 | <link linkend='metadata'>Metadata</link>, |
69 | generating a list of tasks from it, and then executing those tasks. | 70 | generating a list of tasks from it, and then executing those tasks. |
70 | </para> | 71 | </para> |
71 | 72 | ||
@@ -209,7 +210,7 @@ | |||
209 | <para> | 210 | <para> |
210 | Class files (<filename>.bbclass</filename>) contain information that | 211 | Class files (<filename>.bbclass</filename>) contain information that |
211 | is useful to share between | 212 | is useful to share between |
212 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> files. | 213 | <link linkend='metadata'>Metadata</link> files. |
213 | An example is the | 214 | An example is the |
214 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> | 215 | <link linkend='ref-classes-autotools'><filename>autotools</filename></link> |
215 | class, which contains common settings for any application that | 216 | class, which contains common settings for any application that |
@@ -490,7 +491,7 @@ | |||
490 | works with packages and can | 491 | works with packages and can |
491 | track incrementing <filename>PR</filename> information, see the | 492 | track incrementing <filename>PR</filename> information, see the |
492 | "<ulink url='&YOCTO_DOCS_DEV_URL;#automatically-incrementing-a-binary-package-revision-number'>Automatically Incrementing a Binary Package Revision Number</ulink>" | 493 | "<ulink url='&YOCTO_DOCS_DEV_URL;#automatically-incrementing-a-binary-package-revision-number'>Automatically Incrementing a Binary Package Revision Number</ulink>" |
493 | section. | 494 | section in the Yocto Project Development Tasks Manual. |
494 | </note> | 495 | </note> |
495 | 496 | ||
496 | <para> | 497 | <para> |
@@ -668,7 +669,7 @@ | |||
668 | The "OEBasicHash" <filename>BB_SIGNATURE_HANDLER</filename> is the same as the | 669 | The "OEBasicHash" <filename>BB_SIGNATURE_HANDLER</filename> is the same as the |
669 | "OEBasic" version but adds the task hash to the stamp files. | 670 | "OEBasic" version but adds the task hash to the stamp files. |
670 | This results in any | 671 | This results in any |
671 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> | 672 | <link linkend='metadata'>Metadata</link> |
672 | change that changes the task hash, automatically | 673 | change that changes the task hash, automatically |
673 | causing the task to be run again. | 674 | causing the task to be run again. |
674 | This removes the need to bump <link linkend='var-PR'><filename>PR</filename></link> | 675 | This removes the need to bump <link linkend='var-PR'><filename>PR</filename></link> |
@@ -1262,7 +1263,7 @@ | |||
1262 | This section explains the Wic plug-in interface. | 1263 | This section explains the Wic plug-in interface. |
1263 | For information on using Wic in general, see the | 1264 | For information on using Wic in general, see the |
1264 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-partitioned-images-using-wic'>Creating Partitioned Images Using Wic</ulink>" | 1265 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-partitioned-images-using-wic'>Creating Partitioned Images Using Wic</ulink>" |
1265 | section in the Yocto Project Development Manual. | 1266 | section in the Yocto Project Development Tasks Manual. |
1266 | <note> | 1267 | <note> |
1267 | Wic plug-ins consist of "source" and "imager" plug-ins. | 1268 | Wic plug-ins consist of "source" and "imager" plug-ins. |
1268 | Imager plug-ins are beyond the scope of this section. | 1269 | Imager plug-ins are beyond the scope of this section. |
@@ -1575,7 +1576,7 @@ | |||
1575 | The Wayland protocol libraries and the reference Weston compositor | 1576 | The Wayland protocol libraries and the reference Weston compositor |
1576 | ship as integrated packages in the <filename>meta</filename> layer | 1577 | ship as integrated packages in the <filename>meta</filename> layer |
1577 | of the | 1578 | of the |
1578 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 1579 | <link linkend='source-directory'>Source Directory</link>. |
1579 | Specifically, you can find the recipes that build both Wayland | 1580 | Specifically, you can find the recipes that build both Wayland |
1580 | and Weston at <filename>meta/recipes-graphics/wayland</filename>. | 1581 | and Weston at <filename>meta/recipes-graphics/wayland</filename>. |
1581 | </para> | 1582 | </para> |
@@ -1690,8 +1691,8 @@ | |||
1690 | <para> | 1691 | <para> |
1691 | For information that can help you maintain compliance with various open | 1692 | For information that can help you maintain compliance with various open |
1692 | source licensing during the lifecycle of the product, see the | 1693 | source licensing during the lifecycle of the product, see the |
1693 | "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Project's Lifecycle</ulink>" section | 1694 | "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Project's Lifecycle</ulink>" |
1694 | in the Yocto Project Development Manual. | 1695 | section in the Yocto Project Development Tasks Manual. |
1695 | </para> | 1696 | </para> |
1696 | 1697 | ||
1697 | <section id="usingpoky-configuring-LIC_FILES_CHKSUM"> | 1698 | <section id="usingpoky-configuring-LIC_FILES_CHKSUM"> |