summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 14:46:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:28 +0100
commitcff0c77a0082bdf470cdf6bbef9f1f45a36d1e2c (patch)
tree93bfcb6e3f164a5984f7152a92d2ac895d81113f /documentation/dev-manual
parentb9495c15aa5f0f180ba20ce3bc43b23999f0b90d (diff)
downloadpoky-cff0c77a0082bdf470cdf6bbef9f1f45a36d1e2c.tar.gz
dev-manual: Edits to "Layers" section.
(From yocto-docs rev: ad1e605c91da0b74ec7e9ff65dda8c18bd1f7fc9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
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