diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-14 06:56:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:19 +0100 |
commit | 7c12513fec46dcada5f3f6d8d7ea8b58cb3fa882 (patch) | |
tree | 6b0344cc4b6b950841fee3971ea47f2bf14807ca | |
parent | fb71e5092af10f7be6d622a48efd63c873a3895c (diff) | |
download | poky-7c12513fec46dcada5f3f6d8d7ea8b58cb3fa882.tar.gz |
documentation/adt-manual/kernel-how-to.xml: Changed Bitbake to BitBake (From yocto-docs rev: c3b3d7f7b16bc222d599bdfb5e99c86694a1c865)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 711291326b..0e344c44a9 100644 --- a/documentation/kernel-manual/kernel-how-to.xml +++ b/documentation/kernel-manual/kernel-how-to.xml | |||
@@ -1085,7 +1085,7 @@ That's it. Configure and build. | |||
1085 | <listitem><para>Make sure the Yocto Project build process knows about the new BSP | 1085 | <listitem><para>Make sure the Yocto Project build process knows about the new BSP |
1086 | layer by adding the pathname to the new layer to the <filename>bblayers.conf</filename> configuration | 1086 | layer by adding the pathname to the new layer to the <filename>bblayers.conf</filename> configuration |
1087 | file located in the Yocto Project build tree at <filename>build/conf/bblayers.conf</filename>. | 1087 | file located in the Yocto Project build tree at <filename>build/conf/bblayers.conf</filename>. |
1088 | Adding the layer allows Bitbake to find the new layer. | 1088 | Adding the layer allows BitBake to find the new layer. |
1089 | 1089 | ||
1090 | <note> | 1090 | <note> |
1091 | The above example creates a BSP layer named <filename>meta-mymachine</filename> that is | 1091 | The above example creates a BSP layer named <filename>meta-mymachine</filename> that is |