diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 0c7ead50f1..5bfa9fb514 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -172,9 +172,6 @@
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-profile.bbappend
meta-crownbay/recipes-graphics/
meta-crownbay/recipes-graphics/xorg-xserver/
meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
@@ -447,27 +444,6 @@
-
- Core Recipe Files
-
- You can find these files in the BSP Layer at:
-
- meta-<bsp_name>/recipes-core/*
-
-
-
-
- This directory contains recipe files that are almost always necessary to build a
- useful, working Linux image.
- Thus, the term "core" is used to group these recipes.
- For example, in the Crown Bay BSP there is the
- task-core-tools-profile.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
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index 98ed8371db..50a0049ab5 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -358,35 +358,6 @@
-
- Changing recipes-core
-
-
- Now let's look at changes in recipes-core.
- The file task-core-tools.bbappend in
- recipes-core/tasks appends the similarly named recipe
- located in the source directory at
- meta/recipes-core/tasks.
- The append file in our layer right now is Crown Bay-specific and supports
- EMGD and non-EMGD.
- Here are the contents of the file:
-
- RRECOMMENDS_task-core-tools-profile_append_crownbay = " systemtap"
- RRECOMMENDS_task-core-tools-profile_append_crownbay-noemgd = " systemtap"
-
-
-
-
- The RRECOMMENDS statements list packages that
- extend usability.
- The first RRECOMMENDS statement can be removed, while the
- second one can be changed to reflect meta-mymachine:
-
- RRECOMMENDS_task-core-tools-profile_append_mymachine = " systemtap"
-
-
-
-
Changing recipes-kernel