summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 11adf650ef..59abf9a12e 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -387,7 +387,7 @@
387 " 387 "
388 </literallayout></para></listitem> 388 </literallayout></para></listitem>
389 <listitem><para><emphasis>Identify Your Source Files</emphasis> - In the 389 <listitem><para><emphasis>Identify Your Source Files</emphasis> - In the
390 <filename>linux-yocto-2.6.37.bbappend</filename> file located in the 390 <filename>linux-yocto_2.6.37.bbappend</filename> file located in the
391 <filename>poky-extras/meta-kernel-dev/recipes-kernel/linux</filename> 391 <filename>poky-extras/meta-kernel-dev/recipes-kernel/linux</filename>
392 directory you need to identify the location of the 392 directory you need to identify the location of the
393 local source code, which in this example is the bare clone named 393 local source code, which in this example is the bare clone named
@@ -399,13 +399,18 @@
399 KSRC_linux_yocto ?= /home/scottrif/linux-yocto-2.6.37.git 399 KSRC_linux_yocto ?= /home/scottrif/linux-yocto-2.6.37.git
400 </literallayout></para></listitem> 400 </literallayout></para></listitem>
401 <listitem><para><emphasis>Specify the Kernel Machine</emphasis> - Also in the 401 <listitem><para><emphasis>Specify the Kernel Machine</emphasis> - Also in the
402 <filename>linux-yocto-2.6.37.bbappend</filename> you need to specify 402 <filename>linux-yocto_2.6.37.bbappend</filename> you need to specify
403 the kernel machine with the following statement: 403 the kernel machine with the following statement:
404 <literallayout class='monospaced'> 404 <literallayout class='monospaced'>
405 KMACHINE_qemux86 = "yocto/standard/common-pc/base" 405 KMACHINE_qemux86 = "yocto/standard/common-pc/base"
406 </literallayout></para></listitem> 406 </literallayout></para></listitem>
407 </itemizedlist> 407 </itemizedlist>
408 </para> 408 </para>
409
410 <note>
411 Due to some issues there is one more change you have to make before attempting your
412 build.
413 </note>
409 </section> 414 </section>
410 415
411 <section id='building-and-booting-the-modified-qemu-kernel-image'> 416 <section id='building-and-booting-the-modified-qemu-kernel-image'>