diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d73b663250..108ac78fe0 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -18,7 +18,8 @@ | |||
18 | 18 | ||
19 | <para> | 19 | <para> |
20 | The OpenEmbedded build system supports organizing | 20 | The OpenEmbedded build system supports organizing |
21 | <link linkend='metadata'>Metadata</link> into multiple layers. | 21 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> into |
22 | multiple layers. | ||
22 | Layers allow you to isolate different types of customizations from | 23 | Layers allow you to isolate different types of customizations from |
23 | each other. | 24 | each other. |
24 | You might find it tempting to keep everything in one layer when | 25 | You might find it tempting to keep everything in one layer when |
@@ -6933,8 +6934,8 @@ | |||
6933 | <para> | 6934 | <para> |
6934 | When you build an image using the Yocto Project and | 6935 | When you build an image using the Yocto Project and |
6935 | do not alter any distribution | 6936 | do not alter any distribution |
6936 | <link linkend='metadata'>Metadata</link>, you are creating a | 6937 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>, |
6937 | Poky distribution. | 6938 | you are creating a Poky distribution. |
6938 | If you wish to gain more control over package alternative | 6939 | If you wish to gain more control over package alternative |
6939 | selections, compile-time options, and other low-level | 6940 | selections, compile-time options, and other low-level |
6940 | configurations, you can create your own distribution. | 6941 | configurations, you can create your own distribution. |
@@ -11680,8 +11681,8 @@ | |||
11680 | " | 11681 | " |
11681 | </literallayout> | 11682 | </literallayout> |
11682 | Creating and providing an archive of the | 11683 | Creating and providing an archive of the |
11683 | <link linkend='metadata'>Metadata</link> layers | 11684 | <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink> |
11684 | (recipes, configuration files, and so forth) | 11685 | layers (recipes, configuration files, and so forth) |
11685 | enables you to meet your | 11686 | enables you to meet your |
11686 | requirements to include the scripts to control compilation | 11687 | requirements to include the scripts to control compilation |
11687 | as well as any modifications to the original source. | 11688 | as well as any modifications to the original source. |