documentation/yocto-project-qs/yocto-project-qs.xml: two typos fixed.

(From yocto-docs rev: b45954e8e423f95e3a18dd74fb4cbae1b367aac8)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2012-03-21 15:25:05 -06:00 committed by Richard Purdie
parent b3d8c48ed4
commit 7f102aeb02
1 changed files with 2 additions and 2 deletions

View File

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