summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-27 09:09:18 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:35 +0100
commit06cde3565765d3c1b1778698a7b5139b3f6fb4e7 (patch)
treebc6af8d92c47b0002f9c2d6415d8d6b74fa90212 /documentation
parent196a62b50c988903d1c5223205286a0c4079fada (diff)
downloadpoky-06cde3565765d3c1b1778698a7b5139b3f6fb4e7.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: bcdb8d230f20bf69567380d562c991ff6eeb41cd) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml2
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