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 /documentation/kernel-manual | |
parent | 7c06c4f54598a5d59fc81b89796cce73bef399e6 (diff) | |
download | poky-6500cef062f17b3f9b1619b7548921a83a836d1c.tar.gz |
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>
Diffstat (limited to 'documentation/kernel-manual')
-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 efe81e5c0e..6d1da06345 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. | |||
1089 | </para></listitem> | 1089 | </para></listitem> |
1090 | 1090 | ||
1091 | <listitem><para> | 1091 | <listitem><para> |
1092 | In a layer, create a <filename>linux-yocto_git.bbappend</filename> | 1092 | In a layer, create a <filename>linux-yocto-stable_git.bbappend</filename> |
1093 | file with the following: | 1093 | file with the following: |
1094 | </para> | 1094 | </para> |
1095 | 1095 | ||