diff options
-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> |