aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-28 12:36:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:40 +0100
commit43eeb4f870b87ed16aac0c3dfb2a624bc0cd60a3 (patch)
treea551195016e1180d916e72132099d27e920c79e7 /documentation
parent4a0e09a531460e54b9815c4f091972f1c1068c66 (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml21
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 @@
meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig
meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/
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-graphics/
meta-crownbay/recipes-graphics/xorg-xserver/
meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb
@@ -371,6 +374,24 @@
</para></note>
</section>
+ <section id='bsp-filelayout-core-recipes'>
+ <title>Core Recipe Files</title>
+ <para>
+ You can find these files in the Yocto Project file's directory structure at:
+ <literallayout class='monospaced'>
+ meta-&lt;bsp_name&gt;/recipes-core/*
+ </literallayout>
+ </para>
+
+ <para>
+ This directory contains recipe files for the core.
+ For example, in the Crown Bay BSP there is the
+ <filename>task-core-tools.bbappend</filename> file, which is an append file used
+ to recommend that the SystemTap package be included as a package when the image
+ is built.
+ </para>
+ </section>
+
<section id='bsp-filelayout-recipes-graphics'>
<title>Display Support Files</title>
<para>