summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-01 18:25:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:19 +0100
commit3120247447cc230e87e578cf3a5dc8ee9bbdf873 (patch)
treee6498094f6e1a8e730c4710b6ec4b6b1ea45f804 /documentation/kernel-manual
parentfe438753ba4eef5511d9a1aad71469a5f8da277e (diff)
downloadpoky-3120247447cc230e87e578cf3a5dc8ee9bbdf873.tar.gz
documentation/kernel-manual/kernel-how-to.xml: partial - more edits to BSP procedure (From yocto-docs rev: 694b00c080633be874f2842badedf1e453038f88)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-manual')
-rw-r--r--documentation/kernel-manual/kernel-how-to.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 7afbb1cb25..e21d1137dd 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -1064,18 +1064,18 @@ That's it. Configure and build.
1064 is the <filename>linux-yocto_git.bbappend</filename> file in the 1064 is the <filename>linux-yocto_git.bbappend</filename> file in the
1065 <filename>meta-mymachine/recipes-kernel/linux</filename> directory 1065 <filename>meta-mymachine/recipes-kernel/linux</filename> directory
1066 and the <filename>emenlow.conf</filename> configuration file in the 1066 and the <filename>emenlow.conf</filename> configuration file in the
1067 <filename>meta-mymachine/conf/machine</filename> directory. 1067 <filename>meta-mymachine/conf/machine</filename> directory as well as the
1068 Note that "linux-yocto" is the kernel specified in the <filename>mymachine.conf</filename> 1068 <filename>layer.conf</filename> file in the parent <filename>conf</filename> directory.
1069 configuration file.</para></listitem>. 1069 </para></listitem>.
1070 <listitem><para>Rename the <filename>emenlow.conf</filename> file to <filename>mymachine.conf</filename> 1070 <listitem><para>Rename the <filename>emenlow.conf</filename> file to <filename>mymachine.conf</filename>
1071 and fix or remove any configurations.</para></listitem> 1071 and fix or remove any configurations.
1072 You need to be sure that "mymachine" replaces "emenlow".
1073 Note also that "linux-yocto" is the kernel specified in the configuration file.</para></listitem>
1072 <listitem><para>Make sure the Yocto Project build process knows about the new BSP 1074 <listitem><para>Make sure the Yocto Project build process knows about the new BSP
1073 layer by adding the layer to the <filename>bblayers.conf</filename> configuration 1075 layer by adding the layer to the <filename>bblayers.conf</filename> configuration
1074 file located in the Yocto Project build tree at <filename>build/conf/bblayers.conf</filename>. 1076 file located in the Yocto Project build tree at <filename>build/conf/bblayers.conf</filename>.
1075 Adding the layer allows Bitbake to find the new layer. 1077 Adding the layer allows Bitbake to find the new layer.
1076 You also need to edit the <filename>layer.conf</filename> file located in the 1078 </para></listitem>
1077 <filename>meta-mymachine/conf</filename> directory such that "mymachine" replaces
1078 "emenlow".</para></listitem>
1079 </orderedlist> 1079 </orderedlist>
1080 </para></listitem> 1080 </para></listitem>
1081 1081
@@ -1096,7 +1096,7 @@ That's it. Configure and build.
1096 </para> 1096 </para>
1097 1097
1098 <para> 1098 <para>
1099 Now create a branch in the local clone and push it to the bare clone: 1099 Now be sure you are in the local clone and create a branch and push it to the bare clone:
1100 <literallayout class='monospaced'> 1100 <literallayout class='monospaced'>
1101 $ git checkout -b yocto/standard/mymachine origin/yocto/standard/base 1101 $ git checkout -b yocto/standard/mymachine origin/yocto/standard/base
1102 $ git push origin yocto/standard/mymachine:yocto/standard/mymachine 1102 $ git push origin yocto/standard/mymachine:yocto/standard/mymachine