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