diff options
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 4 |
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. |