summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-22 16:47:20 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:02 -0800
commitcfbee010aceaed5c9730674dd1728fa70c4dbaf0 (patch)
tree02b338ce8512ff16c72c28d8b518f63b9fd9bab2 /documentation/bsp-guide/bsp.xml
parente856eed4e3539cce803425ec7b0edfdc1265e3fa (diff)
downloadpoky-cfbee010aceaed5c9730674dd1728fa70c4dbaf0.tar.gz
documentation/bsp-guide/bsp.xml: Edits to Core Recipe Files section.
(From yocto-docs rev: 8bd330a4d43732a10c4801f27a969adc83ac0e97) 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/bsp.xml')
-rw-r--r--documentation/bsp-guide/bsp.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 019a78f0a0..ebe56b517c 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -451,11 +451,14 @@
451 </para> 451 </para>
452 452
453 <para> 453 <para>
454 This directory contains recipe files for the core. 454 This directory contains recipe files that are almost always necessary to build a
455 useful, working Linux image.
456 Thus, the term "core" is used to group these recipes.
455 For example, in the Crown Bay BSP there is the 457 For example, in the Crown Bay BSP there is the
456 <filename>task-core-tools.bbappend</filename> file, which is an append file used 458 <filename>task-core-tools-profile.bbappend</filename> file, which is an append file used
457 to recommend that the SystemTap package be included as a package when the image 459 to recommend that the
458 is built. 460 <ulink url='http://sourceware.org/systemtap/wiki'>SystemTap</ulink>
461 package be included as a package when the image is built.
459 </para> 462 </para>
460 </section> 463 </section>
461 464