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-05-17 20:07:48 +0100
commitaff8c579f6d1f1b5f03811a2186c6e775e800e31 (patch)
treeb35f5dff301781891646ae6084f3481eae6b98e1 /documentation
parentdd3cd02e296b32c78071e8679cc672541f69ba5d (diff)
downloadast2050-yocto-poky-aff8c579f6d1f1b5f03811a2186c6e775e800e31.zip
ast2050-yocto-poky-aff8c579f6d1f1b5f03811a2186c6e775e800e31.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: 27d7f951056fb55bddcd7a71374359583c635073) 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 f4b5ae0..e0f4bb5 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -416,6 +416,24 @@
<qandaentry>
<question>
<para>
+ Why don't you support directories with spaces in the pathnames?
+ </para>
+ </question>
+ <answer>
+ <para>
+ We have tried to do this before but too many of the tools we depend on such as autoconf
+ break when they find spaces in pathnames.
+ Until that situation changes we will not support spaces in pathnames.
+ </para>
+ </answer>
+ </qandaentry>
+
+
+
+
+ <qandaentry>
+ <question>
+ <para>
How does Poky obtain source code and will it work behind my firewall or proxy server?
</para>
</question>
OpenPOWER on IntegriCloud