summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-04-03 15:00:18 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-04 00:34:03 +0100
commit4c35d0562321990b0ebc8903f34455a6cfb81a48 (patch)
treee0a967946a93fac82b19aaccb22f472ca522038c /documentation/bsp-guide
parent46600e37cf87e9aa68e70f1d21caad8eac974a24 (diff)
downloadpoky-4c35d0562321990b0ebc8903f34455a6cfb81a48.tar.gz
documentation/bsp-guide/bsp.xml: Patch to fix small issues
Applied a patch from Robert P. J. Day to fix some small issues in the BSP manual. (From yocto-docs rev: 7744d5101fd2b5a46a53707976b8899eb03f1c08) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> 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.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 8a0e9a44a6..14a7197f34 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -95,7 +95,7 @@
95 top of the BSP's root layer in order to be functional. 95 top of the BSP's root layer in order to be functional.
96 For these cases, you also need to add those layers to the 96 For these cases, you also need to add those layers to the
97 <filename>BBLAYERS</filename> variable in order to build the BSP. 97 <filename>BBLAYERS</filename> variable in order to build the BSP.
98 You must also specify in the "Dependiencies" section of the BSP's 98 You must also specify in the "Dependencies" section of the BSP's
99 <filename>README</filename> file any requirements for additional 99 <filename>README</filename> file any requirements for additional
100 layers and, preferably, any 100 layers and, preferably, any
101 build instructions that might be contained elsewhere 101 build instructions that might be contained elsewhere
@@ -124,10 +124,12 @@
124 meta-&lt;bsp_name&gt;/ 124 meta-&lt;bsp_name&gt;/
125 meta-&lt;bsp_name&gt;/&lt;bsp_license_file&gt; 125 meta-&lt;bsp_name&gt;/&lt;bsp_license_file&gt;
126 meta-&lt;bsp_name&gt;/README 126 meta-&lt;bsp_name&gt;/README
127 meta-&lt;bsp_name&gt;/README.sources
127 meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt; 128 meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt;
128 meta-&lt;bsp_name&gt;/conf/layer.conf 129 meta-&lt;bsp_name&gt;/conf/layer.conf
129 meta-&lt;bsp_name&gt;/conf/machine/*.conf 130 meta-&lt;bsp_name&gt;/conf/machine/*.conf
130 meta-&lt;bsp_name&gt;/recipes-bsp/* 131 meta-&lt;bsp_name&gt;/recipes-bsp/*
132 meta-&lt;bsp_name&gt;/recipes-core/*
131 meta-&lt;bsp_name&gt;/recipes-graphics/* 133 meta-&lt;bsp_name&gt;/recipes-graphics/*
132 meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-yocto_&lt;kernel_rev&gt;.bbappend 134 meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-yocto_&lt;kernel_rev&gt;.bbappend
133 </literallayout> 135 </literallayout>
@@ -140,7 +142,7 @@
140 meta-crownbay/COPYING.MIT 142 meta-crownbay/COPYING.MIT
141 meta-crownbay/README 143 meta-crownbay/README
142 meta-crownbay/README.sources 144 meta-crownbay/README.sources
143 meta-crownbay/binary 145 meta-crownbay/binary/
144 meta-crownbay/conf/ 146 meta-crownbay/conf/
145 meta-crownbay/conf/layer.conf 147 meta-crownbay/conf/layer.conf
146 meta-crownbay/conf/machine/ 148 meta-crownbay/conf/machine/
@@ -154,8 +156,8 @@
154 meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig 156 meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig
155 meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ 157 meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/
156 meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig 158 meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig
157 meta-crownbay/recipes-core 159 meta-crownbay/recipes-core/
158 meta-crownbay/recipes-core/tasks 160 meta-crownbay/recipes-core/tasks/
159 meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend 161 meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend
160 meta-crownbay/recipes-graphics/ 162 meta-crownbay/recipes-graphics/
161 meta-crownbay/recipes-graphics/xorg-xserver/ 163 meta-crownbay/recipes-graphics/xorg-xserver/
@@ -211,7 +213,7 @@
211 213
212 <para> 214 <para>
213 This file provides information on how to boot the live images that are optionally 215 This file provides information on how to boot the live images that are optionally
214 included in the <filename>/binary</filename> directory. 216 included in the <filename>binary/</filename> directory.
215 The <filename>README</filename> file also provides special information needed for 217 The <filename>README</filename> file also provides special information needed for
216 building the image. 218 building the image.
217 </para> 219 </para>