summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-03-21 15:25:05 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:49 +0000
commit7f102aeb02ef58b7e049fae8570e58ec248feb53 (patch)
tree526d4ec9afc961cc63b9bed91125789a0e10a327 /documentation/yocto-project-qs
parentb3d8c48ed4994900d95ff2215d4c3e5787dd2882 (diff)
downloadpoky-7f102aeb02ef58b7e049fae8570e58ec248feb53.tar.gz
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>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 785707fe5d..f2ba859c3d 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -716,7 +716,7 @@
716 <listitem><para><emphasis>Git Repository:</emphasis> 716 <listitem><para><emphasis>Git Repository:</emphasis>
717 Use if you want to work with cutting edge development content: 717 Use if you want to work with cutting edge development content:
718 <literallayout class='monospaced'> 718 <literallayout class='monospaced'>
719 $ git clone &YOCTO_GIT_URL;.poky.git 719 $ git clone &YOCTO_GIT_URL;/poky.git
720 </literallayout></para></listitem> 720 </literallayout></para></listitem>
721 </itemizedlist> 721 </itemizedlist>
722 The remainder of the section assumes the Git repository method. 722 The remainder of the section assumes the Git repository method.
@@ -742,7 +742,7 @@
742 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto Project Build Directory</ulink> 742 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-build-directory'>Yocto Project Build Directory</ulink>
743 name: 743 name:
744 <literallayout class='monospaced'> 744 <literallayout class='monospaced'>
745 $ source git/oe-init-build-env mybuilds 745 $ source poky/oe-init-build-env mybuilds
746 </literallayout> 746 </literallayout>
747 At this point, the <filename>mybuilds</filename> directory has been created for you 747 At this point, the <filename>mybuilds</filename> directory has been created for you
748 and it is now your current working directory. 748 and it is now your current working directory.