diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-02-15 15:49:33 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-18 20:51:30 -0800 |
commit | 7c06c4f54598a5d59fc81b89796cce73bef399e6 (patch) | |
tree | 3894ddf1aca7e50c3b6e814c8602c6fd9be82e4c /documentation | |
parent | c168c529367e123b557e915f5e5e49018c6de572 (diff) | |
download | poky-7c06c4f54598a5d59fc81b89796cce73bef399e6.tar.gz |
documentation/kernel-manual/kernel-how-to.xml: Fix to step 1 of section 3.4.4
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index c3c9569adf..efe81e5c0e 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml | |||
@@ -1052,7 +1052,8 @@ That's it. Configure and build. | |||
1052 | <listitem><para>Copy meta-emenlow</para></listitem> | 1052 | <listitem><para>Copy meta-emenlow</para></listitem> |
1053 | <listitem><para>Fix or remove anything you do not need. | 1053 | <listitem><para>Fix or remove anything you do not need. |
1054 | For this example the only thing left was the kernel directory with a | 1054 | For this example the only thing left was the kernel directory with a |
1055 | <filename>linux-yocto_git.bbappend</filename> file (linux-yocto is the kernel listed in | 1055 | <filename>linux-yocto-stable_git.bbappend</filename> file |
1056 | (linux-yocto-stable is the kernel listed in | ||
1056 | <filename>meta-crownbay/conf/machine/crownbay.conf</filename></para></listitem>. | 1057 | <filename>meta-crownbay/conf/machine/crownbay.conf</filename></para></listitem>. |
1057 | <listitem><para>Add a new entry in the <filename>build/conf/bblayers.conf</filename> | 1058 | <listitem><para>Add a new entry in the <filename>build/conf/bblayers.conf</filename> |
1058 | so the new layer can be found by Bitbake.</para></listitem> | 1059 | so the new layer can be found by Bitbake.</para></listitem> |