summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-10 15:37:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 15:27:01 +0100
commitae7a21452237e0bd0a7b379fe71685d08047c447 (patch)
treea856dee8347ab070e69a7bda5f954ca2b8826105 /documentation
parent264785096a0ff74ece5e3b8e0e385e5328d1f597 (diff)
downloadpoky-ae7a21452237e0bd0a7b379fe71685d08047c447.tar.gz
documentation/dev-manual/dev-manual-bsp-appendix.xml: changed file name
I changed 'linux-yocto-2.6.37.bbappend' to 'linux-yocto_2.6.37. (From yocto-docs rev: 0eb284374ef9dfb26142ae4d0254a0fe4056d0ab) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-bsp-appendix.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml
index bbf9e2b254..6a3598543f 100644
--- a/documentation/dev-manual/dev-manual-bsp-appendix.xml
+++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml
@@ -300,7 +300,7 @@
300 The recipe for that kernel is not located in the 300 The recipe for that kernel is not located in the
301 BSP layer but rather in the local Yocto Project files at 301 BSP layer but rather in the local Yocto Project files at
302 <filename>meta/recipes-kernel/linux</filename> and is 302 <filename>meta/recipes-kernel/linux</filename> and is
303 named <filename>linux-yocto-2.6.37.bb</filename>. 303 named <filename>linux-yocto_2.6.37.bb</filename>.
304 The <filename>SRCREV_machine</filename> and <filename>SRCREV_meta</filename> 304 The <filename>SRCREV_machine</filename> and <filename>SRCREV_meta</filename>
305 statements point to the exact commits used by the Yocto Project development team 305 statements point to the exact commits used by the Yocto Project development team
306 in their source repositories that identify the right kernel for our hardware. 306 in their source repositories that identify the right kernel for our hardware.
@@ -309,7 +309,7 @@
309 <para> 309 <para>
310 However, in the <filename>meta-mymachine</filename> layer in 310 However, in the <filename>meta-mymachine</filename> layer in
311 <filename>recipes-kernel/linux</filename> resides a <filename>.bbappend</filename> 311 <filename>recipes-kernel/linux</filename> resides a <filename>.bbappend</filename>
312 file named <filename>linux-yocto-2.6.37.bbappend</filename> that 312 file named <filename>linux-yocto_2.6.37.bbappend</filename> that
313 is appended to the recipe of the same name in <filename>meta/recipes-kernel/link</filename>. 313 is appended to the recipe of the same name in <filename>meta/recipes-kernel/link</filename>.
314 Thus, the <filename>SRCREV</filename> statements in the "append" file override 314 Thus, the <filename>SRCREV</filename> statements in the "append" file override
315 the more general statements found in <filename>meta</filename>. 315 the more general statements found in <filename>meta</filename>.
@@ -343,7 +343,7 @@
343 </para> 343 </para>
344 344
345 <para> 345 <para>
346 To fix this situation in <filename>linux-yocto-2.6.37.bbappend</filename> 346 To fix this situation in <filename>linux-yocto_2.6.37.bbappend</filename>
347 we delete the two <filename>SRCREV</filename> statements that support 347 we delete the two <filename>SRCREV</filename> statements that support
348 EMGD (the top pair). 348 EMGD (the top pair).
349 We also change the remaining pair to specify <filename>mymachine</filename> 349 We also change the remaining pair to specify <filename>mymachine</filename>
@@ -376,7 +376,7 @@
376 branch</para></listitem> 376 branch</para></listitem>
377 <listitem><para>Click on the commit column header to view the top commit</para></listitem> 377 <listitem><para>Click on the commit column header to view the top commit</para></listitem>
378 <listitem><para>Copy the commit string for use in the 378 <listitem><para>Copy the commit string for use in the
379 <filename>linux-yocto-2.6.37.bbappend</filename> file</para></listitem> 379 <filename>linux-yocto_2.6.37.bbappend</filename> file</para></listitem>
380 </orderedlist> 380 </orderedlist>
381 </para> 381 </para>
382 382
@@ -387,14 +387,14 @@
387 </para> 387 </para>
388 388
389 <para> 389 <para>
390 Also in the <filename>linux-yocto-2.6.37.bbappend</filename> file are 390 Also in the <filename>linux-yocto_2.6.37.bbappend</filename> file are
391 <filename>COMPATIBLE_MACHINE</filename>, <filename>KMACHINE</filename>, 391 <filename>COMPATIBLE_MACHINE</filename>, <filename>KMACHINE</filename>,
392 and <filename>KERNEL_FEATURES</filename> statements. 392 and <filename>KERNEL_FEATURES</filename> statements.
393 Two sets of these exist: one set supports EMGD and one set does not. 393 Two sets of these exist: one set supports EMGD and one set does not.
394 Because we are not interested in supporting EMGD those three can be deleted. 394 Because we are not interested in supporting EMGD those three can be deleted.
395 The remaining three must be changed so that <filename>mymachine</filename> replaces 395 The remaining three must be changed so that <filename>mymachine</filename> replaces
396 <filename>crownbay-noemgd</filename> and <filename>crownbay</filename>. 396 <filename>crownbay-noemgd</filename> and <filename>crownbay</filename>.
397 Here is the final <filename>linux-yocto-2.6.37.bbappend</filename> file after all 397 Here is the final <filename>linux-yocto_2.6.37.bbappend</filename> file after all
398 the edits: 398 the edits:
399 <literallayout class='monospaced'> 399 <literallayout class='monospaced'>
400 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 400 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"