diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-27 08:24:36 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:54 +0100 |
commit | c6a0cc926fa90d2a6558c239232b1383069fbc5c (patch) | |
tree | 2457c884f2486fbcf9d6812290670c333c565c54 /documentation | |
parent | ec4cb4171473a2878672a32bbad9659b08b85d3a (diff) | |
download | poky-c6a0cc926fa90d2a6558c239232b1383069fbc5c.tar.gz |
documentation/dev-manual/dev-manual-kernel-appendix.xml: 3.0 to 3.2
The kernel used for example is no linux-yocto_3.2. I changed
all occurences of yocto_3.0 over to yocto_3.2
(From yocto-docs rev: 7ee8f86fd0f44197901c851a16c58aa5f6851b1f)
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-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 | ||