diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 750ee52831..5f8e04543b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -54,7 +54,8 @@ | |||
54 | <title>Layers</title> | 54 | <title>Layers</title> |
55 | 55 | ||
56 | <para> | 56 | <para> |
57 | The Source Directory contains both general layers and BSP | 57 | The <link linkend='source-directory'>Source Directory</link> |
58 | contains both general layers and BSP | ||
58 | layers right out of the box. | 59 | layers right out of the box. |
59 | You can easily identify layers that ship with a | 60 | You can easily identify layers that ship with a |
60 | Yocto Project release in the Source Directory by their | 61 | Yocto Project release in the Source Directory by their |
@@ -65,9 +66,8 @@ | |||
65 | It is not a requirement that a layer begins with the | 66 | It is not a requirement that a layer begins with the |
66 | string <filename>meta</filename>. | 67 | string <filename>meta</filename>. |
67 | </note> | 68 | </note> |
68 | For example, when you set up the | 69 | For example, when you set up the Source Directory structure, |
69 | <link linkend='source-directory'>Source Directory</link> | 70 | you will see several layers: |
70 | structure, you will see several layers: | ||
71 | <filename>meta</filename>, <filename>meta-hob</filename>, | 71 | <filename>meta</filename>, <filename>meta-hob</filename>, |
72 | <filename>meta-skeleton</filename>, | 72 | <filename>meta-skeleton</filename>, |
73 | <filename>meta-yocto</filename>, and | 73 | <filename>meta-yocto</filename>, and |