]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/kernel-manual/kernel-how-to.xml: Fix to step 1 of section 3.4.4
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 15 Feb 2011 21:49:33 +0000 (15:49 -0600)
committerSaul Wold <sgw@linux.intel.com>
Sat, 19 Feb 2011 04:51:30 +0000 (20:51 -0800)
Step one states that the linux-yocto_git.bbappend file is left.  This
file is associated with distro 2.6.37 kernel and the rest of the
example is associated with the 2.6.34 kernel.  So, I changed the
step to indicate that the directory is left with a linux-yocto-stable_git.bbappend
file.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/kernel-manual/kernel-how-to.xml

index c3c9569adfd032523b3647d59f33ee19eb34e2af..efe81e5c0ec7872686b0d5fb9a94eab3f3b9f05d 100644 (file)
@@ -1052,7 +1052,8 @@ That's it. Configure and build.
                         <listitem><para>Copy meta-emenlow</para></listitem>
                         <listitem><para>Fix or remove anything you do not need.  
                         For this example the only thing left was the kernel directory with a 
-                        <filename>linux-yocto_git.bbappend</filename> file (linux-yocto is the kernel listed in 
+                        <filename>linux-yocto-stable_git.bbappend</filename> file 
+                        (linux-yocto-stable is the kernel listed in 
                         <filename>meta-crownbay/conf/machine/crownbay.conf</filename></para></listitem>.
                         <listitem><para>Add a new entry in the <filename>build/conf/bblayers.conf</filename> 
                         so the new layer can be found by Bitbake.</para></listitem>