diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-05 11:25:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:24:12 +0100 |
commit | f6092be1de054cde153b99e94e964a660f3cf0fa (patch) | |
tree | 9ca104ea1f860c0b800a628bfb03ff76f5ba9654 | |
parent | babe0fa1377f9ae6bccad83583acb4f96a67935a (diff) | |
download | poky-f6092be1de054cde153b99e94e964a660f3cf0fa.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>
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 5 |
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> |