summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide')
-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 @@
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-&lt;bsp_name&gt;/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>