summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-02-15 16:07:45 -0600
committerSaul Wold <sgw@linux.intel.com>2011-02-18 20:51:30 -0800
commit07c159fd2250910538a138333e567cb46a02b3af (patch)
treef620443c5a85dde384a78b3cfa0b097b12f292db /documentation/kernel-manual
parent6500cef062f17b3f9b1619b7548921a83a836d1c (diff)
downloadpoky-07c159fd2250910538a138333e567cb46a02b3af.tar.gz
documentation/kernel-manual/kernel-how-to.xml: fix to step 3 and 4 of section 3.4.4
Added text after the sample bbappend file stating that the user needs to update the KSRC assignment statement and also remove its comment. Also they have to remove the comment from the SRC_URI line. Changed the bitbake command in step 4 to use the linux-yocto-stable file rather than the linux-yocto file. 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.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/kernel-manual/kernel-how-to.xml b/documentation/kernel-manual/kernel-how-to.xml
index 6d1da06345..27426117a1 100644
--- a/documentation/kernel-manual/kernel-how-to.xml
+++ b/documentation/kernel-manual/kernel-how-to.xml
@@ -1111,6 +1111,11 @@ That's it. Configure and build.
1111 # SRC_URI = "git://${KSRC};nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" 1111 # SRC_URI = "git://${KSRC};nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
1112 </literallayout> 1112 </literallayout>
1113 </para> 1113 </para>
1114
1115 <para>
1116 In the previous sample file you need to update and remove the comment from
1117 the KSRC assignment and also remove the comment from the SRC_URI line.
1118 </para>
1114 1119
1115 <para> 1120 <para>
1116 After doing that, select the machine in <filename>build/conf/local.conf</filename>: 1121 After doing that, select the machine in <filename>build/conf/local.conf</filename>:
@@ -1177,7 +1182,7 @@ That's it. Configure and build.
1177 Then, modify the code there, using quilt to save the changes, and recompile until 1182 Then, modify the code there, using quilt to save the changes, and recompile until
1178 it works: 1183 it works:
1179 <literallayout class='monospaced'> 1184 <literallayout class='monospaced'>
1180 $ bitbake -c compile -f linux-yocto 1185 $ bitbake -c compile -f linux-yocto-stable
1181 </literallayout> 1186 </literallayout>
1182 </para></listitem> 1187 </para></listitem>
1183 1188