summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-05 11:25:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-07 13:15:37 +0100
commiteb8ac50d58575be3e04c4decc5b0e2d80381be9b (patch)
tree670cf690c0a7faf2a9819a038b00d63ae1389d64 /documentation/dev-manual
parent1efdf7e1491fbd96b300398e393f48adda06f8d7 (diff)
downloadpoky-eb8ac50d58575be3e04c4decc5b0e2d80381be9b.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml5
1 files changed, 4 insertions, 1 deletions
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 @@
469 To do this, set the <filename>KSRC_linux_yocto</filename> variable to point to your 469 To do this, set the <filename>KSRC_linux_yocto</filename> variable to point to your
470 local <filename>linux-yocto-3.4.git</filename> Git repository by adding the 470 local <filename>linux-yocto-3.4.git</filename> Git repository by adding the
471 following statement. 471 following statement.
472 Be sure to substitute your user information in the statement: 472 Also, be sure the <filename>SRC_URI</filename> variable is pointing to
473 your kernel source files by removing the comment.
474 Finally, be sure to substitute your user information in the statement:
473 <literallayout class='monospaced'> 475 <literallayout class='monospaced'>
474 KSRC_linux_yocto_3_4 ?= "/home/scottrif/linux-yocto-3.4.git" 476 KSRC_linux_yocto_3_4 ?= "/home/scottrif/linux-yocto-3.4.git"
477 SRC_URI = "git://${KSRC_linux_yocto_3_4};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
475 </literallayout></para></listitem> 478 </literallayout></para></listitem>
476 </itemizedlist> 479 </itemizedlist>
477 </para> 480 </para>