diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-17 13:00:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 20:07:48 +0100 |
commit | aff8c579f6d1f1b5f03811a2186c6e775e800e31 (patch) | |
tree | b35f5dff301781891646ae6084f3481eae6b98e1 /documentation/poky-ref-manual | |
parent | dd3cd02e296b32c78071e8679cc672541f69ba5d (diff) | |
download | 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/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 18 |
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> |