diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-05 08:32:53 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:45 +0100 |
| commit | a3de958c637dfc91f1cc230b0d40df20a08a6390 (patch) | |
| tree | b577895ee8dee41e2965fb85681b510a361948c2 | |
| parent | 64b9137b43207c0505c4d8c26e654152b5a699da (diff) | |
| download | poky-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>
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 24 | ||||
| -rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 29 |
2 files changed, 0 insertions, 53 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 @@ | |||
| 172 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig | 172 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig |
| 173 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ | 173 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/ |
| 174 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig | 174 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay-noemgd/machconfig |
| 175 | meta-crownbay/recipes-core/ | ||
| 176 | meta-crownbay/recipes-core/tasks/ | ||
| 177 | meta-crownbay/recipes-core/tasks/task-core-tools-profile.bbappend | ||
| 178 | meta-crownbay/recipes-graphics/ | 175 | meta-crownbay/recipes-graphics/ |
| 179 | meta-crownbay/recipes-graphics/xorg-xserver/ | 176 | meta-crownbay/recipes-graphics/xorg-xserver/ |
| 180 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | 177 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend |
| @@ -447,27 +444,6 @@ | |||
| 447 | </para></note> | 444 | </para></note> |
| 448 | </section> | 445 | </section> |
| 449 | 446 | ||
| 450 | <section id='bsp-filelayout-core-recipes'> | ||
| 451 | <title>Core Recipe Files</title> | ||
| 452 | <para> | ||
| 453 | You can find these files in the BSP Layer at: | ||
| 454 | <literallayout class='monospaced'> | ||
| 455 | meta-<bsp_name>/recipes-core/* | ||
| 456 | </literallayout> | ||
| 457 | </para> | ||
| 458 | |||
| 459 | <para> | ||
| 460 | This directory contains recipe files that are almost always necessary to build a | ||
| 461 | useful, working Linux image. | ||
| 462 | Thus, the term "core" is used to group these recipes. | ||
| 463 | For example, in the Crown Bay BSP there is the | ||
| 464 | <filename>task-core-tools-profile.bbappend</filename> file, which is an append file used | ||
| 465 | to recommend that the | ||
| 466 | <ulink url='http://sourceware.org/systemtap/wiki'>SystemTap</ulink> | ||
| 467 | package be included as a package when the image is built. | ||
| 468 | </para> | ||
| 469 | </section> | ||
| 470 | |||
| 471 | <section id='bsp-filelayout-recipes-graphics'> | 447 | <section id='bsp-filelayout-recipes-graphics'> |
| 472 | <title>Display Support Files</title> | 448 | <title>Display Support Files</title> |
| 473 | <para> | 449 | <para> |
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 @@ | |||
| 358 | </para> | 358 | </para> |
| 359 | </section> | 359 | </section> |
| 360 | 360 | ||
| 361 | <section id='changing-recipes-core'> | ||
| 362 | <title>Changing <filename>recipes-core</filename></title> | ||
| 363 | |||
| 364 | <para> | ||
| 365 | Now let's look at changes in <filename>recipes-core</filename>. | ||
| 366 | The file <filename>task-core-tools.bbappend</filename> in | ||
| 367 | <filename>recipes-core/tasks</filename> appends the similarly named recipe | ||
| 368 | located in the <link linkend='source-directory'>source directory</link> at | ||
| 369 | <filename>meta/recipes-core/tasks</filename>. | ||
| 370 | The append file in our layer right now is Crown Bay-specific and supports | ||
| 371 | EMGD and non-EMGD. | ||
| 372 | Here are the contents of the file: | ||
| 373 | <literallayout class='monospaced'> | ||
| 374 | RRECOMMENDS_task-core-tools-profile_append_crownbay = " systemtap" | ||
| 375 | RRECOMMENDS_task-core-tools-profile_append_crownbay-noemgd = " systemtap" | ||
| 376 | </literallayout> | ||
| 377 | </para> | ||
| 378 | |||
| 379 | <para> | ||
| 380 | The <filename>RRECOMMENDS</filename> statements list packages that | ||
| 381 | extend usability. | ||
| 382 | The first <filename>RRECOMMENDS</filename> statement can be removed, while the | ||
| 383 | second one can be changed to reflect <filename>meta-mymachine</filename>: | ||
| 384 | <literallayout class='monospaced'> | ||
| 385 | RRECOMMENDS_task-core-tools-profile_append_mymachine = " systemtap" | ||
| 386 | </literallayout> | ||
| 387 | </para> | ||
| 388 | </section> | ||
| 389 | |||
| 390 | <section id='changing-recipes-kernel'> | 361 | <section id='changing-recipes-kernel'> |
| 391 | <title>Changing <filename>recipes-kernel</filename></title> | 362 | <title>Changing <filename>recipes-kernel</filename></title> |
| 392 | 363 | ||
