From f6092be1de054cde153b99e94e964a660f3cf0fa Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 5 Oct 2012 11:25:03 -0700 Subject: documentation: dev-manual - mentioned SRC_URI in the kernel example this statement in the linux-yocto-3.4.bbappend file needs to have the comment removed so the source can be found. (From yocto-docs rev: 821162221818f5ce53bb903aeef57c85314f5083) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'documentation') 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" -- cgit v1.2.3-54-g00ecf