summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index bb01131c05..37f705b0ee 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -347,8 +347,13 @@
347 the <filename>poky</filename> Git repository 347 the <filename>poky</filename> Git repository
348 <filename>git://git.yoctoproject.org/poky</filename>. 348 <filename>git://git.yoctoproject.org/poky</filename>.
349 Sometimes you might here the term "poky directory" used to refer to this 349 Sometimes you might here the term "poky directory" used to refer to this
350 directory structure.</para> 350 directory structure.
351 351 <note>
352 The OpenEmbedded build system does not support file or directory names that
353 contain spaces.
354 Be sure that the Source Directory you use does not contain these types
355 of names.
356 </note></para>
352 <para>The Source Directory contains BitBake, Documentation, metadata and 357 <para>The Source Directory contains BitBake, Documentation, metadata and
353 other files that all support the Yocto Project. 358 other files that all support the Yocto Project.
354 Consequently, you must have the Source Directory in place on your development 359 Consequently, you must have the Source Directory in place on your development