summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-17 13:00:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-20 22:35:16 +0000
commit00af854e96bf1bf5ab51fa6b41198b285a006d35 (patch)
tree5c1d597f1833c0bae3ab4b054df7583494e748c6 /documentation
parent4005aaf3f82a3f48b60a96034e8454eacf0e89ea (diff)
downloadpoky-00af854e96bf1bf5ab51fa6b41198b285a006d35.tar.gz
documentation/poky-ref-manual/faq.xml: Added FAQ entry for filename spaces
Added a new entry for we do not support spaces in filenames. This entry was suggested by Richard. (From yocto-docs rev: e87b9b1fd61b87d33a67d2b10c3daf834eecbd8f) 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/poky-ref-manual/faq.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index f4b5ae0fd1..e0f4bb5869 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -416,6 +416,24 @@
416 <qandaentry> 416 <qandaentry>
417 <question> 417 <question>
418 <para> 418 <para>
419 Why don't you support directories with spaces in the pathnames?
420 </para>
421 </question>
422 <answer>
423 <para>
424 We have tried to do this before but too many of the tools we depend on such as autoconf
425 break when they find spaces in pathnames.
426 Until that situation changes we will not support spaces in pathnames.
427 </para>
428 </answer>
429 </qandaentry>
430
431
432
433
434 <qandaentry>
435 <question>
436 <para>
419 How does Poky obtain source code and will it work behind my firewall or proxy server? 437 How does Poky obtain source code and will it work behind my firewall or proxy server?
420 </para> 438 </para>
421 </question> 439 </question>