From 9d72b706faaba823e7ce93f262ac5f1bdfc94db7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 28 Sep 2011 12:36:33 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 @@ +
+ Core Recipe Files + + You can find these files in the Yocto Project file's directory structure at: + + meta-<bsp_name>/recipes-core/* + + + + + This directory contains recipe files for the core. + For example, in the Crown Bay BSP there is the + task-core-tools.bbappend file, which is an append file used + to recommend that the SystemTap package be included as a package when the image + is built. + +
+
Display Support Files -- cgit v1.2.3-54-g00ecf