aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-05 08:32:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:45 +0100
commita3de958c637dfc91f1cc230b0d40df20a08a6390 (patch)
treeb577895ee8dee41e2965fb85681b510a361948c2 /documentation/bsp-guide
parent64b9137b43207c0505c4d8c26e654152b5a699da (diff)
downloadopenembedded-core-contrib-a3de958c637dfc91f1cc230b0d40df20a08a6390.tar.gz
documentation: remove references to task bbappend
The meta-intel BSPs and yocto-bsp tool no longer use a bbappend of task-core-tools-profile to add systemtap, so these sections should be removed. (From yocto-docs rev: cdc12163dd95f0a78cc0f35c03b5eb3d7b1476e3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml24
1 files changed, 0 insertions, 24 deletions
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 @@
</para></note>
</section>
- <section id='bsp-filelayout-core-recipes'>
- <title>Core Recipe Files</title>
- <para>
- You can find these files in the BSP Layer at:
- <literallayout class='monospaced'>
- meta-&lt;bsp_name&gt;/recipes-core/*
- </literallayout>
- </para>
-
- <para>
- 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
- <filename>task-core-tools-profile.bbappend</filename> file, which is an append file used
- to recommend that the
- <ulink url='http://sourceware.org/systemtap/wiki'>SystemTap</ulink>
- 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>