summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-10 15:38:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 15:27:01 +0100
commit8d95334b5a534a9ca8688033c1c187d3a0cd00a0 (patch)
treea7657335aa32ac30097ebeddcf48b989c70b922e /documentation/dev-manual/dev-manual-kernel-appendix.xml
parentae7a21452237e0bd0a7b379fe71685d08047c447 (diff)
downloadpoky-8d95334b5a534a9ca8688033c1c187d3a0cd00a0.tar.gz
documentation/dev-manual/dev-manual-kernel-appendix.xml: file name change
I changed 'linux-yocto-2.6.37.bbappend' to 'linux-yocto_2.6.37'. Also started a new note. (From yocto-docs rev: c78a937b9df37f68beee31c51914811ddd4d771f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-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'>