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>
This commit is contained in:
Robert P. J. Day 2012-04-03 15:00:18 -06:00 committed by Richard Purdie
parent 46600e37cf
commit 4c35d05623
1 changed files with 7 additions and 5 deletions

View File

@ -95,7 +95,7 @@
top of the BSP's root layer in order to be functional. top of the BSP's root layer in order to be functional.
For these cases, you also need to add those layers to the For these cases, you also need to add those layers to the
<filename>BBLAYERS</filename> variable in order to build the BSP. <filename>BBLAYERS</filename> variable in order to build the BSP.
You must also specify in the "Dependiencies" section of the BSP's You must also specify in the "Dependencies" section of the BSP's
<filename>README</filename> file any requirements for additional <filename>README</filename> file any requirements for additional
layers and, preferably, any layers and, preferably, any
build instructions that might be contained elsewhere build instructions that might be contained elsewhere
@ -124,10 +124,12 @@
meta-&lt;bsp_name&gt;/ meta-&lt;bsp_name&gt;/
meta-&lt;bsp_name&gt;/&lt;bsp_license_file&gt; meta-&lt;bsp_name&gt;/&lt;bsp_license_file&gt;
meta-&lt;bsp_name&gt;/README meta-&lt;bsp_name&gt;/README
meta-&lt;bsp_name&gt;/README.sources
meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt; meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt;
meta-&lt;bsp_name&gt;/conf/layer.conf meta-&lt;bsp_name&gt;/conf/layer.conf
meta-&lt;bsp_name&gt;/conf/machine/*.conf meta-&lt;bsp_name&gt;/conf/machine/*.conf
meta-&lt;bsp_name&gt;/recipes-bsp/* meta-&lt;bsp_name&gt;/recipes-bsp/*
meta-&lt;bsp_name&gt;/recipes-core/*
meta-&lt;bsp_name&gt;/recipes-graphics/* meta-&lt;bsp_name&gt;/recipes-graphics/*
meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-yocto_&lt;kernel_rev&gt;.bbappend meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-yocto_&lt;kernel_rev&gt;.bbappend
</literallayout> </literallayout>
@ -140,7 +142,7 @@
meta-crownbay/COPYING.MIT meta-crownbay/COPYING.MIT
meta-crownbay/README meta-crownbay/README
meta-crownbay/README.sources meta-crownbay/README.sources
meta-crownbay/binary meta-crownbay/binary/
meta-crownbay/conf/ meta-crownbay/conf/
meta-crownbay/conf/layer.conf meta-crownbay/conf/layer.conf
meta-crownbay/conf/machine/ meta-crownbay/conf/machine/
@ -154,8 +156,8 @@
meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig
meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/
meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig
meta-crownbay/recipes-core meta-crownbay/recipes-core/
meta-crownbay/recipes-core/tasks meta-crownbay/recipes-core/tasks/
meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend
meta-crownbay/recipes-graphics/ meta-crownbay/recipes-graphics/
meta-crownbay/recipes-graphics/xorg-xserver/ meta-crownbay/recipes-graphics/xorg-xserver/
@ -211,7 +213,7 @@
<para> <para>
This file provides information on how to boot the live images that are optionally This file provides information on how to boot the live images that are optionally
included in the <filename>/binary</filename> directory. included in the <filename>binary/</filename> directory.
The <filename>README</filename> file also provides special information needed for The <filename>README</filename> file also provides special information needed for
building the image. building the image.
</para> </para>