summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-bsp-appendix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-bsp-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml29
1 files changed, 0 insertions, 29 deletions
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&nbsp;&nbsp;<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&nbsp;&nbsp;<filename>recipes-kernel</filename></title> 362 <title>Changing&nbsp;&nbsp;<filename>recipes-kernel</filename></title>
392 363