diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-27 10:08:16 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:55 +0100 |
commit | 257fd0da642eff6c28e2818d885a7d60302a765a (patch) | |
tree | ea3734ca1f06a7a42b11a797ccf61481aec97602 /documentation/dev-manual/dev-manual-kernel-appendix.xml | |
parent | a22b2a8609ac08116f185526dcb1491b17c85763 (diff) | |
download | poky-257fd0da642eff6c28e2818d885a7d60302a765a.tar.gz |
documentation/dev-manual/dev-manual-kernel-appendix.xml: updated KSRC
The KSRC example needs "_3_2" at the end of the variable.
(From yocto-docs rev: e6bcbe8504f72777a03e9b08de95d5e2741700a3)
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/dev-manual-kernel-appendix.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-kernel-appendix.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 2f9340d4ba..980de066f9 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml | |||
@@ -430,7 +430,7 @@ | |||
430 | following statement. | 430 | following statement. |
431 | Be sure to substitute your user information in the statement: | 431 | Be sure to substitute your user information in the statement: |
432 | <literallayout class='monospaced'> | 432 | <literallayout class='monospaced'> |
433 | KSRC_linux_yocto ?= "/home/scottrif/linux-yocto-3.2.git" | 433 | KSRC_linux_yocto_3_2 ?= "/home/scottrif/linux-yocto-3.2.git" |
434 | </literallayout></para></listitem> | 434 | </literallayout></para></listitem> |
435 | <listitem><para><emphasis>Specify the Kernel Machine:</emphasis> Also in the | 435 | <listitem><para><emphasis>Specify the Kernel Machine:</emphasis> Also in the |
436 | <filename>linux-yocto_3.2.bbappend</filename> file, you need to specify | 436 | <filename>linux-yocto_3.2.bbappend</filename> file, you need to specify |