diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index ec8212c2de..e8fd3bc901 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
| @@ -420,7 +420,7 @@ | |||
| 420 | " | 420 | " |
| 421 | </literallayout></para></listitem> | 421 | </literallayout></para></listitem> |
| 422 | <listitem><para><emphasis>Identify Your Source Files:</emphasis> In the | 422 | <listitem><para><emphasis>Identify Your Source Files:</emphasis> In the |
| 423 | <filename>linux-yocto_3.0.bbappend</filename> file located in the | 423 | <filename>linux-yocto_3.2.bbappend</filename> file located in the |
| 424 | <filename>poky-extras/meta-kernel-dev/recipes-kernel/linux</filename> | 424 | <filename>poky-extras/meta-kernel-dev/recipes-kernel/linux</filename> |
| 425 | directory, you need to identify the location of the | 425 | directory, you need to identify the location of the |
| 426 | local source code, which in this example is the bare clone named | 426 | local source code, which in this example is the bare clone named |
| @@ -433,7 +433,7 @@ | |||
| 433 | KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git | 433 | KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git |
| 434 | </literallayout></para></listitem> | 434 | </literallayout></para></listitem> |
| 435 | <listitem><para><emphasis>Specify the Kernel Machine:</emphasis> Also in the | 435 | <listitem><para><emphasis>Specify the Kernel Machine:</emphasis> Also in the |
| 436 | <filename>linux-yocto_3.0.bbappend</filename> file, you need to specify | 436 | <filename>linux-yocto_3.2.bbappend</filename> file, you need to specify |
| 437 | the kernel machine with the following statement: | 437 | the kernel machine with the following statement: |
| 438 | <literallayout class='monospaced'> | 438 | <literallayout class='monospaced'> |
| 439 | KMACHINE_qemux86 = "yocto/standard/common-pc/base" | 439 | KMACHINE_qemux86 = "yocto/standard/common-pc/base" |
| @@ -450,7 +450,7 @@ | |||
| 450 | unused <filename>.bbappend</filename> files. | 450 | unused <filename>.bbappend</filename> files. |
| 451 | Alternatively, you can simply remove all the files | 451 | Alternatively, you can simply remove all the files |
| 452 | except the one your are using for the build | 452 | except the one your are using for the build |
| 453 | (i.e. <filename>linux-yocto_3.0.bbappend</filename> in this example). | 453 | (i.e. <filename>linux-yocto_3.2.bbappend</filename> in this example). |
| 454 | </note> | 454 | </note> |
| 455 | </section> | 455 | </section> |
| 456 | 456 | ||
