From be04e176cb3aa38efc9fe7eb8de85ba710625a65 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 22 Feb 2012 14:43:04 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'documentation/bsp-guide/bsp.xml') 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 @@ The BSP specification does not include a build system or other tools - it is concerned with the hardware-specific components only. - At the end - distribution point you can ship the BSP combined with a build system + At the end-distribution point, you can ship the BSP combined with a build system and other tools. However, it is important to maintain the distinction that these are separate components that happen to be combined in certain end products. @@ -89,7 +88,7 @@ meta-ti It is worth noting that the meta-intel 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 meta-intel BSP Layer contains: @@ -105,7 +104,7 @@ The layer's base directory (meta-<bsp_name>) is the root of the BSP Layer. This root is what you add to the BBLAYERS - variable in the build/conf/bblayers.conf file found in the + variable in the conf/bblayers.conf file found in the Yocto Project Build Directory. Adding the root allows the Yocto Project build system to recognize the BSP definition and from it build an image. @@ -157,6 +156,7 @@ meta-crownbay/COPYING.MIT meta-crownbay/README + meta-crownbay/README.sources meta-crownbay/binary meta-crownbay/conf/ meta-crownbay/conf/layer.conf @@ -173,13 +173,10 @@ meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig meta-crownbay/recipes-core 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/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/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/crownbay/ 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-kernel/ 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_3.0.bbappend -- cgit v1.2.3-54-g00ecf