diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-02-15 15:54:25 -0600 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-18 20:51:30 -0800 |
commit | 6500cef062f17b3f9b1619b7548921a83a836d1c (patch) | |
tree | 5fee35c7c1ff3fa89a3a9cdd8f9db43f4ab75477 | |
parent | 7c06c4f54598a5d59fc81b89796cce73bef399e6 (diff) | |
download | openembedded-core-6500cef062f17b3f9b1619b7548921a83a836d1c.tar.gz openembedded-core-6500cef062f17b3f9b1619b7548921a83a836d1c.tar.bz2 openembedded-core-6500cef062f17b3f9b1619b7548921a83a836d1c.tar.xz openembedded-core-6500cef062f17b3f9b1619b7548921a83a836d1c.zip |
documentation/kernel-manual/kernel-how-to.xml: Fix to step 3 of section 3.4.4
Changed 'linux-yocto_git.bbappend' to 'linux-yocto-stable_git.bbappend'
in step 3 just before the code example. This makes the code consistent
with the rest of the example supporting the 2.6.34 kernel.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/kernel-manual/kernel-how-to.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml index efe81e5c0..6d1da0634 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml @@ -1089,7 +1089,7 @@ That's it. Configure and build. </para></listitem> <listitem><para> - In a layer, create a <filename>linux-yocto_git.bbappend</filename> + In a layer, create a <filename>linux-yocto-stable_git.bbappend</filename> file with the following: </para> |