diff options
-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 |