diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index e1a1029ddb..9070fcb561 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -469,9 +469,12 @@ To do this, set the KSRC_linux_yocto variable to point to your local linux-yocto-3.4.git Git repository by adding the following statement. - Be sure to substitute your user information in the statement: + Also, be sure the SRC_URI variable is pointing to + your kernel source files by removing the comment. + Finally, be sure to substitute your user information in the statement: KSRC_linux_yocto_3_4 ?= "/home/scottrif/linux-yocto-3.4.git" + SRC_URI = "git://${KSRC_linux_yocto_3_4};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"