[yocto] [PATCH] Documentation: Fix a couple simple errors in QS XML.

Robert P. J. Day rpjday at crashcourse.ca
Sun Mar 18 09:39:40 PDT 2012


* One obvious typo.
* The clone directory will be named "poky", not "git".

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 785707f..f2ba859 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -716,7 +716,7 @@
                 <listitem><para><emphasis>Git Repository:</emphasis>
                     Use if you want to work with cutting edge development content:
                     <literallayout class='monospaced'>
-     $ git clone &YOCTO_GIT_URL;.poky.git
+     $ git clone &YOCTO_GIT_URL;/poky.git
                     </literallayout></para></listitem>
             </itemizedlist>
             The remainder of the section assumes the Git repository method.
@@ -742,7 +742,7 @@
             <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto Project Build Directory</ulink>
             name:
             <literallayout class='monospaced'>
-     $ source git/oe-init-build-env mybuilds
+     $ source poky/oe-init-build-env mybuilds
             </literallayout>
             At this point, the <filename>mybuilds</filename> directory has been created for you
             and it is now your current working directory.


rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



More information about the yocto mailing list