1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Scott Rifenbark
2012-02-22 14:43:04 -06:00
committed by Richard Purdie
parent c0859cd2b6
commit be04e176cb
+6 -9
View File
@@ -54,8 +54,7 @@
<para> <para>
The BSP specification does not include a build system or other tools - The BSP specification does not include a build system or other tools -
it is concerned with the hardware-specific components only. it is concerned with the hardware-specific components only.
At the end At the end-distribution point, you can ship the BSP combined with a build system
distribution point you can ship the BSP combined with a build system
and other tools. and other tools.
However, it is important to maintain the distinction that these However, it is important to maintain the distinction that these
are separate components that happen to be combined in certain end products. are separate components that happen to be combined in certain end products.
@@ -89,7 +88,7 @@
meta-ti meta-ti
</literallayout> </literallayout>
It is worth noting that the <filename>meta-intel</filename> BSP Layer contains It is worth noting that the <filename>meta-intel</filename> BSP Layer contains
within itself several other BSP Layers, which makes it sort of a "super" layer. within itself several other BSP Layers, which makes it sort of a "super" BSP layer.
Following is a sampling of the BSP Layers that the <filename>meta-intel</filename> Following is a sampling of the BSP Layers that the <filename>meta-intel</filename>
BSP Layer contains: BSP Layer contains:
<literallayout class='monospaced'> <literallayout class='monospaced'>
@@ -105,7 +104,7 @@
The layer's base directory (<filename>meta-&lt;bsp_name&gt;</filename>) is the root The layer's base directory (<filename>meta-&lt;bsp_name&gt;</filename>) is the root
of the BSP Layer. of the BSP Layer.
This root is what you add to the <filename>BBLAYERS</filename> This root is what you add to the <filename>BBLAYERS</filename>
variable in the <filename>build/conf/bblayers.conf</filename> file found in the variable in the <filename>conf/bblayers.conf</filename> file found in the
<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'>Yocto Project Build Directory</ulink>. <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-build-directory'>Yocto Project Build Directory</ulink>.
Adding the root allows the Yocto Project build system to recognize the BSP Adding the root allows the Yocto Project build system to recognize the BSP
definition and from it build an image. definition and from it build an image.
@@ -157,6 +156,7 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
meta-crownbay/COPYING.MIT meta-crownbay/COPYING.MIT
meta-crownbay/README meta-crownbay/README
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
@@ -173,13 +173,10 @@
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.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/
meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin-1.6/
meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin-1.6/.gitignore
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/ meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/ meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf
@@ -187,7 +184,7 @@
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay-noemgd/xorg.conf
meta-crownbay/recipes-kernel/ meta-crownbay/recipes-kernel/
meta-crownbay/recipes-kernel/linux/ meta-crownbay/recipes-kernel/linux/
meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
</literallayout> </literallayout>