summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-27 08:24:36 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:35 +0100
commit8ddaa3ede81e77b065b488eca360370820cbee67 (patch)
treebaf58fe9fc51dc1b8710bcfac1bf11645bc92e6e /documentation
parent52ccf5a9eb04107b8d96f6fa0a0e427eac066ae4 (diff)
downloadpoky-8ddaa3ede81e77b065b488eca360370820cbee67.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: c3585a0fec0381a88071004660ab96016f9674e2) 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.xml6
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