summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-22 14:43:04 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:01 -0800
commitbe04e176cb3aa38efc9fe7eb8de85ba710625a65 (patch)
treea2d6b9b7ffc3a0a8ccf68e07541d08fb276c2f90 /documentation/bsp-guide/bsp.xml
parentc0859cd2b641a6481759a78aec2403a96cd6564a (diff)
downloadpoky-be04e176cb3aa38efc9fe7eb8de85ba710625a65.tar.gz
documentation/bsp-guide/bsp.xml: changes to Crownbay example
I brought the example Crown Bay structure up to speed with the state in the YP source repositories. I also made a couple minor edits. (From yocto-docs rev: 23dbd76952c79b1b3a28b731bef218f4cabfd8fb) 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/bsp.xml')
-rw-r--r--documentation/bsp-guide/bsp.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 1ada40e705..4a87754d88 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -54,8 +54,7 @@
54 <para> 54 <para>
55 The BSP specification does not include a build system or other tools - 55 The BSP specification does not include a build system or other tools -
56 it is concerned with the hardware-specific components only. 56 it is concerned with the hardware-specific components only.
57 At the end 57 At the end-distribution point, you can ship the BSP combined with a build system
58 distribution point you can ship the BSP combined with a build system
59 and other tools. 58 and other tools.
60 However, it is important to maintain the distinction that these 59 However, it is important to maintain the distinction that these
61 are separate components that happen to be combined in certain end products. 60 are separate components that happen to be combined in certain end products.
@@ -89,7 +88,7 @@
89 meta-ti 88 meta-ti
90 </literallayout> 89 </literallayout>
91 It is worth noting that the <filename>meta-intel</filename> BSP Layer contains 90 It is worth noting that the <filename>meta-intel</filename> BSP Layer contains
92 within itself several other BSP Layers, which makes it sort of a "super" layer. 91 within itself several other BSP Layers, which makes it sort of a "super" BSP layer.
93 Following is a sampling of the BSP Layers that the <filename>meta-intel</filename> 92 Following is a sampling of the BSP Layers that the <filename>meta-intel</filename>
94 BSP Layer contains: 93 BSP Layer contains:
95 <literallayout class='monospaced'> 94 <literallayout class='monospaced'>
@@ -105,7 +104,7 @@
105 The layer's base directory (<filename>meta-&lt;bsp_name&gt;</filename>) is the root 104 The layer's base directory (<filename>meta-&lt;bsp_name&gt;</filename>) is the root
106 of the BSP Layer. 105 of the BSP Layer.
107 This root is what you add to the <filename>BBLAYERS</filename> 106 This root is what you add to the <filename>BBLAYERS</filename>
108 variable in the <filename>build/conf/bblayers.conf</filename> file found in the 107 variable in the <filename>conf/bblayers.conf</filename> file found in the
109 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'>Yocto Project Build Directory</ulink>. 108 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'>Yocto Project Build Directory</ulink>.
110 Adding the root allows the Yocto Project build system to recognize the BSP 109 Adding the root allows the Yocto Project build system to recognize the BSP
111 definition and from it build an image. 110 definition and from it build an image.
@@ -157,6 +156,7 @@
157 <literallayout class='monospaced'> 156 <literallayout class='monospaced'>
158 meta-crownbay/COPYING.MIT 157 meta-crownbay/COPYING.MIT
159 meta-crownbay/README 158 meta-crownbay/README
159 meta-crownbay/README.sources
160 meta-crownbay/binary 160 meta-crownbay/binary
161 meta-crownbay/conf/ 161 meta-crownbay/conf/
162 meta-crownbay/conf/layer.conf 162 meta-crownbay/conf/layer.conf
@@ -173,13 +173,10 @@
173 meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig 173 meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig
174 meta-crownbay/recipes-core 174 meta-crownbay/recipes-core
175 meta-crownbay/recipes-core/tasks 175 meta-crownbay/recipes-core/tasks
176 meta-crownbay/recipes-core/tasks/task-core-tools.bbappend 176 meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend
177 meta-crownbay/recipes-graphics/ 177 meta-crownbay/recipes-graphics/
178 meta-crownbay/recipes-graphics/xorg-xserver/ 178 meta-crownbay/recipes-graphics/xorg-xserver/
179 meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb
180 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend 179 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
181 meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin-1.6/
182 meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin-1.6/.gitignore
183 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/ 180 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/
184 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/ 181 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/
185 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf 182 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
@@ -187,7 +184,7 @@
187 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf 184 meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
188 meta-crownbay/recipes-kernel/ 185 meta-crownbay/recipes-kernel/
189 meta-crownbay/recipes-kernel/linux/ 186 meta-crownbay/recipes-kernel/linux/
190 meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend 187 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
191 meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend 188 meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
192 meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend 189 meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
193 </literallayout> 190 </literallayout>