1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Scott Rifenbark
2012-02-22 16:47:20 -06:00
committed by Richard Purdie
parent e856eed4e3
commit cfbee010ac
+7 -4
View File
@@ -451,11 +451,14 @@
</para> </para>
<para> <para>
This directory contains recipe files for the 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 For example, in the Crown Bay BSP there is the
<filename>task-core-tools.bbappend</filename> file, which is an append file used <filename>task-core-tools-profile.bbappend</filename> file, which is an append file used
to recommend that the SystemTap package be included as a package when the image to recommend that the
is built. <ulink url='http://sourceware.org/systemtap/wiki'>SystemTap</ulink>
package be included as a package when the image is built.
</para> </para>
</section> </section>