1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Scott Rifenbark
2012-04-27 08:24:36 -06:00
committed by Richard Purdie
parent 52ccf5a9eb
commit 8ddaa3ede8
@@ -420,7 +420,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_3.0.bbappend</filename> file located in the <filename>linux-yocto_3.2.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
@@ -433,7 +433,7 @@
KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.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_3.0.bbappend</filename> file, you need to specify <filename>linux-yocto_3.2.bbappend</filename> file, 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"
@@ -450,7 +450,7 @@
unused <filename>.bbappend</filename> files. unused <filename>.bbappend</filename> files.
Alternatively, you can simply remove all the files Alternatively, you can simply remove all the files
except the one your are using for the build except the one your are using for the build
(i.e. <filename>linux-yocto_3.0.bbappend</filename> in this example). (i.e. <filename>linux-yocto_3.2.bbappend</filename> in this example).
</note> </note>
</section> </section>