diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-09-28 12:36:33 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-04 13:46:40 +0100 |
| commit | 43eeb4f870b87ed16aac0c3dfb2a624bc0cd60a3 (patch) | |
| tree | a551195016e1180d916e72132099d27e920c79e7 | |
| parent | 4a0e09a531460e54b9815c4f091972f1c1068c66 (diff) | |
| download | poky-43eeb4f870b87ed16aac0c3dfb2a624bc0cd60a3.tar.gz | |
documentation/bsp-guide/bsp.xml: Added recipes-core section
In the example I use for the BSP structure I use the Crown Bay
BSP. I neglected to include any explanation of the recipes-core
directory. I have added some description around this area.
(From yocto-docs rev: ba56c86e5a4aa3fbf23b12d26ffe35a3b6193a78)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index bd2ef8bba3..282bc55b07 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
| @@ -145,6 +145,9 @@ | |||
| 145 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig | 145 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig |
| 146 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ | 146 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ |
| 147 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig | 147 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig |
| 148 | meta-crownbay/recipes-core | ||
| 149 | meta-crownbay/recipes-core/tasks | ||
| 150 | meta-crownbay/recipes-core/tasks/task-core-tools.bbappend | ||
| 148 | meta-crownbay/recipes-graphics/ | 151 | meta-crownbay/recipes-graphics/ |
| 149 | meta-crownbay/recipes-graphics/xorg-xserver/ | 152 | meta-crownbay/recipes-graphics/xorg-xserver/ |
| 150 | meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb | 153 | meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb |
| @@ -371,6 +374,24 @@ | |||
| 371 | </para></note> | 374 | </para></note> |
| 372 | </section> | 375 | </section> |
| 373 | 376 | ||
| 377 | <section id='bsp-filelayout-core-recipes'> | ||
| 378 | <title>Core Recipe Files</title> | ||
| 379 | <para> | ||
| 380 | You can find these files in the Yocto Project file's directory structure at: | ||
| 381 | <literallayout class='monospaced'> | ||
| 382 | meta-<bsp_name>/recipes-core/* | ||
| 383 | </literallayout> | ||
| 384 | </para> | ||
| 385 | |||
| 386 | <para> | ||
| 387 | This directory contains recipe files for the core. | ||
| 388 | For example, in the Crown Bay BSP there is the | ||
| 389 | <filename>task-core-tools.bbappend</filename> file, which is an append file used | ||
| 390 | to recommend that the SystemTap package be included as a package when the image | ||
| 391 | is built. | ||
| 392 | </para> | ||
| 393 | </section> | ||
| 394 | |||
| 374 | <section id='bsp-filelayout-recipes-graphics'> | 395 | <section id='bsp-filelayout-recipes-graphics'> |
| 375 | <title>Display Support Files</title> | 396 | <title>Display Support Files</title> |
| 376 | <para> | 397 | <para> |
