summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-05 10:12:58 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-10 13:32:45 +0100
commitc0a812c22272887390e44734fb426fd47c05e346 (patch)
tree139cd6d3cfd538e8f15ee0706fa81849cbeb5578 /documentation/bsp-guide
parentec33e21004c773df60ad0dc5e0a2d04ff9414d62 (diff)
downloadpoky-c0a812c22272887390e44734fb426fd47c05e346.tar.gz
documentation/bsp-guide/bsp.xml: Added a info about meta-intel layer
I put a bit of explanation in the "BSP Layers" section about meta-intel being a layer that in fact contains other BSP layers. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: c57ba6050d7923018709221f7058443293ea6838) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index f12db850fc..7fa3b73d10 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -74,6 +74,12 @@
74 </para> 74 </para>
75 75
76 <para> 76 <para>
77 Some layers function as a layer to hold other BSP layers.
78 An example of this type of layers is the <filename>meta-intel</filename> layer.
79 The <filename>meta-intel</filename> layer contains over 10 individual BSP layers.
80 </para>
81
82 <para>
77 For more detailed information on layers, see the 83 For more detailed information on layers, see the
78 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" 84 "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
79 section of the Yocto Project Development Manual. 85 section of the Yocto Project Development Manual.