diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-27 09:09:18 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:54 +0100 |
commit | a22b2a8609ac08116f185526dcb1491b17c85763 (patch) | |
tree | 06d309608377cabd9cf45f01fa90156015ad5bdb /documentation/dev-manual/dev-manual-kernel-appendix.xml | |
parent | 71f80259f16e91f0f13c6072105749a4e078ef43 (diff) | |
download | poky-a22b2a8609ac08116f185526dcb1491b17c85763.tar.gz |
documentation/dev-manual/dev-manual-kernel-appendix.xml: added quotes
Turns out the KSRC_linux_yocto ?= /home/scottrif/linux-yocto-3.2.git
statement in the linux-yocto_3.2.bbappend file in poky-extras needs
quote characters around the pathname. I updated the example
statement.
(From yocto-docs rev: eac1b53c04398152b41ac280fdc030615c165112)
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 28d413e636..2f9340d4ba 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 ?= "/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 |