diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-09 09:33:44 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:55 +0000 |
commit | c2f14db4e0dbcf623a8ebfa36e1a594e166ff710 (patch) | |
tree | 88020024bbb7e715fbd4e4b8673457783ae106b5 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | dab49aa6446e040bd2bfc2a5ef9e0acd51c4d06a (diff) | |
download | poky-c2f14db4e0dbcf623a8ebfa36e1a594e166ff710.tar.gz |
documentation: several manuals - Notes and links for filename space issue
Fixes [YOCTO_#3396]
Spaces in file and directory names is an issue for the build
system and throws an error when sourcing the environment
setup script. I added key notes in several areas of the doc
set. I also added some cross-references to the oe-init-build-env
section in some other areas where running the script is discussed.
(From yocto-docs rev: 1d102e91ba77391096749bd7df6c05b2b695b33f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3594b6ea50..78eb144162 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -407,7 +407,8 @@ | |||
407 | directory.</para></listitem> | 407 | directory.</para></listitem> |
408 | <listitem><para>The third and fourth commands change the working directory to the | 408 | <listitem><para>The third and fourth commands change the working directory to the |
409 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> | 409 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> |
410 | and run the Yocto Project environment setup script. | 410 | and run the Yocto Project |
411 | <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'>environment setup script</ulink>. | ||
411 | Running this script defines OpenEmbedded build environment settings needed to | 412 | Running this script defines OpenEmbedded build environment settings needed to |
412 | complete the build. | 413 | complete the build. |
413 | The script also creates the | 414 | The script also creates the |