1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

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>
This commit is contained in:
Scott Rifenbark
2011-08-10 15:38:03 -07:00
committed by Richard Purdie
parent ae7a214522
commit 8d95334b5a
@@ -387,7 +387,7 @@
" "
</literallayout></para></listitem> </literallayout></para></listitem>
<listitem><para><emphasis>Identify Your Source Files</emphasis> - In the <listitem><para><emphasis>Identify Your Source Files</emphasis> - In the
<filename>linux-yocto-2.6.37.bbappend</filename> file located in the <filename>linux-yocto_2.6.37.bbappend</filename> file located in the
<filename>poky-extras/meta-kernel-dev/recipes-kernel/linux</filename> <filename>poky-extras/meta-kernel-dev/recipes-kernel/linux</filename>
directory you need to identify the location of the directory you need to identify the location of the
local source code, which in this example is the bare clone named local source code, which in this example is the bare clone named
@@ -399,13 +399,18 @@
KSRC_linux_yocto ?= /home/scottrif/linux-yocto-2.6.37.git KSRC_linux_yocto ?= /home/scottrif/linux-yocto-2.6.37.git
</literallayout></para></listitem> </literallayout></para></listitem>
<listitem><para><emphasis>Specify the Kernel Machine</emphasis> - Also in the <listitem><para><emphasis>Specify the Kernel Machine</emphasis> - Also in the
<filename>linux-yocto-2.6.37.bbappend</filename> you need to specify <filename>linux-yocto_2.6.37.bbappend</filename> you need to specify
the kernel machine with the following statement: the kernel machine with the following statement:
<literallayout class='monospaced'> <literallayout class='monospaced'>
KMACHINE_qemux86 = "yocto/standard/common-pc/base" KMACHINE_qemux86 = "yocto/standard/common-pc/base"
</literallayout></para></listitem> </literallayout></para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
<note>
Due to some issues there is one more change you have to make before attempting your
build.
</note>
</section> </section>
<section id='building-and-booting-the-modified-qemu-kernel-image'> <section id='building-and-booting-the-modified-qemu-kernel-image'>