From: Scott Rifenbark Date: Tue, 15 Feb 2011 22:07:45 +0000 (-0600) Subject: documentation/kernel-manual/kernel-how-to.xml: fix to step 3 and 4 of section 3.4.4 X-Git-Tag: 2011-1~2300 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=07c159fd2250910538a138333e567cb46a02b3af;p=openembedded-core.git 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 --- 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. # SRC_URI = "git://${KSRC};nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" + + + In the previous sample file you need to update and remove the comment from + the KSRC assignment and also remove the comment from the SRC_URI line. + After doing that, select the machine in build/conf/local.conf: @@ -1177,7 +1182,7 @@ That's it. Configure and build. Then, modify the code there, using quilt to save the changes, and recompile until it works: - $ bitbake -c compile -f linux-yocto + $ bitbake -c compile -f linux-yocto-stable